tencentcloud-sdk-python-mps 3.1.97__tar.gz → 3.1.100__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_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud/mps/v20190612/models.py +16 -1
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.100/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.97/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.97 → tencentcloud_sdk_python_mps-3.1.100}/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.
|
|
3
|
+
Version: 3.1.100
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.100,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -12802,7 +12802,7 @@ class AigcImageInfo(AbstractModel):
|
|
|
12802
12802
|
|
|
12803
12803
|
|
|
12804
12804
|
class AigcStoreCosParam(AbstractModel):
|
|
12805
|
-
r"""Aigc结果文件上传COS时,需传入的信息。 需创建并授权
|
|
12805
|
+
r"""Aigc结果文件上传COS时,需传入的信息。 需创建并授权MPS_QcsRole角色。
|
|
12806
12806
|
|
|
12807
12807
|
"""
|
|
12808
12808
|
|
|
@@ -90011,6 +90011,8 @@ class VoiceProfile(AbstractModel):
|
|
|
90011
90011
|
:type Gender: str
|
|
90012
90012
|
:param _Age: <p>年龄</p><p>枚举值:</p><ul><li>child: 儿童</li><li>teenager: 少年</li><li>youth: 青年</li><li>middle_aged: 中年</li><li>senior: 老年</li><li>unknown: 未知</li></ul>
|
|
90013
90013
|
:type Age: str
|
|
90014
|
+
:param _Languages: <p>语言,当前支持:<br>zh 中文 (Chinese)<br>en 英语 (English)<br>ja 日语 (Japanese)<br>de 德语 (German)<br>fr 法语 (French)<br>ko 韩语 (Korean)<br>ru 俄语 (Russian)<br>uk 乌克兰语 (Ukrainian)<br>pt 葡萄牙语 (Portuguese)<br>it 意大利语 (Italian)<br>es 西班牙语 (Spanish)<br>id 印度尼西亚语 (Indonesian)<br>nl 荷兰语 (Dutch)<br>tr 土耳其语 (Turkish)<br>fil 菲律宾语 (Filipino)<br>ms 马来语 (Malay)<br>el 希腊语 (Greek)<br>fi 芬兰语 (Finnish)<br>hr 克罗地亚语 (Croatian)<br>sk 斯洛伐克语 (Slovak)<br>pl 波兰语 (Polish)<br>sv 瑞典语 (Swedish)<br>hi 印地语 (Hindi)<br>bg 保加利亚语 (Bulgarian)<br>ro 罗马尼亚语 (Romanian)<br>ar 阿拉伯语 (Arabic)<br>cs 捷克语 (Czech)<br>da 丹麦语 (Danish)<br>ta 泰米尔语 (Tamil)<br>hun 匈牙利语(Hungarian)<br>vi 越南语(Vietnamese)<br>no 挪威语(Norwegian)<br>yue 粤语(Cantonese)<br>th 泰语(Thai)<br>he 希伯来语(Hebrew)<br>ca 加泰罗尼亚语(Catalan)<br>nn 尼诺斯克语(Nynorsk)<br>af 阿非利卡语(Afrikaans)<br>fa 波斯语(Persian)<br>sl 斯洛文尼亚语(Slovenian)</p>
|
|
90015
|
+
:type Languages: list of str
|
|
90014
90016
|
:param _Labels: <p>标签</p>
|
|
90015
90017
|
:type Labels: list of str
|
|
90016
90018
|
:param _Scenes: <p>使用场景</p>
|
|
@@ -90020,6 +90022,7 @@ class VoiceProfile(AbstractModel):
|
|
|
90020
90022
|
self._Description = None
|
|
90021
90023
|
self._Gender = None
|
|
90022
90024
|
self._Age = None
|
|
90025
|
+
self._Languages = None
|
|
90023
90026
|
self._Labels = None
|
|
90024
90027
|
self._Scenes = None
|
|
90025
90028
|
|
|
@@ -90067,6 +90070,17 @@ class VoiceProfile(AbstractModel):
|
|
|
90067
90070
|
def Age(self, Age):
|
|
90068
90071
|
self._Age = Age
|
|
90069
90072
|
|
|
90073
|
+
@property
|
|
90074
|
+
def Languages(self):
|
|
90075
|
+
r"""<p>语言,当前支持:<br>zh 中文 (Chinese)<br>en 英语 (English)<br>ja 日语 (Japanese)<br>de 德语 (German)<br>fr 法语 (French)<br>ko 韩语 (Korean)<br>ru 俄语 (Russian)<br>uk 乌克兰语 (Ukrainian)<br>pt 葡萄牙语 (Portuguese)<br>it 意大利语 (Italian)<br>es 西班牙语 (Spanish)<br>id 印度尼西亚语 (Indonesian)<br>nl 荷兰语 (Dutch)<br>tr 土耳其语 (Turkish)<br>fil 菲律宾语 (Filipino)<br>ms 马来语 (Malay)<br>el 希腊语 (Greek)<br>fi 芬兰语 (Finnish)<br>hr 克罗地亚语 (Croatian)<br>sk 斯洛伐克语 (Slovak)<br>pl 波兰语 (Polish)<br>sv 瑞典语 (Swedish)<br>hi 印地语 (Hindi)<br>bg 保加利亚语 (Bulgarian)<br>ro 罗马尼亚语 (Romanian)<br>ar 阿拉伯语 (Arabic)<br>cs 捷克语 (Czech)<br>da 丹麦语 (Danish)<br>ta 泰米尔语 (Tamil)<br>hun 匈牙利语(Hungarian)<br>vi 越南语(Vietnamese)<br>no 挪威语(Norwegian)<br>yue 粤语(Cantonese)<br>th 泰语(Thai)<br>he 希伯来语(Hebrew)<br>ca 加泰罗尼亚语(Catalan)<br>nn 尼诺斯克语(Nynorsk)<br>af 阿非利卡语(Afrikaans)<br>fa 波斯语(Persian)<br>sl 斯洛文尼亚语(Slovenian)</p>
|
|
90076
|
+
:rtype: list of str
|
|
90077
|
+
"""
|
|
90078
|
+
return self._Languages
|
|
90079
|
+
|
|
90080
|
+
@Languages.setter
|
|
90081
|
+
def Languages(self, Languages):
|
|
90082
|
+
self._Languages = Languages
|
|
90083
|
+
|
|
90070
90084
|
@property
|
|
90071
90085
|
def Labels(self):
|
|
90072
90086
|
r"""<p>标签</p>
|
|
@@ -90095,6 +90109,7 @@ class VoiceProfile(AbstractModel):
|
|
|
90095
90109
|
self._Description = params.get("Description")
|
|
90096
90110
|
self._Gender = params.get("Gender")
|
|
90097
90111
|
self._Age = params.get("Age")
|
|
90112
|
+
self._Languages = params.get("Languages")
|
|
90098
90113
|
self._Labels = params.get("Labels")
|
|
90099
90114
|
self._Scenes = params.get("Scenes")
|
|
90100
90115
|
memeber_set = set(params.keys())
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.100
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.97
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|