tencentcloud-sdk-python-trtc 3.1.46__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/setup.py +1 -1
  3. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/models.py +24 -4
  5. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud_sdk_python_trtc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_trtc-3.1.50/tencentcloud_sdk_python_trtc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_trtc-3.1.46/tencentcloud_sdk_python_trtc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/README.rst +0 -0
  9. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/__init__.py +0 -0
  12. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/trtc_client.py +0 -0
  14. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud/trtc/v20190722/trtc_client_async.py +0 -0
  15. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud_sdk_python_trtc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_trtc-3.1.46 → tencentcloud_sdk_python_trtc-3.1.50}/tencentcloud_sdk_python_trtc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_trtc-3.1.46 → 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.46
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.46
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.46,<4.0.0"],
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',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.46'
17
+ __version__ = '3.1.50'
@@ -16706,7 +16706,15 @@ class TextToSpeechRequest(AbstractModel):
16706
16706
  :type APIKey: str
16707
16707
  :param _Model: TTS的模型,当前固定为:flow_01_turbo
16708
16708
  :type Model: str
16709
- :param _Language: 需要合成的语言(ISO 639-1),支持 zh(中文)、en(英文)、yue(粤语)、ja(日语)、ko(韩语),默认自动识别
16709
+ :param _Language: 需要合成的语言(ISO 639-1),默认自动识别,支持的语言如下:
16710
+ - zh(中文)
16711
+ - en(英文)
16712
+ - yue(粤语)
16713
+ - ja(日语)
16714
+ - ko(韩语)
16715
+ - ar(阿拉伯语)
16716
+ - id(印尼语)
16717
+ - th(泰语)
16710
16718
  :type Language: str
16711
16719
  """
16712
16720
  self._Text = None
@@ -16789,7 +16797,15 @@ class TextToSpeechRequest(AbstractModel):
16789
16797
 
16790
16798
  @property
16791
16799
  def Language(self):
16792
- r""" 需要合成的语言(ISO 639-1),支持 zh(中文)、en(英文)、yue(粤语)、ja(日语)、ko(韩语),默认自动识别
16800
+ r""" 需要合成的语言(ISO 639-1),默认自动识别,支持的语言如下:
16801
+ - zh(中文)
16802
+ - en(英文)
16803
+ - yue(粤语)
16804
+ - ja(日语)
16805
+ - ko(韩语)
16806
+ - ar(阿拉伯语)
16807
+ - id(印尼语)
16808
+ - th(泰语)
16793
16809
  :rtype: str
16794
16810
  """
16795
16811
  return self._Language
@@ -18748,7 +18764,7 @@ class VoiceCloneRequest(AbstractModel):
18748
18764
  :type SdkAppId: int
18749
18765
  :param _VoiceName: 声音克隆的名称, 只允许使用数字、字母、下划线,不能超过36位
18750
18766
  :type VoiceName: str
18751
- :param _PromptAudio: 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在10秒~180秒之间
18767
+ :param _PromptAudio: 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在6秒~180秒之间
18752
18768
  :type PromptAudio: str
18753
18769
  :param _APIKey: TTS的API密钥
18754
18770
  :type APIKey: str
@@ -18791,7 +18807,7 @@ class VoiceCloneRequest(AbstractModel):
18791
18807
 
18792
18808
  @property
18793
18809
  def PromptAudio(self):
18794
- r"""声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在10秒~180秒之间
18810
+ r"""声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在6秒~180秒之间
18795
18811
  :rtype: str
18796
18812
  """
18797
18813
  return self._PromptAudio
@@ -18802,6 +18818,8 @@ class VoiceCloneRequest(AbstractModel):
18802
18818
 
18803
18819
  @property
18804
18820
  def APIKey(self):
18821
+ warnings.warn("parameter `APIKey` is deprecated", DeprecationWarning)
18822
+
18805
18823
  r"""TTS的API密钥
18806
18824
  :rtype: str
18807
18825
  """
@@ -18809,6 +18827,8 @@ class VoiceCloneRequest(AbstractModel):
18809
18827
 
18810
18828
  @APIKey.setter
18811
18829
  def APIKey(self, APIKey):
18830
+ warnings.warn("parameter `APIKey` is deprecated", DeprecationWarning)
18831
+
18812
18832
  self._APIKey = APIKey
18813
18833
 
18814
18834
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-trtc
3
- Version: 3.1.46
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.46
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.46