tencentcloud-sdk-python-mps 3.1.139__tar.gz → 3.1.140__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 (17) hide show
  1. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/setup.py +1 -1
  3. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud/mps/v20190612/models.py +15 -0
  5. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_mps-3.1.140/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_mps-3.1.139/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/README.rst +0 -0
  9. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud/mps/__init__.py +0 -0
  11. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud/mps/v20190612/__init__.py +0 -0
  12. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud/mps/v20190612/mps_client.py +0 -0
  14. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
  15. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_mps-3.1.139 → tencentcloud_sdk_python_mps-3.1.140}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.1.139
3
+ Version: 3.1.140
4
4
  Summary: Tencent Cloud Mps SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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<4.0.0,>=3.1.139
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.140
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-mps',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.139,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.140,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Mps SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.139'
17
+ __version__ = '3.1.140'
@@ -44366,6 +44366,8 @@ class DescribeVoicesResponse(AbstractModel):
44366
44366
  :type ErrorCode: int
44367
44367
  :param _Msg: <p>错误信息,成功时返回success</p>
44368
44368
  :type Msg: str
44369
+ :param _TotalCount: <p>符合查询条件的音色总数</p>
44370
+ :type TotalCount: int
44369
44371
  :param _Voices: <p>可用音色列表</p>
44370
44372
  注意:此字段可能返回 null,表示取不到有效值。
44371
44373
  :type Voices: list of VoiceInfo
@@ -44374,6 +44376,7 @@ class DescribeVoicesResponse(AbstractModel):
44374
44376
  """
44375
44377
  self._ErrorCode = None
44376
44378
  self._Msg = None
44379
+ self._TotalCount = None
44377
44380
  self._Voices = None
44378
44381
  self._RequestId = None
44379
44382
 
@@ -44399,6 +44402,17 @@ class DescribeVoicesResponse(AbstractModel):
44399
44402
  def Msg(self, Msg):
44400
44403
  self._Msg = Msg
44401
44404
 
44405
+ @property
44406
+ def TotalCount(self):
44407
+ r"""<p>符合查询条件的音色总数</p>
44408
+ :rtype: int
44409
+ """
44410
+ return self._TotalCount
44411
+
44412
+ @TotalCount.setter
44413
+ def TotalCount(self, TotalCount):
44414
+ self._TotalCount = TotalCount
44415
+
44402
44416
  @property
44403
44417
  def Voices(self):
44404
44418
  r"""<p>可用音色列表</p>
@@ -44426,6 +44440,7 @@ class DescribeVoicesResponse(AbstractModel):
44426
44440
  def _deserialize(self, params):
44427
44441
  self._ErrorCode = params.get("ErrorCode")
44428
44442
  self._Msg = params.get("Msg")
44443
+ self._TotalCount = params.get("TotalCount")
44429
44444
  if params.get("Voices") is not None:
44430
44445
  self._Voices = []
44431
44446
  for item in params.get("Voices"):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.1.139
3
+ Version: 3.1.140
4
4
  Summary: Tencent Cloud Mps SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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<4.0.0,>=3.1.139
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.140
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.140
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.139