tencentcloud-sdk-python-trtc 3.0.1258__py2.py3-none-any.whl → 3.0.1269__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python-trtc might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/trtc/v20190722/models.py +2580 -34
- tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- {tencentcloud_sdk_python_trtc-3.0.1258.dist-info → tencentcloud_sdk_python_trtc-3.0.1269.dist-info}/METADATA +3 -3
- tencentcloud_sdk_python_trtc-3.0.1269.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_trtc-3.0.1258.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_trtc-3.0.1258.dist-info → tencentcloud_sdk_python_trtc-3.0.1269.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_trtc-3.0.1258.dist-info → tencentcloud_sdk_python_trtc-3.0.1269.dist-info}/top_level.txt +0 -0
|
@@ -1393,31 +1393,6 @@ class TrtcClient(AbstractClient):
|
|
|
1393
1393
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1394
1394
|
|
|
1395
1395
|
|
|
1396
|
-
def SummarizeTranscription(self, request):
|
|
1397
|
-
"""接口不再支持
|
|
1398
|
-
|
|
1399
|
-
对转录的文本进行总结。
|
|
1400
|
-
|
|
1401
|
-
:param request: Request instance for SummarizeTranscription.
|
|
1402
|
-
:type request: :class:`tencentcloud.trtc.v20190722.models.SummarizeTranscriptionRequest`
|
|
1403
|
-
:rtype: :class:`tencentcloud.trtc.v20190722.models.SummarizeTranscriptionResponse`
|
|
1404
|
-
|
|
1405
|
-
"""
|
|
1406
|
-
try:
|
|
1407
|
-
params = request._serialize()
|
|
1408
|
-
headers = request.headers
|
|
1409
|
-
body = self.call("SummarizeTranscription", params, headers=headers)
|
|
1410
|
-
response = json.loads(body)
|
|
1411
|
-
model = models.SummarizeTranscriptionResponse()
|
|
1412
|
-
model._deserialize(response["Response"])
|
|
1413
|
-
return model
|
|
1414
|
-
except Exception as e:
|
|
1415
|
-
if isinstance(e, TencentCloudSDKException):
|
|
1416
|
-
raise
|
|
1417
|
-
else:
|
|
1418
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
1396
|
def UpdateAIConversation(self, request):
|
|
1422
1397
|
"""更新AIConversation参数
|
|
1423
1398
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1269
|
|
4
4
|
Summary: Tencent Cloud Trtc SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Platform: any
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1269)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=7S2hVwa_GmYjZR_BLJ-tlalT0_MCGDWMRZCRspiQ1ic,631
|
|
2
|
+
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/trtc/v20190722/errorcodes.py,sha256=WNu9Hx8kn4lpbc342xXM1lw4uTQIx2JCvZchRlUXBL8,10987
|
|
5
|
+
tencentcloud/trtc/v20190722/models.py,sha256=sUtB1HiXvQZdnp2l8MGMWjYDAMM2Cal6u_-JwzrmcKk,541447
|
|
6
|
+
tencentcloud/trtc/v20190722/trtc_client.py,sha256=6FKGmUMKPx22b8mWYHPX0Xwt63y8xNyqJJ1cCzGZP9c,77188
|
|
7
|
+
tencentcloud_sdk_python_trtc-3.0.1269.dist-info/METADATA,sha256=A5HN_36E7xWFmVuIJTBy3nh0-95A25hNVRK7frLEqHQ,1501
|
|
8
|
+
tencentcloud_sdk_python_trtc-3.0.1269.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_trtc-3.0.1269.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_trtc-3.0.1269.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=Y5ErtTzXBETiLMavxf7xH45VCHe24jiZlHdRqw2J6AA,631
|
|
2
|
-
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/trtc/v20190722/errorcodes.py,sha256=WNu9Hx8kn4lpbc342xXM1lw4uTQIx2JCvZchRlUXBL8,10987
|
|
5
|
-
tencentcloud/trtc/v20190722/models.py,sha256=iXFysUhVDkCznbViNITgvj_Z91KuPZULN_thbh6l5zo,414633
|
|
6
|
-
tencentcloud/trtc/v20190722/trtc_client.py,sha256=sTzamtT7sp-ul08Ekv4xEa9sWm03AEDqQMcioZX4LtE,78132
|
|
7
|
-
tencentcloud_sdk_python_trtc-3.0.1258.dist-info/METADATA,sha256=veDqPhnPf8qbELLrA_IsskRc4esWbCC1TflGHzQviXg,1497
|
|
8
|
-
tencentcloud_sdk_python_trtc-3.0.1258.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_trtc-3.0.1258.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_trtc-3.0.1258.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|