tencentcloud-sdk-python 3.0.1325__py2.py3-none-any.whl → 3.0.1327__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/v20190614/asr_client.py +1 -1
- tencentcloud/batch/v20170312/models.py +0 -60
- tencentcloud/ccc/v20200210/ccc_client.py +5 -1
- tencentcloud/ccc/v20200210/models.py +4 -4
- tencentcloud/clb/v20180317/clb_client.py +115 -0
- tencentcloud/clb/v20180317/models.py +522 -0
- tencentcloud/cvm/v20170312/models.py +0 -64
- tencentcloud/cwp/v20180228/models.py +4 -40
- tencentcloud/dts/v20211206/models.py +2 -2
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +197 -0
- tencentcloud/ess/v20201111/models.py +4 -4
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/hai/v20230812/errorcodes.py +12 -0
- tencentcloud/live/v20180801/models.py +15 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +8 -5
- tencentcloud/rce/v20201103/models.py +30 -130
- tencentcloud/tcr/v20190924/models.py +0 -14
- tencentcloud/trtc/v20190722/models.py +15 -62
- tencentcloud/waf/v20180125/errorcodes.py +6 -0
- tencentcloud/waf/v20180125/models.py +348 -37
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/RECORD +27 -27
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/top_level.txt +0 -0
@@ -14444,7 +14444,6 @@ class RegistryCondition(AbstractModel):
|
|
14444
14444
|
:param _Status: 实例创建过程状态
|
14445
14445
|
:type Status: str
|
14446
14446
|
:param _Reason: 转换到该过程的简明原因
|
14447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14448
14447
|
:type Reason: str
|
14449
14448
|
"""
|
14450
14449
|
self._Type = None
|
@@ -14476,7 +14475,6 @@ class RegistryCondition(AbstractModel):
|
|
14476
14475
|
@property
|
14477
14476
|
def Reason(self):
|
14478
14477
|
"""转换到该过程的简明原因
|
14479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14480
14478
|
:rtype: str
|
14481
14479
|
"""
|
14482
14480
|
return self._Reason
|
@@ -14743,22 +14741,16 @@ class ReplicationLog(AbstractModel):
|
|
14743
14741
|
def __init__(self):
|
14744
14742
|
r"""
|
14745
14743
|
:param _ResourceType: 资源类型
|
14746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14747
14744
|
:type ResourceType: str
|
14748
14745
|
:param _Source: 源资源
|
14749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14750
14746
|
:type Source: str
|
14751
14747
|
:param _Destination: 目的资源
|
14752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14753
14748
|
:type Destination: str
|
14754
14749
|
:param _Status: 同步状态
|
14755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14756
14750
|
:type Status: str
|
14757
14751
|
:param _StartTime: 开始时间
|
14758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14759
14752
|
:type StartTime: str
|
14760
14753
|
:param _EndTime: 结束时间
|
14761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14762
14754
|
:type EndTime: str
|
14763
14755
|
"""
|
14764
14756
|
self._ResourceType = None
|
@@ -14771,7 +14763,6 @@ class ReplicationLog(AbstractModel):
|
|
14771
14763
|
@property
|
14772
14764
|
def ResourceType(self):
|
14773
14765
|
"""资源类型
|
14774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14775
14766
|
:rtype: str
|
14776
14767
|
"""
|
14777
14768
|
return self._ResourceType
|
@@ -14783,7 +14774,6 @@ class ReplicationLog(AbstractModel):
|
|
14783
14774
|
@property
|
14784
14775
|
def Source(self):
|
14785
14776
|
"""源资源
|
14786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14787
14777
|
:rtype: str
|
14788
14778
|
"""
|
14789
14779
|
return self._Source
|
@@ -14795,7 +14785,6 @@ class ReplicationLog(AbstractModel):
|
|
14795
14785
|
@property
|
14796
14786
|
def Destination(self):
|
14797
14787
|
"""目的资源
|
14798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14799
14788
|
:rtype: str
|
14800
14789
|
"""
|
14801
14790
|
return self._Destination
|
@@ -14807,7 +14796,6 @@ class ReplicationLog(AbstractModel):
|
|
14807
14796
|
@property
|
14808
14797
|
def Status(self):
|
14809
14798
|
"""同步状态
|
14810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14811
14799
|
:rtype: str
|
14812
14800
|
"""
|
14813
14801
|
return self._Status
|
@@ -14819,7 +14807,6 @@ class ReplicationLog(AbstractModel):
|
|
14819
14807
|
@property
|
14820
14808
|
def StartTime(self):
|
14821
14809
|
"""开始时间
|
14822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14823
14810
|
:rtype: str
|
14824
14811
|
"""
|
14825
14812
|
return self._StartTime
|
@@ -14831,7 +14818,6 @@ class ReplicationLog(AbstractModel):
|
|
14831
14818
|
@property
|
14832
14819
|
def EndTime(self):
|
14833
14820
|
"""结束时间
|
14834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14835
14821
|
:rtype: str
|
14836
14822
|
"""
|
14837
14823
|
return self._EndTime
|
@@ -10822,72 +10822,41 @@ class STTConfig(AbstractModel):
|
|
10822
10822
|
语音转文本不同套餐版本支持的语言如下:
|
10823
10823
|
|
10824
10824
|
**基础版**:
|
10825
|
-
|
10826
10825
|
- "zh": 中文
|
10827
|
-
|
10828
10826
|
- "zh-TW": 中国台湾
|
10829
|
-
|
10830
10827
|
- "en": 英语
|
10831
10828
|
|
10832
10829
|
**标准版:**
|
10833
|
-
|
10834
10830
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
10835
|
-
|
10836
10831
|
- "16k_zh_large": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
10837
|
-
|
10838
10832
|
- "16k_multi_lang": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).
|
10839
|
-
|
10840
10833
|
- "16k_zh_en": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
10841
10834
|
|
10842
10835
|
**高级版:**
|
10843
|
-
|
10844
10836
|
- "zh-dialect": 中国方言
|
10845
|
-
|
10846
10837
|
- "zh-yue": 中国粤语
|
10847
|
-
|
10848
10838
|
- "vi": 越南语
|
10849
|
-
|
10850
10839
|
- "ja": 日语
|
10851
|
-
|
10852
10840
|
- "ko": 韩语
|
10853
|
-
|
10854
10841
|
- "id": 印度尼西亚语
|
10855
|
-
|
10856
10842
|
- "th": 泰语
|
10857
|
-
|
10858
10843
|
- "pt": 葡萄牙语
|
10859
|
-
|
10860
10844
|
- "tr": 土耳其语
|
10861
|
-
|
10862
10845
|
- "ar": 阿拉伯语
|
10863
|
-
|
10864
10846
|
- "es": 西班牙语
|
10865
|
-
|
10866
10847
|
- "hi": 印地语
|
10867
|
-
|
10868
10848
|
- "fr": 法语
|
10869
|
-
|
10870
10849
|
- "ms": 马来语
|
10871
|
-
|
10872
10850
|
- "fil": 菲律宾语
|
10873
|
-
|
10874
10851
|
- "de": 德语
|
10875
|
-
|
10876
10852
|
- "it": 意大利语
|
10877
|
-
|
10878
10853
|
- "ru": 俄语
|
10879
|
-
|
10880
10854
|
- "sv": 瑞典语
|
10881
|
-
|
10882
10855
|
- "da": 丹麦语
|
10883
|
-
|
10884
10856
|
- "no": 挪威语
|
10885
10857
|
|
10886
10858
|
**注意:**
|
10887
|
-
|
10888
10859
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
10889
|
-
|
10890
|
-
示例值:zh
|
10891
10860
|
:type Language: str
|
10892
10861
|
:param _AlternativeLanguage: **发起模糊识别为高级版能力,默认按照高级版收费,仅支持填写基础版和高级版语言.**
|
10893
10862
|
注意:不支持填写"zh-dialect"
|
@@ -10916,72 +10885,41 @@ class STTConfig(AbstractModel):
|
|
10916
10885
|
语音转文本不同套餐版本支持的语言如下:
|
10917
10886
|
|
10918
10887
|
**基础版**:
|
10919
|
-
|
10920
10888
|
- "zh": 中文
|
10921
|
-
|
10922
10889
|
- "zh-TW": 中国台湾
|
10923
|
-
|
10924
10890
|
- "en": 英语
|
10925
10891
|
|
10926
10892
|
**标准版:**
|
10927
|
-
|
10928
10893
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
10929
|
-
|
10930
10894
|
- "16k_zh_large": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
10931
|
-
|
10932
10895
|
- "16k_multi_lang": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).
|
10933
|
-
|
10934
10896
|
- "16k_zh_en": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
10935
10897
|
|
10936
10898
|
**高级版:**
|
10937
|
-
|
10938
10899
|
- "zh-dialect": 中国方言
|
10939
|
-
|
10940
10900
|
- "zh-yue": 中国粤语
|
10941
|
-
|
10942
10901
|
- "vi": 越南语
|
10943
|
-
|
10944
10902
|
- "ja": 日语
|
10945
|
-
|
10946
10903
|
- "ko": 韩语
|
10947
|
-
|
10948
10904
|
- "id": 印度尼西亚语
|
10949
|
-
|
10950
10905
|
- "th": 泰语
|
10951
|
-
|
10952
10906
|
- "pt": 葡萄牙语
|
10953
|
-
|
10954
10907
|
- "tr": 土耳其语
|
10955
|
-
|
10956
10908
|
- "ar": 阿拉伯语
|
10957
|
-
|
10958
10909
|
- "es": 西班牙语
|
10959
|
-
|
10960
10910
|
- "hi": 印地语
|
10961
|
-
|
10962
10911
|
- "fr": 法语
|
10963
|
-
|
10964
10912
|
- "ms": 马来语
|
10965
|
-
|
10966
10913
|
- "fil": 菲律宾语
|
10967
|
-
|
10968
10914
|
- "de": 德语
|
10969
|
-
|
10970
10915
|
- "it": 意大利语
|
10971
|
-
|
10972
10916
|
- "ru": 俄语
|
10973
|
-
|
10974
10917
|
- "sv": 瑞典语
|
10975
|
-
|
10976
10918
|
- "da": 丹麦语
|
10977
|
-
|
10978
10919
|
- "no": 挪威语
|
10979
10920
|
|
10980
10921
|
**注意:**
|
10981
|
-
|
10982
10922
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
10983
|
-
|
10984
|
-
示例值:zh
|
10985
10923
|
:rtype: str
|
10986
10924
|
"""
|
10987
10925
|
return self._Language
|
@@ -11677,6 +11615,8 @@ class StartAIConversationRequest(AbstractModel):
|
|
11677
11615
|
:param _TTSConfig: TTS配置,为JSON字符串,腾讯云TTS示例如下:
|
11678
11616
|
<pre>{ <br>   "AppId": 您的应用ID, // Integer 必填<br>   "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br>   "SecretId": "您的密钥ID", // String 必填<br>   "SecretKey": "您的密钥Key", // String 必填<br>   "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>   "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>   "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br>   "PrimaryLanguage": "zh-CN" // String 非必填,主要语言<br>  }</pre>
|
11679
11617
|
:type TTSConfig: str
|
11618
|
+
:param _AvatarConfig: 数字人配置,为JSON字符串。**数字人配置需要提工单加白后才能使用**
|
11619
|
+
:type AvatarConfig: str
|
11680
11620
|
"""
|
11681
11621
|
self._SdkAppId = None
|
11682
11622
|
self._RoomId = None
|
@@ -11686,6 +11626,7 @@ class StartAIConversationRequest(AbstractModel):
|
|
11686
11626
|
self._STTConfig = None
|
11687
11627
|
self._LLMConfig = None
|
11688
11628
|
self._TTSConfig = None
|
11629
|
+
self._AvatarConfig = None
|
11689
11630
|
|
11690
11631
|
@property
|
11691
11632
|
def SdkAppId(self):
|
@@ -11778,6 +11719,17 @@ class StartAIConversationRequest(AbstractModel):
|
|
11778
11719
|
def TTSConfig(self, TTSConfig):
|
11779
11720
|
self._TTSConfig = TTSConfig
|
11780
11721
|
|
11722
|
+
@property
|
11723
|
+
def AvatarConfig(self):
|
11724
|
+
"""数字人配置,为JSON字符串。**数字人配置需要提工单加白后才能使用**
|
11725
|
+
:rtype: str
|
11726
|
+
"""
|
11727
|
+
return self._AvatarConfig
|
11728
|
+
|
11729
|
+
@AvatarConfig.setter
|
11730
|
+
def AvatarConfig(self, AvatarConfig):
|
11731
|
+
self._AvatarConfig = AvatarConfig
|
11732
|
+
|
11781
11733
|
|
11782
11734
|
def _deserialize(self, params):
|
11783
11735
|
self._SdkAppId = params.get("SdkAppId")
|
@@ -11792,6 +11744,7 @@ class StartAIConversationRequest(AbstractModel):
|
|
11792
11744
|
self._STTConfig._deserialize(params.get("STTConfig"))
|
11793
11745
|
self._LLMConfig = params.get("LLMConfig")
|
11794
11746
|
self._TTSConfig = params.get("TTSConfig")
|
11747
|
+
self._AvatarConfig = params.get("AvatarConfig")
|
11795
11748
|
memeber_set = set(params.keys())
|
11796
11749
|
for name, value in vars(self).items():
|
11797
11750
|
property_name = name[1:]
|
@@ -125,6 +125,12 @@ INVALIDPARAMETER_XFFRESETPARAMETERERR = 'InvalidParameter.XFFResetParameterErr'
|
|
125
125
|
# 参数取值错误。
|
126
126
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
127
127
|
|
128
|
+
# 自定义规则CEL逻辑表达式长度超过10240字符
|
129
|
+
INVALIDPARAMETERVALUE_CELLENGTHEXCEEDLIMIT = 'InvalidParameterValue.CELLengthExceedLimit'
|
130
|
+
|
131
|
+
# 自定义规则CEL逻辑表达式语法错误
|
132
|
+
INVALIDPARAMETERVALUE_CELSYNTAXERR = 'InvalidParameterValue.CELSyntaxErr'
|
133
|
+
|
128
134
|
# InvalidRequest
|
129
135
|
INVALIDPARAMETERVALUE_INVALIDREQUEST = 'InvalidParameterValue.InvalidRequest'
|
130
136
|
|