tencentcloud-sdk-python 3.0.1337__py2.py3-none-any.whl → 3.0.1339__py2.py3-none-any.whl

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 (77) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/acp/v20220105/models.py +0 -10
  3. tencentcloud/autoscaling/v20180419/models.py +64 -112
  4. tencentcloud/bh/v20230418/bh_client.py +23 -0
  5. tencentcloud/bh/v20230418/models.py +342 -0
  6. tencentcloud/cdwch/v20200915/models.py +15 -0
  7. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  8. tencentcloud/cfg/v20210820/models.py +30 -10
  9. tencentcloud/clb/v20180317/models.py +38 -24
  10. tencentcloud/cmq/v20190304/models.py +0 -90
  11. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  12. tencentcloud/cynosdb/v20190107/models.py +17 -358
  13. tencentcloud/dbbrain/v20191016/models.py +0 -12
  14. tencentcloud/dbbrain/v20210527/models.py +0 -16
  15. tencentcloud/dcdb/v20180411/models.py +15 -0
  16. tencentcloud/dlc/v20210125/models.py +140 -34
  17. tencentcloud/domain/v20180808/models.py +0 -126
  18. tencentcloud/dsgc/v20190723/models.py +8 -0
  19. tencentcloud/dts/v20180330/models.py +0 -18
  20. tencentcloud/dts/v20211206/models.py +0 -800
  21. tencentcloud/emr/v20190103/emr_client.py +23 -0
  22. tencentcloud/emr/v20190103/models.py +431 -0
  23. tencentcloud/es/v20180416/errorcodes.py +6 -0
  24. tencentcloud/es/v20180416/models.py +17 -0
  25. tencentcloud/ess/v20201111/ess_client.py +27 -0
  26. tencentcloud/ess/v20201111/models.py +227 -2
  27. tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
  28. tencentcloud/essbasic/v20210526/models.py +308 -0
  29. tencentcloud/fmu/v20191213/errorcodes.py +0 -21
  30. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  31. tencentcloud/fmu/v20191213/models.py +0 -527
  32. tencentcloud/goosefs/v20220519/models.py +0 -22
  33. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
  34. tencentcloud/iotexplorer/v20190423/models.py +0 -491
  35. tencentcloud/iss/v20230517/models.py +15 -534
  36. tencentcloud/kms/v20190118/models.py +30 -0
  37. tencentcloud/lcic/v20220817/lcic_client.py +46 -0
  38. tencentcloud/lcic/v20220817/models.py +188 -0
  39. tencentcloud/lke/v20231130/lke_client.py +6 -1
  40. tencentcloud/lke/v20231130/models.py +8 -8
  41. tencentcloud/lowcode/v20210108/models.py +0 -106
  42. tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
  43. tencentcloud/mariadb/v20170312/models.py +15 -0
  44. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  45. tencentcloud/mongodb/v20190725/models.py +109 -0
  46. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  47. tencentcloud/ocr/v20181119/models.py +2 -4
  48. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  49. tencentcloud/organization/v20210331/models.py +109 -0
  50. tencentcloud/organization/v20210331/organization_client.py +23 -0
  51. tencentcloud/redis/v20180412/models.py +21 -2
  52. tencentcloud/scf/v20180416/models.py +75 -0
  53. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  54. tencentcloud/svp/v20240125/models.py +506 -0
  55. tencentcloud/svp/v20240125/svp_client.py +23 -0
  56. tencentcloud/tdmq/v20200217/models.py +2 -296
  57. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
  58. tencentcloud/tione/v20211111/errorcodes.py +3 -0
  59. tencentcloud/tione/v20211111/models.py +68 -0
  60. tencentcloud/trtc/v20190722/models.py +39 -8
  61. tencentcloud/tse/v20201207/models.py +164 -104
  62. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  63. tencentcloud/tsf/v20180326/models.py +85 -14
  64. tencentcloud/tsf/v20180326/tsf_client.py +23 -0
  65. tencentcloud/vclm/v20240523/models.py +58 -4
  66. tencentcloud/vdb/v20230616/models.py +9 -57
  67. tencentcloud/vpc/v20170312/models.py +100 -0
  68. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  69. tencentcloud/waf/v20180125/models.py +252 -0
  70. tencentcloud/waf/v20180125/waf_client.py +46 -0
  71. tencentcloud/wedata/v20210820/models.py +2232 -93
  72. tencentcloud/wedata/v20210820/wedata_client.py +69 -0
  73. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/METADATA +1 -1
  74. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/RECORD +77 -77
  75. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/LICENSE +0 -0
  76. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/WHEEL +0 -0
  77. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/top_level.txt +0 -0
