tencentcloud-sdk-python-trtc 3.1.149__tar.gz → 3.1.162__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.149 → tencentcloud_sdk_python_trtc-3.1.162}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/setup.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud/trtc/v20190722/models.py +170 -18
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud_sdk_python_trtc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_trtc-3.1.162/tencentcloud_sdk_python_trtc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_trtc-3.1.149/tencentcloud_sdk_python_trtc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/README.rst +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/setup.cfg +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud/trtc/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud/trtc/v20190722/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud/trtc/v20190722/errorcodes.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud/trtc/v20190722/trtc_client.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud/trtc/v20190722/trtc_client_async.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud_sdk_python_trtc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/tencentcloud_sdk_python_trtc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.149 → tencentcloud_sdk_python_trtc-3.1.162}/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.162
|
|
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.162
|
|
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.162,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Trtc SDK for Python',
|
|
@@ -525,6 +525,132 @@ class AgentParams(AbstractModel):
|
|
|
525
525
|
|
|
526
526
|
|
|
527
527
|
|
|
528
|
+
class AgoraParam(AbstractModel):
|
|
529
|
+
r"""声网拉流参数
|
|
530
|
+
|
|
531
|
+
"""
|
|
532
|
+
|
|
533
|
+
def __init__(self):
|
|
534
|
+
r"""
|
|
535
|
+
:param _AppId: <p>声网提供的应用标识</p>
|
|
536
|
+
:type AppId: str
|
|
537
|
+
:param _Channel: <p>声网提供的频道名</p>
|
|
538
|
+
:type Channel: str
|
|
539
|
+
:param _ChannelProfile: <p>声网录制的频道模式, 可选值如下:(默认值为0) 0: 通信(默认),即常见的 1 对 1 单聊或群聊, 频道内任何用户可以自由说话; 1: 直播,有两种用户角色: 主播和观众。</p><p>枚举值:</p><ul><li>0:: 通信(默认)</li><li>1: 直播</li></ul>
|
|
540
|
+
:type ChannelProfile: int
|
|
541
|
+
:param _Token: <p>绑定频道生成的临时Token</p>
|
|
542
|
+
:type Token: str
|
|
543
|
+
:param _Uid: <p>用户ID</p>
|
|
544
|
+
:type Uid: int
|
|
545
|
+
:param _TrustedUserIdList: <p>信任用户的列表</p>
|
|
546
|
+
:type TrustedUserIdList: list of int non-negative
|
|
547
|
+
:param _UntrustedUserIdList: <p>非信任用户的列表</p>
|
|
548
|
+
:type UntrustedUserIdList: list of int non-negative
|
|
549
|
+
"""
|
|
550
|
+
self._AppId = None
|
|
551
|
+
self._Channel = None
|
|
552
|
+
self._ChannelProfile = None
|
|
553
|
+
self._Token = None
|
|
554
|
+
self._Uid = None
|
|
555
|
+
self._TrustedUserIdList = None
|
|
556
|
+
self._UntrustedUserIdList = None
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
def AppId(self):
|
|
560
|
+
r"""<p>声网提供的应用标识</p>
|
|
561
|
+
:rtype: str
|
|
562
|
+
"""
|
|
563
|
+
return self._AppId
|
|
564
|
+
|
|
565
|
+
@AppId.setter
|
|
566
|
+
def AppId(self, AppId):
|
|
567
|
+
self._AppId = AppId
|
|
568
|
+
|
|
569
|
+
@property
|
|
570
|
+
def Channel(self):
|
|
571
|
+
r"""<p>声网提供的频道名</p>
|
|
572
|
+
:rtype: str
|
|
573
|
+
"""
|
|
574
|
+
return self._Channel
|
|
575
|
+
|
|
576
|
+
@Channel.setter
|
|
577
|
+
def Channel(self, Channel):
|
|
578
|
+
self._Channel = Channel
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
def ChannelProfile(self):
|
|
582
|
+
r"""<p>声网录制的频道模式, 可选值如下:(默认值为0) 0: 通信(默认),即常见的 1 对 1 单聊或群聊, 频道内任何用户可以自由说话; 1: 直播,有两种用户角色: 主播和观众。</p><p>枚举值:</p><ul><li>0:: 通信(默认)</li><li>1: 直播</li></ul>
|
|
583
|
+
:rtype: int
|
|
584
|
+
"""
|
|
585
|
+
return self._ChannelProfile
|
|
586
|
+
|
|
587
|
+
@ChannelProfile.setter
|
|
588
|
+
def ChannelProfile(self, ChannelProfile):
|
|
589
|
+
self._ChannelProfile = ChannelProfile
|
|
590
|
+
|
|
591
|
+
@property
|
|
592
|
+
def Token(self):
|
|
593
|
+
r"""<p>绑定频道生成的临时Token</p>
|
|
594
|
+
:rtype: str
|
|
595
|
+
"""
|
|
596
|
+
return self._Token
|
|
597
|
+
|
|
598
|
+
@Token.setter
|
|
599
|
+
def Token(self, Token):
|
|
600
|
+
self._Token = Token
|
|
601
|
+
|
|
602
|
+
@property
|
|
603
|
+
def Uid(self):
|
|
604
|
+
r"""<p>用户ID</p>
|
|
605
|
+
:rtype: int
|
|
606
|
+
"""
|
|
607
|
+
return self._Uid
|
|
608
|
+
|
|
609
|
+
@Uid.setter
|
|
610
|
+
def Uid(self, Uid):
|
|
611
|
+
self._Uid = Uid
|
|
612
|
+
|
|
613
|
+
@property
|
|
614
|
+
def TrustedUserIdList(self):
|
|
615
|
+
r"""<p>信任用户的列表</p>
|
|
616
|
+
:rtype: list of int non-negative
|
|
617
|
+
"""
|
|
618
|
+
return self._TrustedUserIdList
|
|
619
|
+
|
|
620
|
+
@TrustedUserIdList.setter
|
|
621
|
+
def TrustedUserIdList(self, TrustedUserIdList):
|
|
622
|
+
self._TrustedUserIdList = TrustedUserIdList
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
def UntrustedUserIdList(self):
|
|
626
|
+
r"""<p>非信任用户的列表</p>
|
|
627
|
+
:rtype: list of int non-negative
|
|
628
|
+
"""
|
|
629
|
+
return self._UntrustedUserIdList
|
|
630
|
+
|
|
631
|
+
@UntrustedUserIdList.setter
|
|
632
|
+
def UntrustedUserIdList(self, UntrustedUserIdList):
|
|
633
|
+
self._UntrustedUserIdList = UntrustedUserIdList
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
def _deserialize(self, params):
|
|
637
|
+
self._AppId = params.get("AppId")
|
|
638
|
+
self._Channel = params.get("Channel")
|
|
639
|
+
self._ChannelProfile = params.get("ChannelProfile")
|
|
640
|
+
self._Token = params.get("Token")
|
|
641
|
+
self._Uid = params.get("Uid")
|
|
642
|
+
self._TrustedUserIdList = params.get("TrustedUserIdList")
|
|
643
|
+
self._UntrustedUserIdList = params.get("UntrustedUserIdList")
|
|
644
|
+
memeber_set = set(params.keys())
|
|
645
|
+
for name, value in vars(self).items():
|
|
646
|
+
property_name = name[1:]
|
|
647
|
+
if property_name in memeber_set:
|
|
648
|
+
memeber_set.remove(property_name)
|
|
649
|
+
if len(memeber_set) > 0:
|
|
650
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
528
654
|
class AlignmentItem(AbstractModel):
|
|
529
655
|
r"""字幕对齐
|
|
530
656
|
|
|
@@ -8975,9 +9101,12 @@ class Input(AbstractModel):
|
|
|
8975
9101
|
:type Url: str
|
|
8976
9102
|
:param _Format: <p>显式协议</p><p>枚举值:</p><ul><li>rtmp: rtmp协议</li></ul>
|
|
8977
9103
|
:type Format: str
|
|
9104
|
+
:param _AgoraParam: <p>声网拉流进房参数</p>
|
|
9105
|
+
:type AgoraParam: :class:`tencentcloud.trtc.v20190722.models.AgoraParam`
|
|
8978
9106
|
"""
|
|
8979
9107
|
self._Url = None
|
|
8980
9108
|
self._Format = None
|
|
9109
|
+
self._AgoraParam = None
|
|
8981
9110
|
|
|
8982
9111
|
@property
|
|
8983
9112
|
def Url(self):
|
|
@@ -9001,10 +9130,24 @@ class Input(AbstractModel):
|
|
|
9001
9130
|
def Format(self, Format):
|
|
9002
9131
|
self._Format = Format
|
|
9003
9132
|
|
|
9133
|
+
@property
|
|
9134
|
+
def AgoraParam(self):
|
|
9135
|
+
r"""<p>声网拉流进房参数</p>
|
|
9136
|
+
:rtype: :class:`tencentcloud.trtc.v20190722.models.AgoraParam`
|
|
9137
|
+
"""
|
|
9138
|
+
return self._AgoraParam
|
|
9139
|
+
|
|
9140
|
+
@AgoraParam.setter
|
|
9141
|
+
def AgoraParam(self, AgoraParam):
|
|
9142
|
+
self._AgoraParam = AgoraParam
|
|
9143
|
+
|
|
9004
9144
|
|
|
9005
9145
|
def _deserialize(self, params):
|
|
9006
9146
|
self._Url = params.get("Url")
|
|
9007
9147
|
self._Format = params.get("Format")
|
|
9148
|
+
if params.get("AgoraParam") is not None:
|
|
9149
|
+
self._AgoraParam = AgoraParam()
|
|
9150
|
+
self._AgoraParam._deserialize(params.get("AgoraParam"))
|
|
9008
9151
|
memeber_set = set(params.keys())
|
|
9009
9152
|
for name, value in vars(self).items():
|
|
9010
9153
|
property_name = name[1:]
|
|
@@ -19223,20 +19366,17 @@ class TranscriptionParam(AbstractModel):
|
|
|
19223
19366
|
|
|
19224
19367
|
def __init__(self):
|
|
19225
19368
|
r"""
|
|
19226
|
-
:param _UserId:
|
|
19369
|
+
:param _UserId: <p>转录服务在TRTC房间使用的<a href="https://cloud.tencent.com/document/product/647/46351#userid">UserId</a>,注意这个userId不能与其他TRTC或者转录服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。</p>
|
|
19227
19370
|
:type UserId: str
|
|
19228
|
-
:param _UserSig:
|
|
19371
|
+
:param _UserSig: <p>转录服务加入TRTC房间的用户签名,当前 UserId 对应的验证签名,相当于登录密码,具体计算方法请参考TRTC计算<a href="https://cloud.tencent.com/document/product/647/45910#UserSig">UserSig</a>的方案。</p>
|
|
19229
19372
|
:type UserSig: str
|
|
19230
|
-
:param _SubscribeList:
|
|
19231
|
-
使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。
|
|
19373
|
+
:param _SubscribeList: <p>转录用户白名单,开始服务时,为空或不填表示转录所有主播音频,填具体值表示转录指定主播音频。<br>使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
19232
19374
|
:type SubscribeList: list of TranscriptionUserInfoParams
|
|
19233
|
-
:param _UnSubscribeList:
|
|
19234
|
-
同一个用户同时在黑白名单时,以黑名单为主。
|
|
19375
|
+
:param _UnSubscribeList: <p>转录用户黑名单,为空或不填表示无黑名单,填具体值表示不转录指定主播音频。<br>同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
19235
19376
|
:type UnSubscribeList: list of TranscriptionUserInfoParams
|
|
19236
|
-
:param _MaxIdleTime:
|
|
19377
|
+
:param _MaxIdleTime: <p>所有参与转录的主播持续离开TRTC房间或切换成观众超过MaxIdleTime的时长,自动停止转录任务,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。</p>
|
|
19237
19378
|
:type MaxIdleTime: int
|
|
19238
|
-
:param _SendCustomMode:
|
|
19239
|
-
不填默认为0,表示不开启自定义数据。
|
|
19379
|
+
:param _SendCustomMode: <p>自定义数据模式: 0表示不开启自定义数据,1表示开启自定义数据。<br>不填默认为0,表示不开启自定义数据。</p>
|
|
19240
19380
|
:type SendCustomMode: int
|
|
19241
19381
|
"""
|
|
19242
19382
|
self._UserId = None
|
|
@@ -19248,7 +19388,7 @@ class TranscriptionParam(AbstractModel):
|
|
|
19248
19388
|
|
|
19249
19389
|
@property
|
|
19250
19390
|
def UserId(self):
|
|
19251
|
-
r"""
|
|
19391
|
+
r"""<p>转录服务在TRTC房间使用的<a href="https://cloud.tencent.com/document/product/647/46351#userid">UserId</a>,注意这个userId不能与其他TRTC或者转录服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。</p>
|
|
19252
19392
|
:rtype: str
|
|
19253
19393
|
"""
|
|
19254
19394
|
return self._UserId
|
|
@@ -19259,7 +19399,7 @@ class TranscriptionParam(AbstractModel):
|
|
|
19259
19399
|
|
|
19260
19400
|
@property
|
|
19261
19401
|
def UserSig(self):
|
|
19262
|
-
r"""
|
|
19402
|
+
r"""<p>转录服务加入TRTC房间的用户签名,当前 UserId 对应的验证签名,相当于登录密码,具体计算方法请参考TRTC计算<a href="https://cloud.tencent.com/document/product/647/45910#UserSig">UserSig</a>的方案。</p>
|
|
19263
19403
|
:rtype: str
|
|
19264
19404
|
"""
|
|
19265
19405
|
return self._UserSig
|
|
@@ -19270,8 +19410,7 @@ class TranscriptionParam(AbstractModel):
|
|
|
19270
19410
|
|
|
19271
19411
|
@property
|
|
19272
19412
|
def SubscribeList(self):
|
|
19273
|
-
r"""
|
|
19274
|
-
使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。
|
|
19413
|
+
r"""<p>转录用户白名单,开始服务时,为空或不填表示转录所有主播音频,填具体值表示转录指定主播音频。<br>使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
19275
19414
|
:rtype: list of TranscriptionUserInfoParams
|
|
19276
19415
|
"""
|
|
19277
19416
|
return self._SubscribeList
|
|
@@ -19282,8 +19421,7 @@ class TranscriptionParam(AbstractModel):
|
|
|
19282
19421
|
|
|
19283
19422
|
@property
|
|
19284
19423
|
def UnSubscribeList(self):
|
|
19285
|
-
r"""
|
|
19286
|
-
同一个用户同时在黑白名单时,以黑名单为主。
|
|
19424
|
+
r"""<p>转录用户黑名单,为空或不填表示无黑名单,填具体值表示不转录指定主播音频。<br>同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
19287
19425
|
:rtype: list of TranscriptionUserInfoParams
|
|
19288
19426
|
"""
|
|
19289
19427
|
return self._UnSubscribeList
|
|
@@ -19294,7 +19432,7 @@ class TranscriptionParam(AbstractModel):
|
|
|
19294
19432
|
|
|
19295
19433
|
@property
|
|
19296
19434
|
def MaxIdleTime(self):
|
|
19297
|
-
r"""
|
|
19435
|
+
r"""<p>所有参与转录的主播持续离开TRTC房间或切换成观众超过MaxIdleTime的时长,自动停止转录任务,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。</p>
|
|
19298
19436
|
:rtype: int
|
|
19299
19437
|
"""
|
|
19300
19438
|
return self._MaxIdleTime
|
|
@@ -19305,8 +19443,7 @@ class TranscriptionParam(AbstractModel):
|
|
|
19305
19443
|
|
|
19306
19444
|
@property
|
|
19307
19445
|
def SendCustomMode(self):
|
|
19308
|
-
r"""
|
|
19309
|
-
不填默认为0,表示不开启自定义数据。
|
|
19446
|
+
r"""<p>自定义数据模式: 0表示不开启自定义数据,1表示开启自定义数据。<br>不填默认为0,表示不开启自定义数据。</p>
|
|
19310
19447
|
:rtype: int
|
|
19311
19448
|
"""
|
|
19312
19449
|
return self._SendCustomMode
|
|
@@ -21164,6 +21301,8 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
21164
21301
|
:type Model: str
|
|
21165
21302
|
:param _Language: <p>需要合成的语言,默认为空,表示自动识别</p><p>flow_02_turbo支持以下语言:</p><ul><li>zh:中文</li><li>en:英文</li><li>ja:日语</li><li>ko:韩语</li><li>yue:粤语</li><li>ms:马来语</li><li>ar:阿拉伯语</li><li>id:印尼语</li><li>th:泰语</li><li>vi:越南语</li></ul><p>flow_01_ex支持以下语言:</p><ul><li>zh:中文(简体) (Chinese Simplified)</li><li>zh-tw:中文(繁体) (Chinese Traditional)</li><li>en:英语 (English)</li><li>ja:日语 (Japanese)</li><li>ko:韩语 (Korean)</li><li>ms:马来语 (Malay)</li><li>yue:粤语 (Cantonese)</li><li>ar:阿拉伯语 (Arabic)</li><li>ru:俄语 (Russian)</li><li>es:西班牙语 (Spanish)</li><li>fr:法语 (French)</li><li>pt:葡萄牙语 (Portuguese)</li><li>de:德语 (German)</li><li>tr:土耳其语 (Turkish)</li><li>nl:荷兰语 (Dutch)</li><li>uk:乌克兰语 (Ukrainian)</li><li>vi:越南语 (Vietnamese)</li><li>id:印尼语 (Indonesian)</li><li>it:意大利语 (Italian)</li><li>th:泰语 (Thai)</li><li>pl:波兰语 (Polish)</li><li>ro:罗马尼亚语 (Romanian)</li><li>el:希腊语 (Greek)</li><li>cs:捷克语 (Czech)</li><li>fi:芬兰语 (Finnish)</li><li>hi:印地语 (Hindi)</li><li>bg:保加利亚语 (Bulgarian)</li><li>da:丹麦语 (Danish)</li><li>he:希伯来语 (Hebrew)</li><li>fa:波斯语(法尔西语) (Persian)</li><li>sk:斯洛伐克语 (Slovak)</li><li>sv:瑞典语 (Swedish)</li><li>hr:克罗地亚语 (Croatian)</li><li>tl:菲律宾语(他加禄语) (Filipino)</li><li>hu:匈牙利语 (Hungarian)</li><li>no:挪威语 (Norwegian)</li><li>sl:斯洛文尼亚语 (Slovenian)</li><li>ca:加泰罗尼亚语 (Catalan)</li><li>nn:新挪威语 (Nynorsk)</li><li>ta:泰米尔语 (Tamil)</li><li>af:南非荷兰语 (Afrikaans)</li></ul>
|
|
21166
21303
|
:type Language: str
|
|
21304
|
+
:param _ExtraParams: <p>拓展参数</p>
|
|
21305
|
+
:type ExtraParams: str
|
|
21167
21306
|
"""
|
|
21168
21307
|
self._SdkAppId = None
|
|
21169
21308
|
self._VoiceName = None
|
|
@@ -21172,6 +21311,7 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
21172
21311
|
self._PromptText = None
|
|
21173
21312
|
self._Model = None
|
|
21174
21313
|
self._Language = None
|
|
21314
|
+
self._ExtraParams = None
|
|
21175
21315
|
|
|
21176
21316
|
@property
|
|
21177
21317
|
def SdkAppId(self):
|
|
@@ -21254,6 +21394,17 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
21254
21394
|
def Language(self, Language):
|
|
21255
21395
|
self._Language = Language
|
|
21256
21396
|
|
|
21397
|
+
@property
|
|
21398
|
+
def ExtraParams(self):
|
|
21399
|
+
r"""<p>拓展参数</p>
|
|
21400
|
+
:rtype: str
|
|
21401
|
+
"""
|
|
21402
|
+
return self._ExtraParams
|
|
21403
|
+
|
|
21404
|
+
@ExtraParams.setter
|
|
21405
|
+
def ExtraParams(self, ExtraParams):
|
|
21406
|
+
self._ExtraParams = ExtraParams
|
|
21407
|
+
|
|
21257
21408
|
|
|
21258
21409
|
def _deserialize(self, params):
|
|
21259
21410
|
self._SdkAppId = params.get("SdkAppId")
|
|
@@ -21263,6 +21414,7 @@ class VoiceCloneRequest(AbstractModel):
|
|
|
21263
21414
|
self._PromptText = params.get("PromptText")
|
|
21264
21415
|
self._Model = params.get("Model")
|
|
21265
21416
|
self._Language = params.get("Language")
|
|
21417
|
+
self._ExtraParams = params.get("ExtraParams")
|
|
21266
21418
|
memeber_set = set(params.keys())
|
|
21267
21419
|
for name, value in vars(self).items():
|
|
21268
21420
|
property_name = name[1:]
|
|
@@ -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.162
|
|
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.162
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.162
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.149
|
|
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
|