tencentcloud-sdk-python-tmt 3.0.1104__tar.gz → 3.0.1113__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.
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/setup.py +1 -1
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/models.py +7 -7
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud_sdk_python_tmt.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-tmt-3.0.1113/tencentcloud_sdk_python_tmt.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-tmt-3.0.1104/tencentcloud_sdk_python_tmt.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/README.rst +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/setup.cfg +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/__init__.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/__init__.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/errorcodes.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/tmt_client.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud_sdk_python_tmt.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud_sdk_python_tmt.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud_sdk_python_tmt.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-tmt',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1113"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Tmt SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -176,7 +176,7 @@ class FileTranslateResponse(AbstractModel):
|
|
|
176
176
|
r"""
|
|
177
177
|
:param _Data: 文件翻译的请求返回结果,包含结果查询需要的TaskId
|
|
178
178
|
:type Data: :class:`tencentcloud.tmt.v20180321.models.Task`
|
|
179
|
-
:param _RequestId: 唯一请求 ID
|
|
179
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
180
180
|
:type RequestId: str
|
|
181
181
|
"""
|
|
182
182
|
self._Data = None
|
|
@@ -332,7 +332,7 @@ class GetFileTranslateResponse(AbstractModel):
|
|
|
332
332
|
r"""
|
|
333
333
|
:param _Data: 任务id
|
|
334
334
|
:type Data: :class:`tencentcloud.tmt.v20180321.models.GetFileTranslateData`
|
|
335
|
-
:param _RequestId: 唯一请求 ID
|
|
335
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
336
336
|
:type RequestId: str
|
|
337
337
|
"""
|
|
338
338
|
self._Data = None
|
|
@@ -522,7 +522,7 @@ class ImageTranslateResponse(AbstractModel):
|
|
|
522
522
|
:type Target: str
|
|
523
523
|
:param _ImageRecord: 图片翻译结果,翻译结果按识别的文本每一行独立翻译,后续会推出按段落划分并翻译的版本
|
|
524
524
|
:type ImageRecord: :class:`tencentcloud.tmt.v20180321.models.ImageRecord`
|
|
525
|
-
:param _RequestId: 唯一请求 ID
|
|
525
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
526
526
|
:type RequestId: str
|
|
527
527
|
"""
|
|
528
528
|
self._SessionUuid = None
|
|
@@ -730,7 +730,7 @@ class LanguageDetectResponse(AbstractModel):
|
|
|
730
730
|
:param _Lang: 识别出的语言种类,参考语言列表
|
|
731
731
|
<li> zh : 中文 </li> <li> en : 英文 </li><li> jp : 日语 </li> <li> kr : 韩语 </li><li> de : 德语 </li><li> fr : 法语 </li><li> es : 西班牙文 </li> <li> it : 意大利文 </li><li> tr : 土耳其文 </li><li> ru : 俄文 </li><li> pt : 葡萄牙文 </li><li> vi : 越南文 </li><li> id : 印度尼西亚文 </li><li> ms : 马来西亚文 </li><li> th : 泰文 </li>
|
|
732
732
|
:type Lang: str
|
|
733
|
-
:param _RequestId: 唯一请求 ID
|
|
733
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
734
734
|
:type RequestId: str
|
|
735
735
|
"""
|
|
736
736
|
self._Lang = None
|
|
@@ -922,7 +922,7 @@ class SpeechTranslateResponse(AbstractModel):
|
|
|
922
922
|
:type Target: str
|
|
923
923
|
:param _VadSeq: 当请求的Mode参数填写bvad是,启动VadSeq。此时Seq会被设置为后台vad(静音检测)后的新序号,而VadSeq代表客户端原始Seq值
|
|
924
924
|
:type VadSeq: int
|
|
925
|
-
:param _RequestId: 唯一请求 ID
|
|
925
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
926
926
|
:type RequestId: str
|
|
927
927
|
"""
|
|
928
928
|
self._SessionUuid = None
|
|
@@ -1173,7 +1173,7 @@ class TextTranslateBatchResponse(AbstractModel):
|
|
|
1173
1173
|
:type Target: str
|
|
1174
1174
|
:param _TargetTextList: 翻译后的文本列表
|
|
1175
1175
|
:type TargetTextList: list of str
|
|
1176
|
-
:param _RequestId: 唯一请求 ID
|
|
1176
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1177
1177
|
:type RequestId: str
|
|
1178
1178
|
"""
|
|
1179
1179
|
self._Source = None
|
|
@@ -1353,7 +1353,7 @@ class TextTranslateResponse(AbstractModel):
|
|
|
1353
1353
|
:type Source: str
|
|
1354
1354
|
:param _Target: 目标语言,详见入参Target
|
|
1355
1355
|
:type Target: str
|
|
1356
|
-
:param _RequestId: 唯一请求 ID
|
|
1356
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1357
1357
|
:type RequestId: str
|
|
1358
1358
|
"""
|
|
1359
1359
|
self._TargetText = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1113
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1104
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|