@@ -1845,31 +1845,6 @@ class TdmqClient(AbstractClient):
1845
1845
  raise TencentCloudSDKException(type(e).__name__, str(e))
1846
1846
 
1847
1847
 
1848
- def DescribeRabbitMQVirtualHostList(self, request):
1849
- """消息队列TDMQ RabbitMQ 有一个存量旧接口没下线,目前实际上已经不在产品中使用:DescribeRabbitMQVirtualHostList,这个接口很久前已经被 DescribeRabbitMQVirtualHost 替换掉。已无用户在调用。
1850
-
1851
- RabbitMQ专享版查询虚拟主机列表
1852
-
1853
- :param request: Request instance for DescribeRabbitMQVirtualHostList.
1854
- :type request: :class:`tencentcloud.tdmq.v20200217.models.DescribeRabbitMQVirtualHostListRequest`
1855
- :rtype: :class:`tencentcloud.tdmq.v20200217.models.DescribeRabbitMQVirtualHostListResponse`
1856
-
1857
- """
1858
- try:
1859
- params = request._serialize()
1860
- headers = request.headers
1861
- body = self.call("DescribeRabbitMQVirtualHostList", params, headers=headers)
1862
- response = json.loads(body)
1863
- model = models.DescribeRabbitMQVirtualHostListResponse()
1864
- model._deserialize(response["Response"])
1865
- return model
1866
- except Exception as e:
1867
- if isinstance(e, TencentCloudSDKException):
1868
- raise
1869
- else:
1870
- raise TencentCloudSDKException(type(e).__name__, str(e))
1871
-
1872
-
1873
1848
  def DescribeRocketMQCluster(self, request):
1874
1849
  """获取单个RocketMQ集群信息
1875
1850
 
@@ -263,6 +263,9 @@ INVALIDPARAMETERVALUE_BADNAME = 'InvalidParameterValue.BadName'
263
263
  # 云联网未被关联VPC
264
264
  INVALIDPARAMETERVALUE_CCNHASNOATTACHEDVPC = 'InvalidParameterValue.CcnHasNoAttachedVpc'
265
265
 
266
+ # CFS路径与现存的数据有冲突
267
+ INVALIDPARAMETERVALUE_CFSPATHCOLLISION = 'InvalidParameterValue.CfsPathCollision'
268
+
266
269
  # 请设置日志集、日志主题ID。
267
270
  INVALIDPARAMETERVALUE_CLSCONFIGREQUIRED = 'InvalidParameterValue.ClsConfigRequired'
268
271
 
@@ -3358,6 +3358,12 @@ class DatasetGroup(AbstractModel):
3358
3358
  :param _AnnotationSchemaConfigured: 标注Schema是否配置
3359
3359
  注意:此字段可能返回 null,表示取不到有效值。
3360
3360
  :type AnnotationSchemaConfigured: bool
3361
+ :param _CreatorNickname: 创建者名称
3362
+ 注意:此字段可能返回 null,表示取不到有效值。
3363
+ :type CreatorNickname: str
3364
+ :param _IsCfsUpdated: cfs路径是否有修改
3365
+ 注意:此字段可能返回 null,表示取不到有效值。
3366
+ :type IsCfsUpdated: bool
3361
3367
  """
