tencentcloud-sdk-python-trtc 3.1.48__tar.gz → 3.1.50__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_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/setup.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/models.py +6 -2
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud_sdk_python_trtc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_trtc-3.1.50/tencentcloud_sdk_python_trtc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_trtc-3.1.48/tencentcloud_sdk_python_trtc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/README.rst +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/setup.cfg +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/errorcodes.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/trtc_client.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/trtc_client_async.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud_sdk_python_trtc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud_sdk_python_trtc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.48 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud_sdk_python_trtc.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.50
|
|
4
4
|
Summary: Tencent Cloud Trtc 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.50
|
|
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-trtc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.50,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Trtc SDK for Python',
|
|
@@ -18764,7 +18764,7 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
18764
18764
|
:type SdkAppId: int
|
|
18765
18765
|
:param _VoiceName: 声音克隆的名称, 只允许使用数字、字母、下划线,不能超过36位
|
|
18766
18766
|
:type VoiceName: str
|
|
18767
|
-
:param _PromptAudio: 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在
|
|
18767
|
+
:param _PromptAudio: 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在6秒~180秒之间
|
|
18768
18768
|
:type PromptAudio: str
|
|
18769
18769
|
:param _APIKey: TTS的API密钥
|
|
18770
18770
|
:type APIKey: str
|
|
@@ -18807,7 +18807,7 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
18807
18807
|
|
|
18808
18808
|
@property
|
|
18809
18809
|
def PromptAudio(self):
|
|
18810
|
-
r"""声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在
|
|
18810
|
+
r"""声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在6秒~180秒之间
|
|
18811
18811
|
:rtype: str
|
|
18812
18812
|
"""
|
|
18813
18813
|
return self._PromptAudio
|
|
@@ -18818,6 +18818,8 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
18818
18818
|
|
|
18819
18819
|
@property
|
|
18820
18820
|
def APIKey(self):
|
|
18821
|
+
warnings.warn("parameter `APIKey` is deprecated", DeprecationWarning)
|
|
18822
|
+
|
|
18821
18823
|
r"""TTS的API密钥
|
|
18822
18824
|
:rtype: str
|
|
18823
18825
|
"""
|
|
@@ -18825,6 +18827,8 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
18825
18827
|
|
|
18826
18828
|
@APIKey.setter
|
|
18827
18829
|
def APIKey(self, APIKey):
|
|
18830
|
+
warnings.warn("parameter `APIKey` is deprecated", DeprecationWarning)
|
|
18831
|
+
|
|
18828
18832
|
self._APIKey = APIKey
|
|
18829
18833
|
|
|
18830
18834
|
@property
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.50
|
|
4
4
|
Summary: Tencent Cloud Trtc 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.50
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.50
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.48
|
|
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
|