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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/setup.py +1 -1
  3. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/models.py +7 -7
  5. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud_sdk_python_tmt.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-tmt-3.0.1113/tencentcloud_sdk_python_tmt.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-tmt-3.0.1104/tencentcloud_sdk_python_tmt.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/README.rst +0 -0
  9. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/__init__.py +0 -0
  11. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/__init__.py +0 -0
  12. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud/tmt/v20180321/tmt_client.py +0 -0
  14. {tencentcloud-sdk-python-tmt-3.0.1104 → tencentcloud-sdk-python-tmt-3.0.1113}/tencentcloud_sdk_python_tmt.egg-info/SOURCES.txt +0 -0
  15. {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
  16. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-tmt
3
- Version: 3.0.1104
3
+ Version: 3.0.1113
4
4
  Summary: Tencent Cloud Tmt SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1104"],
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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1104'
17
+ __version__ = '3.0.1113'
@@ -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,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
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,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
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,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
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,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
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,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
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,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
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,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1356
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
1357
1357
  :type RequestId: str
1358
1358
  """
1359
1359
  self._TargetText = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-tmt
3
- Version: 3.0.1104
3
+ Version: 3.0.1113
4
4
  Summary: Tencent Cloud Tmt SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1113
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1104