3362
3368
  self._DatasetId = None
3363
3369
  self._DatasetName = None
@@ -3391,6 +3397,8 @@ class DatasetGroup(AbstractModel):
3391
3397
  self._NumAnnotated = None
3392
3398
  self._AnnotationSpecification = None
3393
3399
  self._AnnotationSchemaConfigured = None
3400
+ self._CreatorNickname = None
3401
+ self._IsCfsUpdated = None
3394
3402
 
3395
3403
  @property
3396
3404
  def DatasetId(self):
@@ -3776,6 +3784,30 @@ class DatasetGroup(AbstractModel):
3776
3784
  def AnnotationSchemaConfigured(self, AnnotationSchemaConfigured):
3777
3785
  self._AnnotationSchemaConfigured = AnnotationSchemaConfigured
3778
3786
 
3787
+ @property
3788
+ def CreatorNickname(self):
3789
+ """创建者名称
3790
+ 注意:此字段可能返回 null,表示取不到有效值。
3791
+ :rtype: str
3792
+ """
3793
+ return self._CreatorNickname
3794
+
3795
+ @CreatorNickname.setter
3796
+ def CreatorNickname(self, CreatorNickname):
3797
+ self._CreatorNickname = CreatorNickname
3798
+
3799
+ @property
3800
+ def IsCfsUpdated(self):
3801
+ """cfs路径是否有修改
3802
+ 注意:此字段可能返回 null,表示取不到有效值。
3803
+ :rtype: bool
3804
+ """
3805
+ return self._IsCfsUpdated
3806
+
3807
+ @IsCfsUpdated.setter
3808
+ def IsCfsUpdated(self, IsCfsUpdated):
3809
+ self._IsCfsUpdated = IsCfsUpdated
3810
+
3779
3811
 
3780
3812
  def _deserialize(self, params):
3781
3813
  self._DatasetId = params.get("DatasetId")
@@ -3826,6 +3858,8 @@ class DatasetGroup(AbstractModel):
3826
3858
  self._NumAnnotated = params.get("NumAnnotated")
3827
3859
  self._AnnotationSpecification = params.get("AnnotationSpecification")
3828
3860
  self._AnnotationSchemaConfigured = params.get("AnnotationSchemaConfigured")
3861
+ self._CreatorNickname = params.get("CreatorNickname")
3862
+ self._IsCfsUpdated = params.get("IsCfsUpdated")
3829
3863
  memeber_set = set(params.keys())
3830
3864
  for name, value in vars(self).items():
3831
3865
  property_name = name[1:]
@@ -3936,6 +3970,12 @@ class DatasetInfo(AbstractModel):
3936
3970
  :param _AnnotationSchemaConfigured: 标注Schema是否配置
3937
3971
  注意:此字段可能返回 null,表示取不到有效值。
3938
3972
  :type AnnotationSchemaConfigured: bool
