tencentcloud-sdk-python-trtc 3.0.1259__tar.gz → 3.0.1260__tar.gz
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-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/setup.py +1 -1
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud/trtc/v20190722/models.py +0 -31
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud_sdk_python_trtc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-trtc-3.0.1260/tencentcloud_sdk_python_trtc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-trtc-3.0.1259/tencentcloud_sdk_python_trtc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/README.rst +0 -0
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/setup.cfg +0 -0
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud/trtc/__init__.py +0 -0
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud/trtc/v20190722/__init__.py +0 -0
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud/trtc/v20190722/errorcodes.py +0 -0
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud_sdk_python_trtc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud_sdk_python_trtc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-trtc-3.0.1259 → tencentcloud-sdk-python-trtc-3.0.1260}/tencentcloud_sdk_python_trtc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-trtc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1260"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Trtc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -10960,37 +10960,6 @@ class SubscribeStreamUserIds(AbstractModel):
|
|
|
10960
10960
|
|
|
10961
10961
|
|
|
10962
10962
|
|
|
10963
|
-
class SummarizeTranscriptionRequest(AbstractModel):
|
|
10964
|
-
"""SummarizeTranscription请求参数结构体
|
|
10965
|
-
|
|
10966
|
-
"""
|
|
10967
|
-
|
|
10968
|
-
|
|
10969
|
-
class SummarizeTranscriptionResponse(AbstractModel):
|
|
10970
|
-
"""SummarizeTranscription返回参数结构体
|
|
10971
|
-
|
|
10972
|
-
"""
|
|
10973
|
-
|
|
10974
|
-
def __init__(self):
|
|
10975
|
-
r"""
|
|
10976
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10977
|
-
:type RequestId: str
|
|
10978
|
-
"""
|
|
10979
|
-
self._RequestId = None
|
|
10980
|
-
|
|
10981
|
-
@property
|
|
10982
|
-
def RequestId(self):
|
|
10983
|
-
return self._RequestId
|
|
10984
|
-
|
|
10985
|
-
@RequestId.setter
|
|
10986
|
-
def RequestId(self, RequestId):
|
|
10987
|
-
self._RequestId = RequestId
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
def _deserialize(self, params):
|
|
10991
|
-
self._RequestId = params.get("RequestId")
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
10963
|
class TRTCDataResp(AbstractModel):
|
|
10995
10964
|
"""TRTC数据大盘/实时监控 API接口数据出参
|
|
10996
10965
|
|
|
@@ -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
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1260
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1259
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|