3973
+ :param _CreatorNickname: 创建者名称
3974
+ 注意:此字段可能返回 null,表示取不到有效值。
3975
+ :type CreatorNickname: str
3976
+ :param _IsCfsUpdated: cfs路径是否有修改
3977
+ 注意:此字段可能返回 null,表示取不到有效值。
3978
+ :type IsCfsUpdated: bool
3939
3979
  """
3940
3980
  self._DatasetId = None
3941
3981
  self._DatasetName = None
@@ -3968,6 +4008,8 @@ class DatasetInfo(AbstractModel):
3968
4008
  self._NumAnnotated = None
3969
4009
  self._AnnotationSpecification = None
3970
4010
  self._AnnotationSchemaConfigured = None
4011
+ self._CreatorNickname = None
4012
+ self._IsCfsUpdated = None
3971
4013
 
3972
4014
  @property
3973
4015
  def DatasetId(self):
@@ -4341,6 +4383,30 @@ class DatasetInfo(AbstractModel):
4341
4383
  def AnnotationSchemaConfigured(self, AnnotationSchemaConfigured):
4342
4384
  self._AnnotationSchemaConfigured = AnnotationSchemaConfigured
4343
4385
 
4386
+ @property
4387
+ def CreatorNickname(self):
4388
+ """创建者名称
4389
+ 注意:此字段可能返回 null,表示取不到有效值。
4390
+ :rtype: str
4391
+ """
4392
+ return self._CreatorNickname
4393
+
4394
+ @CreatorNickname.setter
4395
+ def CreatorNickname(self, CreatorNickname):
4396
+ self._CreatorNickname = CreatorNickname
4397
+
4398
+ @property
4399
+ def IsCfsUpdated(self):
4400
+ """cfs路径是否有修改
4401
+ 注意:此字段可能返回 null,表示取不到有效值。
4402
+ :rtype: bool
4403
+ """
4404
+ return self._IsCfsUpdated
4405
+
4406
+ @IsCfsUpdated.setter
4407
+ def IsCfsUpdated(self, IsCfsUpdated):
4408
+ self._IsCfsUpdated = IsCfsUpdated
4409
+
4344
4410
 
4345
4411
  def _deserialize(self, params):
4346
4412
  self._DatasetId = params.get("DatasetId")
@@ -4385,6 +4451,8 @@ class DatasetInfo(AbstractModel):
4385
4451
  self._NumAnnotated = params.get("NumAnnotated")
4386
4452
  self._AnnotationSpecification = params.get("AnnotationSpecification")
4387
4453
  self._AnnotationSchemaConfigured = params.get("AnnotationSchemaConfigured")
4454
+ self._CreatorNickname = params.get("CreatorNickname")
4455
+ self._IsCfsUpdated = params.get("IsCfsUpdated")
4388
4456
  memeber_set = set(params.keys())
4389
4457
  for name, value in vars(self).items():
4390
4458
  property_name = name[1:]
@@ -199,6 +199,14 @@ class AgentConfig(AbstractModel):
199
199
  :type FilterOneWord: bool
200
200
  :param _WelcomeMessagePriority: 欢迎消息优先级,0默认,1高优,高优不能被打断。
201
201
  :type WelcomeMessagePriority: int
202
+ :param _FilterBracketsContent: 用于过滤LLM返回内容,不播放括号中的内容。
203
+ 1:中文括号()
204
+ 2:英文括号()
205
+ 3:中文方括号【】
206
+ 4:英文方括号[]
207
+ 5:英文花括号{}
208
+ 默认值为空,表示不进行过滤。
209
+ :type FilterBracketsContent: int
202
210
  """
203
211
  self._UserId = None
204
212
  self._UserSig = None
@@ -210,6 +218,7 @@ class AgentConfig(AbstractModel):
210
218
  self._TurnDetectionMode = None
211
219
  self._FilterOneWord = None
212
220
  self._WelcomeMessagePriority = None
221
+ self._FilterBracketsContent = None
213
222
 
214
223
  @property
215
224
  def UserId(self):
@@ -323,6 +332,23 @@ class AgentConfig(AbstractModel):
323
332
  def WelcomeMessagePriority(self, WelcomeMessagePriority):
324
333
  self._WelcomeMessagePriority = WelcomeMessagePriority
325
334
 
335
+ @property
336
+ def FilterBracketsContent(self):
337
+ """用于过滤LLM返回内容,不播放括号中的内容。
338
+ 1:中文括号()
339
+ 2:英文括号()
340
+ 3:中文方括号【】
341
+ 4:英文方括号[]
342
+ 5:英文花括号{}
343
+ 默认值为空,表示不进行过滤。
344
+ :rtype: int
345
+ """
346
+ return self._FilterBracketsContent
347
+
348
+ @FilterBracketsContent.setter
349
+ def FilterBracketsContent(self, FilterBracketsContent):
350
+ self._FilterBracketsContent = FilterBracketsContent
351
+
326
352
 
327
353
  def _deserialize(self, params):
328
354
  self._UserId = params.get("UserId")
@@ -335,6 +361,7 @@ class AgentConfig(AbstractModel):
335
361
  self._TurnDetectionMode = params.get("TurnDetectionMode")
336
362
  self._FilterOneWord = params.get("FilterOneWord")
337
363
  self._WelcomeMessagePriority = params.get("WelcomeMessagePriority")
364
+ self._FilterBracketsContent = params.get("FilterBracketsContent")
338
365
  memeber_set = set(params.keys())
339
366
  for name, value in vars(self).items():
340
367
  property_name = name[1:]
@@ -10822,8 +10849,8 @@ class STTConfig(AbstractModel):
10822
10849
  语音转文本不同套餐版本支持的语言如下:
10823
10850
 
10824
10851
  **基础版**:
10825
- - "zh": 中文
10826
- - "zh-TW": 中国台湾
10852
+ - "zh": 中文(简体)
10853
+ - "zh-TW": 中文(繁体)
10827
10854
  - "en": 英语
10828
10855
 
10829
10856
  **标准版:**
@@ -10885,8 +10912,8 @@ class STTConfig(AbstractModel):
10885
10912
  语音转文本不同套餐版本支持的语言如下:
10886
10913
 
10887
10914
  **基础版**:
10888
- - "zh": 中文
10889
- - "zh-TW": 中国台湾
10915
+ - "zh": 中文(简体)
10916
+ - "zh-TW": 中文(繁体)
10890
10917
  - "en": 英语
10891
10918
 
10892
10919
  **标准版:**
@@ -11613,7 +11640,7 @@ class StartAIConversationRequest(AbstractModel):
11613
11640
 
11614
11641
  :type LLMConfig: str
11615
11642
  :param _TTSConfig: TTS配置,为JSON字符串,腾讯云TTS示例如下:
11616
- <pre>{ <br> &emsp; "AppId": 您的应用ID, // Integer 必填<br> &emsp; "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br> &emsp; "SecretId": "您的密钥ID", // String 必填<br> &emsp; "SecretKey": "您的密钥Key", // String 必填<br> &emsp; "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br> &emsp; "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br> &emsp; "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br> &emsp; "PrimaryLanguage": "zh-CN" // String 非必填,主要语言<br> &emsp;}</pre>
11643
+ <pre>{ <br> &emsp; "AppId": 您的应用ID, // Integer 必填<br> &emsp; "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br> &emsp; "SecretId": "您的密钥ID", // String 必填<br> &emsp; "SecretKey": "您的密钥Key", // String 必填<br> &emsp; "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br> &emsp; "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br> &emsp; "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br> &emsp;}</pre>
11617
11644
  :type TTSConfig: str
11618
11645
  :param _AvatarConfig: 数字人配置,为JSON字符串。**数字人配置需要提工单加白后才能使用**
11619
11646
  :type AvatarConfig: str
@@ -11710,7 +11737,7 @@ class StartAIConversationRequest(AbstractModel):
11710
11737
  @property
11711
11738
  def TTSConfig(self):
11712
11739
  """TTS配置,为JSON字符串,腾讯云TTS示例如下:
11713
- <pre>{ <br> &emsp; "AppId": 您的应用ID, // Integer 必填<br> &emsp; "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br> &emsp; "SecretId": "您的密钥ID", // String 必填<br> &emsp; "SecretKey": "您的密钥Key", // String 必填<br> &emsp; "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br> &emsp; "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br> &emsp; "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br> &emsp; "PrimaryLanguage": "zh-CN" // String 非必填,主要语言<br> &emsp;}</pre>
11740
+ <pre>{ <br> &emsp; "AppId": 您的应用ID, // Integer 必填<br> &emsp; "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br> &emsp; "SecretId": "您的密钥ID", // String 必填<br> &emsp; "SecretKey": "您的密钥Key", // String 必填<br> &emsp; "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br> &emsp; "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br> &emsp; "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br> &emsp;}</pre>
11714
11741
  :rtype: str
11715
11742
  """
11716
11743
  return self._TTSConfig
@@ -12276,6 +12303,7 @@ class StartPublishCdnStreamRequest(AbstractModel):
12276
12303
  :param _AgentParams: 转推服务加入TRTC房间的机器人参数。
12277
12304
  :type AgentParams: :class:`tencentcloud.trtc.v20190722.models.AgentParams`
12278
12305
  :param _WithTranscoding: 是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转码费用。
12306
+ 注:混流是必须转码,这个参数需设置为1。
12279
12307
  :type WithTranscoding: int
12280
12308
  :param _AudioParams: 转推流的音频编码参数。由于音频是必转码的(不会收取转码费用),所以启动任务的时候,必须填写。
12281
12309
  :type AudioParams: :class:`tencentcloud.trtc.v20190722.models.McuAudioParams`
@@ -12352,6 +12380,7 @@ class StartPublishCdnStreamRequest(AbstractModel):
12352
12380
  @property
12353
12381
  def WithTranscoding(self):
12354
12382
  """是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转码费用。
12383
+ 注:混流是必须转码,这个参数需设置为1。
12355
12384
  :rtype: int
12356
12385
  """
12357
12386
  return self._WithTranscoding
@@ -14565,6 +14594,7 @@ class UpdatePublishCdnStreamRequest(AbstractModel):
14565
14594
  :param _SequenceNumber: 客户保证同一个任务,每次更新请求中的SequenceNumber递增,防止请求乱序。
14566
14595
  :type SequenceNumber: int
14567
14596
  :param _WithTranscoding: 是否转码,0表示无需转码,1表示需要转码。
14597
+ 注:混流是必须转码,这个参数需设置为1。
14568
14598
  :type WithTranscoding: int
14569
14599
  :param _AudioParams: 更新相关参数,只支持更新参与混音的主播列表参数,不支持更新Codec、采样率、码率和声道数。不填表示不更新此参数。
14570
14600
  :type AudioParams: :class:`tencentcloud.trtc.v20190722.models.McuAudioParams`
@@ -14626,6 +14656,7 @@ class UpdatePublishCdnStreamRequest(AbstractModel):
14626
14656
  @property
14627
14657
  def WithTranscoding(self):
14628
14658
  """是否转码,0表示无需转码,1表示需要转码。
14659
+ 注:混流是必须转码,这个参数需设置为1。
14629
14660
  :rtype: int
14630
14661
  """
14631
14662
  return self._WithTranscoding
@@ -15125,7 +15156,7 @@ class VideoEncode(AbstractModel):
15125
15156
  r"""
15126
15157
  :param _Width: 输出流宽,音视频输出时必填。取值范围[0,1920],单位为像素值。
15127
15158
  :type Width: int
15128
- :param _Height: 输出流高,音视频输出时必填。取值范围[0,1080],单位为像素值。
15159
+ :param _Height: 输出流高,音视频输出时必填。取值范围[0,1920],单位为像素值。
15129
15160
  :type Height: int
15130
15161
  :param _Fps: 输出流帧率,音视频输出时必填。取值范围[1,60],表示混流的输出帧率可选范围为1到60fps。
15131
15162
  :type Fps: int
@@ -15153,7 +15184,7 @@ class VideoEncode(AbstractModel):
15153
15184
 
15154
15185
  @property
15155
15186
  def Height(self):
15156
- """输出流高,音视频输出时必填。取值范围[0,1080],单位为像素值。
15187
+ """输出流高,音视频输出时必填。取值范围[0,1920],单位为像素值。
15157
15188
  :rtype: int
15158
15189
  """
15159
15190
  return self._Height