tencentcloud-sdk-python 3.0.1461__py2.py3-none-any.whl → 3.0.1462__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/ai3d/v20250513/ai3d_client.py +2 -2
- tencentcloud/asr/v20190614/models.py +4 -6
- tencentcloud/ess/v20201111/models.py +4 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +106 -12
- tencentcloud/mps/v20190612/models.py +490 -8
- tencentcloud/redis/v20180412/models.py +36 -20
- tencentcloud/redis/v20180412/redis_client.py +1 -1
- tencentcloud/vtc/v20240223/vtc_client.py +1 -1
- {tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/RECORD +15 -15
- {tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -76,7 +76,7 @@ class Ai3dClient(AbstractClient):
|
|
76
76
|
|
77
77
|
def QueryHunyuanTo3DRapidJob(self, request):
|
78
78
|
r"""混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
79
|
-
默认提供
|
79
|
+
默认提供3个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
80
80
|
|
81
81
|
:param request: Request instance for QueryHunyuanTo3DRapidJob.
|
82
82
|
:type request: :class:`tencentcloud.ai3d.v20250513.models.QueryHunyuanTo3DRapidJobRequest`
|
@@ -148,7 +148,7 @@ class Ai3dClient(AbstractClient):
|
|
148
148
|
|
149
149
|
def SubmitHunyuanTo3DRapidJob(self, request):
|
150
150
|
r"""混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
151
|
-
默认提供
|
151
|
+
默认提供3个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
152
152
|
|
153
153
|
:param request: Request instance for SubmitHunyuanTo3DRapidJob.
|
154
154
|
:type request: :class:`tencentcloud.ai3d.v20250513.models.SubmitHunyuanTo3DRapidJobRequest`
|
@@ -824,11 +824,10 @@ class CreateRecTaskRequest(AbstractModel):
|
|
824
824
|
|
825
825
|
通用场景引擎:
|
826
826
|
**注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**
|
827
|
-
• **
|
827
|
+
• **16k_zh_en**:中英粤+7种方言大模型引擎【大模型版】。当前模型同时支持中文、英语、粤语、四川、陕西、河南、上海、湖南、湖北和安徽方言识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
828
828
|
• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
|
829
829
|
• **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);
|
830
|
-
• **
|
831
|
-
• **16k_zh_en**:中英大模型引擎【大模型版】。当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
830
|
+
• **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;
|
832
831
|
• **16k_en:**英语;
|
833
832
|
• **16k_yue:**粤语;
|
834
833
|
• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
@@ -1046,11 +1045,10 @@ class CreateRecTaskRequest(AbstractModel):
|
|
1046
1045
|
|
1047
1046
|
通用场景引擎:
|
1048
1047
|
**注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**
|
1049
|
-
• **
|
1048
|
+
• **16k_zh_en**:中英粤+7种方言大模型引擎【大模型版】。当前模型同时支持中文、英语、粤语、四川、陕西、河南、上海、湖南、湖北和安徽方言识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
1050
1049
|
• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
|
1051
1050
|
• **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);
|
1052
|
-
• **
|
1053
|
-
• **16k_zh_en**:中英大模型引擎【大模型版】。当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
1051
|
+
• **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;
|
1054
1052
|
• **16k_en:**英语;
|
1055
1053
|
• **16k_yue:**粤语;
|
1056
1054
|
• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
@@ -35036,12 +35036,12 @@ class RegisterInfo(AbstractModel):
|
|
35036
35036
|
|
35037
35037
|
def __init__(self):
|
35038
35038
|
r"""
|
35039
|
-
:param _LegalName:
|
35039
|
+
:param _LegalName: 法人姓名
|
35040
35040
|
:type LegalName: str
|
35041
35041
|
:param _Uscc: 社会统一信用代码
|
35042
35042
|
注意:此字段可能返回 null,表示取不到有效值。
|
35043
35043
|
:type Uscc: str
|
35044
|
-
:param _UnifiedSocialCreditCode:
|
35044
|
+
:param _UnifiedSocialCreditCode: 社会统一信用代码
|
35045
35045
|
:type UnifiedSocialCreditCode: str
|
35046
35046
|
:param _OrganizationAddress: 组织机构企业注册地址。 请确认该企业注册地址与企业营业执照中注册的地址一致。
|
35047
35047
|
:type OrganizationAddress: str
|
@@ -35069,7 +35069,7 @@ class RegisterInfo(AbstractModel):
|
|
35069
35069
|
|
35070
35070
|
@property
|
35071
35071
|
def LegalName(self):
|
35072
|
-
r"""
|
35072
|
+
r"""法人姓名
|
35073
35073
|
:rtype: str
|
35074
35074
|
"""
|
35075
35075
|
return self._LegalName
|
@@ -35096,7 +35096,7 @@ class RegisterInfo(AbstractModel):
|
|
35096
35096
|
|
35097
35097
|
@property
|
35098
35098
|
def UnifiedSocialCreditCode(self):
|
35099
|
-
r"""
|
35099
|
+
r"""社会统一信用代码
|
35100
35100
|
:rtype: str
|
35101
35101
|
"""
|
35102
35102
|
return self._UnifiedSocialCreditCode
|
@@ -2264,7 +2264,7 @@ class EssbasicClient(AbstractClient):
|
|
2264
2264
|
r"""本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
2265
2265
|
|
2266
2266
|
注意:
|
2267
|
-
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[
|
2267
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书失效回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
|
2268
2268
|
|
2269
2269
|
:param request: Request instance for CreateModifyAdminAuthorizationUrl.
|
2270
2270
|
:type request: :class:`tencentcloud.essbasic.v20210526.models.CreateModifyAdminAuthorizationUrlRequest`
|
@@ -22789,6 +22789,8 @@ class ListUnsatisfiedReplyRequest(AbstractModel):
|
|
22789
22789
|
:type Query: str
|
22790
22790
|
:param _Reasons: 错误类型检索
|
22791
22791
|
:type Reasons: list of str
|
22792
|
+
:param _Status: 操作状态 0-全部 1-待处理 2-已处理【包括答案纠错,拒答,忽略】
|
22793
|
+
:type Status: int
|
22792
22794
|
"""
|
22793
22795
|
self._BotBizId = None
|
22794
22796
|
self._PageNumber = None
|
@@ -22797,6 +22799,7 @@ class ListUnsatisfiedReplyRequest(AbstractModel):
|
|
22797
22799
|
self._LoginSubAccountUin = None
|
22798
22800
|
self._Query = None
|
22799
22801
|
self._Reasons = None
|
22802
|
+
self._Status = None
|
22800
22803
|
|
22801
22804
|
@property
|
22802
22805
|
def BotBizId(self):
|
@@ -22875,6 +22878,17 @@ class ListUnsatisfiedReplyRequest(AbstractModel):
|
|
22875
22878
|
def Reasons(self, Reasons):
|
22876
22879
|
self._Reasons = Reasons
|
22877
22880
|
|
22881
|
+
@property
|
22882
|
+
def Status(self):
|
22883
|
+
r"""操作状态 0-全部 1-待处理 2-已处理【包括答案纠错,拒答,忽略】
|
22884
|
+
:rtype: int
|
22885
|
+
"""
|
22886
|
+
return self._Status
|
22887
|
+
|
22888
|
+
@Status.setter
|
22889
|
+
def Status(self, Status):
|
22890
|
+
self._Status = Status
|
22891
|
+
|
22878
22892
|
|
22879
22893
|
def _deserialize(self, params):
|
22880
22894
|
self._BotBizId = params.get("BotBizId")
|
@@ -22884,6 +22898,7 @@ class ListUnsatisfiedReplyRequest(AbstractModel):
|
|
22884
22898
|
self._LoginSubAccountUin = params.get("LoginSubAccountUin")
|
22885
22899
|
self._Query = params.get("Query")
|
22886
22900
|
self._Reasons = params.get("Reasons")
|
22901
|
+
self._Status = params.get("Status")
|
22887
22902
|
memeber_set = set(params.keys())
|
22888
22903
|
for name, value in vars(self).items():
|
22889
22904
|
property_name = name[1:]
|
@@ -28128,10 +28143,10 @@ class RateMsgRecordRequest(AbstractModel):
|
|
28128
28143
|
:type BotAppKey: str
|
28129
28144
|
:param _RecordId: 消息ID 【大模型回复答案的RecordID】
|
28130
28145
|
:type RecordId: str
|
28131
|
-
:param _Score: 1: 点赞;
|
28146
|
+
:param _Score: 1: 点赞; 2: 点踩;
|
28132
28147
|
注:
|
28133
|
-
1) 评测端不支持点赞、点踩
|
28134
|
-
2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
|
28148
|
+
(1) 评测端不支持点赞、点踩
|
28149
|
+
(2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
|
28135
28150
|
:type Score: int
|
28136
28151
|
:param _Reasons: 原因,只有Score参数为2即点踩的时候才需要输入
|
28137
28152
|
:type Reasons: list of str
|
@@ -28165,10 +28180,10 @@ class RateMsgRecordRequest(AbstractModel):
|
|
28165
28180
|
|
28166
28181
|
@property
|
28167
28182
|
def Score(self):
|
28168
|
-
r"""1: 点赞;
|
28183
|
+
r"""1: 点赞; 2: 点踩;
|
28169
28184
|
注:
|
28170
|
-
1) 评测端不支持点赞、点踩
|
28171
|
-
2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
|
28185
|
+
(1) 评测端不支持点赞、点踩
|
28186
|
+
(2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
|
28172
28187
|
:rtype: int
|
28173
28188
|
"""
|
28174
28189
|
return self._Score
|
@@ -28619,13 +28634,13 @@ class RejectedQuestion(AbstractModel):
|
|
28619
28634
|
|
28620
28635
|
注意:此字段可能返回 null,表示取不到有效值。
|
28621
28636
|
:type Question: str
|
28622
|
-
:param _Status:
|
28637
|
+
:param _Status: 发布状态(1 待发布 2 发布中 3 已发布 4 发布失败)
|
28623
28638
|
注意:此字段可能返回 null,表示取不到有效值。
|
28624
28639
|
:type Status: int
|
28625
28640
|
:param _StatusDesc: 状态描述
|
28626
28641
|
注意:此字段可能返回 null,表示取不到有效值。
|
28627
28642
|
:type StatusDesc: str
|
28628
|
-
:param _UpdateTime:
|
28643
|
+
:param _UpdateTime: 更新时间, 秒级时间戳
|
28629
28644
|
|
28630
28645
|
注意:此字段可能返回 null,表示取不到有效值。
|
28631
28646
|
:type UpdateTime: str
|
@@ -28637,6 +28652,9 @@ class RejectedQuestion(AbstractModel):
|
|
28637
28652
|
|
28638
28653
|
注意:此字段可能返回 null,表示取不到有效值。
|
28639
28654
|
:type IsAllowDelete: bool
|
28655
|
+
:param _Operator: 操作人
|
28656
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
28657
|
+
:type Operator: str
|
28640
28658
|
"""
|
28641
28659
|
self._RejectedBizId = None
|
28642
28660
|
self._Question = None
|
@@ -28645,6 +28663,7 @@ class RejectedQuestion(AbstractModel):
|
|
28645
28663
|
self._UpdateTime = None
|
28646
28664
|
self._IsAllowEdit = None
|
28647
28665
|
self._IsAllowDelete = None
|
28666
|
+
self._Operator = None
|
28648
28667
|
|
28649
28668
|
@property
|
28650
28669
|
def RejectedBizId(self):
|
@@ -28675,7 +28694,7 @@ class RejectedQuestion(AbstractModel):
|
|
28675
28694
|
|
28676
28695
|
@property
|
28677
28696
|
def Status(self):
|
28678
|
-
r"""
|
28697
|
+
r"""发布状态(1 待发布 2 发布中 3 已发布 4 发布失败)
|
28679
28698
|
注意:此字段可能返回 null,表示取不到有效值。
|
28680
28699
|
:rtype: int
|
28681
28700
|
"""
|
@@ -28699,7 +28718,7 @@ class RejectedQuestion(AbstractModel):
|
|
28699
28718
|
|
28700
28719
|
@property
|
28701
28720
|
def UpdateTime(self):
|
28702
|
-
r"""
|
28721
|
+
r"""更新时间, 秒级时间戳
|
28703
28722
|
|
28704
28723
|
注意:此字段可能返回 null,表示取不到有效值。
|
28705
28724
|
:rtype: str
|
@@ -28736,6 +28755,18 @@ class RejectedQuestion(AbstractModel):
|
|
28736
28755
|
def IsAllowDelete(self, IsAllowDelete):
|
28737
28756
|
self._IsAllowDelete = IsAllowDelete
|
28738
28757
|
|
28758
|
+
@property
|
28759
|
+
def Operator(self):
|
28760
|
+
r"""操作人
|
28761
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
28762
|
+
:rtype: str
|
28763
|
+
"""
|
28764
|
+
return self._Operator
|
28765
|
+
|
28766
|
+
@Operator.setter
|
28767
|
+
def Operator(self, Operator):
|
28768
|
+
self._Operator = Operator
|
28769
|
+
|
28739
28770
|
|
28740
28771
|
def _deserialize(self, params):
|
28741
28772
|
self._RejectedBizId = params.get("RejectedBizId")
|
@@ -28745,6 +28776,7 @@ class RejectedQuestion(AbstractModel):
|
|
28745
28776
|
self._UpdateTime = params.get("UpdateTime")
|
28746
28777
|
self._IsAllowEdit = params.get("IsAllowEdit")
|
28747
28778
|
self._IsAllowDelete = params.get("IsAllowDelete")
|
28779
|
+
self._Operator = params.get("Operator")
|
28748
28780
|
memeber_set = set(params.keys())
|
28749
28781
|
for name, value in vars(self).items():
|
28750
28782
|
property_name = name[1:]
|
@@ -32074,18 +32106,31 @@ class UnsatisfiedReply(AbstractModel):
|
|
32074
32106
|
:param _Question: 用户问题
|
32075
32107
|
注意:此字段可能返回 null,表示取不到有效值。
|
32076
32108
|
:type Question: str
|
32077
|
-
:param _Answer:
|
32109
|
+
:param _Answer: 问题回复
|
32078
32110
|
注意:此字段可能返回 null,表示取不到有效值。
|
32079
32111
|
:type Answer: str
|
32080
32112
|
:param _Reasons: 错误类型
|
32081
32113
|
注意:此字段可能返回 null,表示取不到有效值。
|
32082
32114
|
:type Reasons: list of str
|
32115
|
+
:param _Status: 处理状态,0:待处理,1:已拒答,2:已忽略,3:已纠错
|
32116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32117
|
+
:type Status: int
|
32118
|
+
:param _CreateTime: 创建时间,秒级时间戳
|
32119
|
+
:type CreateTime: str
|
32120
|
+
:param _UpdateTime: 更新时间,秒级时间戳
|
32121
|
+
:type UpdateTime: str
|
32122
|
+
:param _Operator: 操作人
|
32123
|
+
:type Operator: str
|
32083
32124
|
"""
|
32084
32125
|
self._ReplyBizId = None
|
32085
32126
|
self._RecordBizId = None
|
32086
32127
|
self._Question = None
|
32087
32128
|
self._Answer = None
|
32088
32129
|
self._Reasons = None
|
32130
|
+
self._Status = None
|
32131
|
+
self._CreateTime = None
|
32132
|
+
self._UpdateTime = None
|
32133
|
+
self._Operator = None
|
32089
32134
|
|
32090
32135
|
@property
|
32091
32136
|
def ReplyBizId(self):
|
@@ -32125,7 +32170,7 @@ class UnsatisfiedReply(AbstractModel):
|
|
32125
32170
|
|
32126
32171
|
@property
|
32127
32172
|
def Answer(self):
|
32128
|
-
r"""
|
32173
|
+
r"""问题回复
|
32129
32174
|
注意:此字段可能返回 null,表示取不到有效值。
|
32130
32175
|
:rtype: str
|
32131
32176
|
"""
|
@@ -32147,6 +32192,51 @@ class UnsatisfiedReply(AbstractModel):
|
|
32147
32192
|
def Reasons(self, Reasons):
|
32148
32193
|
self._Reasons = Reasons
|
32149
32194
|
|
32195
|
+
@property
|
32196
|
+
def Status(self):
|
32197
|
+
r"""处理状态,0:待处理,1:已拒答,2:已忽略,3:已纠错
|
32198
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32199
|
+
:rtype: int
|
32200
|
+
"""
|
32201
|
+
return self._Status
|
32202
|
+
|
32203
|
+
@Status.setter
|
32204
|
+
def Status(self, Status):
|
32205
|
+
self._Status = Status
|
32206
|
+
|
32207
|
+
@property
|
32208
|
+
def CreateTime(self):
|
32209
|
+
r"""创建时间,秒级时间戳
|
32210
|
+
:rtype: str
|
32211
|
+
"""
|
32212
|
+
return self._CreateTime
|
32213
|
+
|
32214
|
+
@CreateTime.setter
|
32215
|
+
def CreateTime(self, CreateTime):
|
32216
|
+
self._CreateTime = CreateTime
|
32217
|
+
|
32218
|
+
@property
|
32219
|
+
def UpdateTime(self):
|
32220
|
+
r"""更新时间,秒级时间戳
|
32221
|
+
:rtype: str
|
32222
|
+
"""
|
32223
|
+
return self._UpdateTime
|
32224
|
+
|
32225
|
+
@UpdateTime.setter
|
32226
|
+
def UpdateTime(self, UpdateTime):
|
32227
|
+
self._UpdateTime = UpdateTime
|
32228
|
+
|
32229
|
+
@property
|
32230
|
+
def Operator(self):
|
32231
|
+
r"""操作人
|
32232
|
+
:rtype: str
|
32233
|
+
"""
|
32234
|
+
return self._Operator
|
32235
|
+
|
32236
|
+
@Operator.setter
|
32237
|
+
def Operator(self, Operator):
|
32238
|
+
self._Operator = Operator
|
32239
|
+
|
32150
32240
|
|
32151
32241
|
def _deserialize(self, params):
|
32152
32242
|
self._ReplyBizId = params.get("ReplyBizId")
|
@@ -32154,6 +32244,10 @@ class UnsatisfiedReply(AbstractModel):
|
|
32154
32244
|
self._Question = params.get("Question")
|
32155
32245
|
self._Answer = params.get("Answer")
|
32156
32246
|
self._Reasons = params.get("Reasons")
|
32247
|
+
self._Status = params.get("Status")
|
32248
|
+
self._CreateTime = params.get("CreateTime")
|
32249
|
+
self._UpdateTime = params.get("UpdateTime")
|
32250
|
+
self._Operator = params.get("Operator")
|
32157
32251
|
memeber_set = set(params.keys())
|
32158
32252
|
for name, value in vars(self).items():
|
32159
32253
|
property_name = name[1:]
|
@@ -2023,6 +2023,7 @@ class AiAnalysisResult(AbstractModel):
|
|
2023
2023
|
<li>Highlight:智能精彩集锦</li>
|
2024
2024
|
<li>DeLogo:智能擦除</li>
|
2025
2025
|
<li>Description:大模型摘要</li>
|
2026
|
+
<li>Dubbing:智能译制</li>
|
2026
2027
|
:type Type: str
|
2027
2028
|
:param _ClassificationTask: 视频内容分析智能分类任务的查询结果,当任务类型为 Classification 时有效。
|
2028
2029
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2054,6 +2055,9 @@ class AiAnalysisResult(AbstractModel):
|
|
2054
2055
|
:param _HorizontalToVerticalTask: 视频内容分析横转竖任务的查询结果,当任务类型为 HorizontalToVertical 时有效。
|
2055
2056
|
注意:此字段可能返回 null,表示取不到有效值。
|
2056
2057
|
:type HorizontalToVerticalTask: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskHorizontalToVerticalResult`
|
2058
|
+
:param _DubbingTask: 视频内容分析译制任务的查询结果,当任务类型为 Dubbing 时有效。
|
2059
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2060
|
+
:type DubbingTask: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDubbingResult`
|
2057
2061
|
"""
|
2058
2062
|
self._Type = None
|
2059
2063
|
self._ClassificationTask = None
|
@@ -2066,6 +2070,7 @@ class AiAnalysisResult(AbstractModel):
|
|
2066
2070
|
self._HeadTailTask = None
|
2067
2071
|
self._DescriptionTask = None
|
2068
2072
|
self._HorizontalToVerticalTask = None
|
2073
|
+
self._DubbingTask = None
|
2069
2074
|
|
2070
2075
|
@property
|
2071
2076
|
def Type(self):
|
@@ -2077,6 +2082,7 @@ class AiAnalysisResult(AbstractModel):
|
|
2077
2082
|
<li>Highlight:智能精彩集锦</li>
|
2078
2083
|
<li>DeLogo:智能擦除</li>
|
2079
2084
|
<li>Description:大模型摘要</li>
|
2085
|
+
<li>Dubbing:智能译制</li>
|
2080
2086
|
:rtype: str
|
2081
2087
|
"""
|
2082
2088
|
return self._Type
|
@@ -2205,6 +2211,18 @@ class AiAnalysisResult(AbstractModel):
|
|
2205
2211
|
def HorizontalToVerticalTask(self, HorizontalToVerticalTask):
|
2206
2212
|
self._HorizontalToVerticalTask = HorizontalToVerticalTask
|
2207
2213
|
|
2214
|
+
@property
|
2215
|
+
def DubbingTask(self):
|
2216
|
+
r"""视频内容分析译制任务的查询结果,当任务类型为 Dubbing 时有效。
|
2217
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2218
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDubbingResult`
|
2219
|
+
"""
|
2220
|
+
return self._DubbingTask
|
2221
|
+
|
2222
|
+
@DubbingTask.setter
|
2223
|
+
def DubbingTask(self, DubbingTask):
|
2224
|
+
self._DubbingTask = DubbingTask
|
2225
|
+
|
2208
2226
|
|
2209
2227
|
def _deserialize(self, params):
|
2210
2228
|
self._Type = params.get("Type")
|
@@ -2238,6 +2256,9 @@ class AiAnalysisResult(AbstractModel):
|
|
2238
2256
|
if params.get("HorizontalToVerticalTask") is not None:
|
2239
2257
|
self._HorizontalToVerticalTask = AiAnalysisTaskHorizontalToVerticalResult()
|
2240
2258
|
self._HorizontalToVerticalTask._deserialize(params.get("HorizontalToVerticalTask"))
|
2259
|
+
if params.get("DubbingTask") is not None:
|
2260
|
+
self._DubbingTask = AiAnalysisTaskDubbingResult()
|
2261
|
+
self._DubbingTask._deserialize(params.get("DubbingTask"))
|
2241
2262
|
memeber_set = set(params.keys())
|
2242
2263
|
for name, value in vars(self).items():
|
2243
2264
|
property_name = name[1:]
|
@@ -2707,12 +2728,20 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
2707
2728
|
:param _SubtitlePos: 擦除的字幕位置。**注意**:仅对字幕提取且开启返回字幕位置时有效。
|
2708
2729
|
注意:此字段可能返回 null,表示取不到有效值。
|
2709
2730
|
:type SubtitlePos: :class:`tencentcloud.mps.v20190612.models.SubtitlePosition`
|
2731
|
+
:param _VoiceClonedVideo: 音色克隆后的视频文件地址
|
2732
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2733
|
+
:type VoiceClonedVideo: str
|
2734
|
+
:param _VoiceClonedMarkFile: 音色克隆的标注文件地址
|
2735
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2736
|
+
:type VoiceClonedMarkFile: str
|
2710
2737
|
"""
|
2711
2738
|
self._Path = None
|
2712
2739
|
self._OutputStorage = None
|
2713
2740
|
self._OriginSubtitlePath = None
|
2714
2741
|
self._TranslateSubtitlePath = None
|
2715
2742
|
self._SubtitlePos = None
|
2743
|
+
self._VoiceClonedVideo = None
|
2744
|
+
self._VoiceClonedMarkFile = None
|
2716
2745
|
|
2717
2746
|
@property
|
2718
2747
|
def Path(self):
|
@@ -2770,6 +2799,30 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
2770
2799
|
def SubtitlePos(self, SubtitlePos):
|
2771
2800
|
self._SubtitlePos = SubtitlePos
|
2772
2801
|
|
2802
|
+
@property
|
2803
|
+
def VoiceClonedVideo(self):
|
2804
|
+
r"""音色克隆后的视频文件地址
|
2805
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2806
|
+
:rtype: str
|
2807
|
+
"""
|
2808
|
+
return self._VoiceClonedVideo
|
2809
|
+
|
2810
|
+
@VoiceClonedVideo.setter
|
2811
|
+
def VoiceClonedVideo(self, VoiceClonedVideo):
|
2812
|
+
self._VoiceClonedVideo = VoiceClonedVideo
|
2813
|
+
|
2814
|
+
@property
|
2815
|
+
def VoiceClonedMarkFile(self):
|
2816
|
+
r"""音色克隆的标注文件地址
|
2817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2818
|
+
:rtype: str
|
2819
|
+
"""
|
2820
|
+
return self._VoiceClonedMarkFile
|
2821
|
+
|
2822
|
+
@VoiceClonedMarkFile.setter
|
2823
|
+
def VoiceClonedMarkFile(self, VoiceClonedMarkFile):
|
2824
|
+
self._VoiceClonedMarkFile = VoiceClonedMarkFile
|
2825
|
+
|
2773
2826
|
|
2774
2827
|
def _deserialize(self, params):
|
2775
2828
|
self._Path = params.get("Path")
|
@@ -2781,6 +2834,8 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
2781
2834
|
if params.get("SubtitlePos") is not None:
|
2782
2835
|
self._SubtitlePos = SubtitlePosition()
|
2783
2836
|
self._SubtitlePos._deserialize(params.get("SubtitlePos"))
|
2837
|
+
self._VoiceClonedVideo = params.get("VoiceClonedVideo")
|
2838
|
+
self._VoiceClonedMarkFile = params.get("VoiceClonedMarkFile")
|
2784
2839
|
memeber_set = set(params.keys())
|
2785
2840
|
for name, value in vars(self).items():
|
2786
2841
|
property_name = name[1:]
|
@@ -3072,6 +3127,214 @@ class AiAnalysisTaskDescriptionResult(AbstractModel):
|
|
3072
3127
|
|
3073
3128
|
|
3074
3129
|
|
3130
|
+
class AiAnalysisTaskDubbingInput(AbstractModel):
|
3131
|
+
r"""智能译制任务输入类型
|
3132
|
+
|
3133
|
+
"""
|
3134
|
+
|
3135
|
+
def __init__(self):
|
3136
|
+
r"""
|
3137
|
+
:param _Definition: 视频译制模板 ID。
|
3138
|
+
:type Definition: int
|
3139
|
+
"""
|
3140
|
+
self._Definition = None
|
3141
|
+
|
3142
|
+
@property
|
3143
|
+
def Definition(self):
|
3144
|
+
r"""视频译制模板 ID。
|
3145
|
+
:rtype: int
|
3146
|
+
"""
|
3147
|
+
return self._Definition
|
3148
|
+
|
3149
|
+
@Definition.setter
|
3150
|
+
def Definition(self, Definition):
|
3151
|
+
self._Definition = Definition
|
3152
|
+
|
3153
|
+
|
3154
|
+
def _deserialize(self, params):
|
3155
|
+
self._Definition = params.get("Definition")
|
3156
|
+
memeber_set = set(params.keys())
|
3157
|
+
for name, value in vars(self).items():
|
3158
|
+
property_name = name[1:]
|
3159
|
+
if property_name in memeber_set:
|
3160
|
+
memeber_set.remove(property_name)
|
3161
|
+
if len(memeber_set) > 0:
|
3162
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
3163
|
+
|
3164
|
+
|
3165
|
+
|
3166
|
+
class AiAnalysisTaskDubbingOutput(AbstractModel):
|
3167
|
+
r"""智能译制结果信息
|
3168
|
+
|
3169
|
+
"""
|
3170
|
+
|
3171
|
+
def __init__(self):
|
3172
|
+
r"""
|
3173
|
+
:param _VideoPath: 译制视频路径。
|
3174
|
+
:type VideoPath: str
|
3175
|
+
:param _SpeakerPath: 标记文件路径
|
3176
|
+
|
3177
|
+
:type SpeakerPath: str
|
3178
|
+
:param _OutputStorage: 译制视频存储位置。
|
3179
|
+
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
3180
|
+
"""
|
3181
|
+
self._VideoPath = None
|
3182
|
+
self._SpeakerPath = None
|
3183
|
+
self._OutputStorage = None
|
3184
|
+
|
3185
|
+
@property
|
3186
|
+
def VideoPath(self):
|
3187
|
+
r"""译制视频路径。
|
3188
|
+
:rtype: str
|
3189
|
+
"""
|
3190
|
+
return self._VideoPath
|
3191
|
+
|
3192
|
+
@VideoPath.setter
|
3193
|
+
def VideoPath(self, VideoPath):
|
3194
|
+
self._VideoPath = VideoPath
|
3195
|
+
|
3196
|
+
@property
|
3197
|
+
def SpeakerPath(self):
|
3198
|
+
r"""标记文件路径
|
3199
|
+
|
3200
|
+
:rtype: str
|
3201
|
+
"""
|
3202
|
+
return self._SpeakerPath
|
3203
|
+
|
3204
|
+
@SpeakerPath.setter
|
3205
|
+
def SpeakerPath(self, SpeakerPath):
|
3206
|
+
self._SpeakerPath = SpeakerPath
|
3207
|
+
|
3208
|
+
@property
|
3209
|
+
def OutputStorage(self):
|
3210
|
+
r"""译制视频存储位置。
|
3211
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
3212
|
+
"""
|
3213
|
+
return self._OutputStorage
|
3214
|
+
|
3215
|
+
@OutputStorage.setter
|
3216
|
+
def OutputStorage(self, OutputStorage):
|
3217
|
+
self._OutputStorage = OutputStorage
|
3218
|
+
|
3219
|
+
|
3220
|
+
def _deserialize(self, params):
|
3221
|
+
self._VideoPath = params.get("VideoPath")
|
3222
|
+
self._SpeakerPath = params.get("SpeakerPath")
|
3223
|
+
if params.get("OutputStorage") is not None:
|
3224
|
+
self._OutputStorage = TaskOutputStorage()
|
3225
|
+
self._OutputStorage._deserialize(params.get("OutputStorage"))
|
3226
|
+
memeber_set = set(params.keys())
|
3227
|
+
for name, value in vars(self).items():
|
3228
|
+
property_name = name[1:]
|
3229
|
+
if property_name in memeber_set:
|
3230
|
+
memeber_set.remove(property_name)
|
3231
|
+
if len(memeber_set) > 0:
|
3232
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
3233
|
+
|
3234
|
+
|
3235
|
+
|
3236
|
+
class AiAnalysisTaskDubbingResult(AbstractModel):
|
3237
|
+
r"""智能译制结果类型
|
3238
|
+
|
3239
|
+
"""
|
3240
|
+
|
3241
|
+
def __init__(self):
|
3242
|
+
r"""
|
3243
|
+
:param _Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
3244
|
+
:type Status: str
|
3245
|
+
:param _ErrCode: 错误码,0:成功,其他值:失败。
|
3246
|
+
:type ErrCode: int
|
3247
|
+
:param _Message: 错误信息。
|
3248
|
+
:type Message: str
|
3249
|
+
:param _Input: 智能译制任务输入。
|
3250
|
+
:type Input: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDubbingInput`
|
3251
|
+
:param _Output: 智能译制任务输出。
|
3252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3253
|
+
:type Output: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDubbingOutput`
|
3254
|
+
"""
|
3255
|
+
self._Status = None
|
3256
|
+
self._ErrCode = None
|
3257
|
+
self._Message = None
|
3258
|
+
self._Input = None
|
3259
|
+
self._Output = None
|
3260
|
+
|
3261
|
+
@property
|
3262
|
+
def Status(self):
|
3263
|
+
r"""任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
3264
|
+
:rtype: str
|
3265
|
+
"""
|
3266
|
+
return self._Status
|
3267
|
+
|
3268
|
+
@Status.setter
|
3269
|
+
def Status(self, Status):
|
3270
|
+
self._Status = Status
|
3271
|
+
|
3272
|
+
@property
|
3273
|
+
def ErrCode(self):
|
3274
|
+
r"""错误码,0:成功,其他值:失败。
|
3275
|
+
:rtype: int
|
3276
|
+
"""
|
3277
|
+
return self._ErrCode
|
3278
|
+
|
3279
|
+
@ErrCode.setter
|
3280
|
+
def ErrCode(self, ErrCode):
|
3281
|
+
self._ErrCode = ErrCode
|
3282
|
+
|
3283
|
+
@property
|
3284
|
+
def Message(self):
|
3285
|
+
r"""错误信息。
|
3286
|
+
:rtype: str
|
3287
|
+
"""
|
3288
|
+
return self._Message
|
3289
|
+
|
3290
|
+
@Message.setter
|
3291
|
+
def Message(self, Message):
|
3292
|
+
self._Message = Message
|
3293
|
+
|
3294
|
+
@property
|
3295
|
+
def Input(self):
|
3296
|
+
r"""智能译制任务输入。
|
3297
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDubbingInput`
|
3298
|
+
"""
|
3299
|
+
return self._Input
|
3300
|
+
|
3301
|
+
@Input.setter
|
3302
|
+
def Input(self, Input):
|
3303
|
+
self._Input = Input
|
3304
|
+
|
3305
|
+
@property
|
3306
|
+
def Output(self):
|
3307
|
+
r"""智能译制任务输出。
|
3308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3309
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDubbingOutput`
|
3310
|
+
"""
|
3311
|
+
return self._Output
|
3312
|
+
|
3313
|
+
@Output.setter
|
3314
|
+
def Output(self, Output):
|
3315
|
+
self._Output = Output
|
3316
|
+
|
3317
|
+
|
3318
|
+
def _deserialize(self, params):
|
3319
|
+
self._Status = params.get("Status")
|
3320
|
+
self._ErrCode = params.get("ErrCode")
|
3321
|
+
self._Message = params.get("Message")
|
3322
|
+
if params.get("Input") is not None:
|
3323
|
+
self._Input = AiAnalysisTaskDubbingInput()
|
3324
|
+
self._Input._deserialize(params.get("Input"))
|
3325
|
+
if params.get("Output") is not None:
|
3326
|
+
self._Output = AiAnalysisTaskDubbingOutput()
|
3327
|
+
self._Output._deserialize(params.get("Output"))
|
3328
|
+
memeber_set = set(params.keys())
|
3329
|
+
for name, value in vars(self).items():
|
3330
|
+
property_name = name[1:]
|
3331
|
+
if property_name in memeber_set:
|
3332
|
+
memeber_set.remove(property_name)
|
3333
|
+
if len(memeber_set) > 0:
|
3334
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
3335
|
+
|
3336
|
+
|
3337
|
+
|
3075
3338
|
class AiAnalysisTaskFrameTagInput(AbstractModel):
|
3076
3339
|
r"""智能按帧标签任务输入类型
|
3077
3340
|
|
@@ -13139,17 +13402,15 @@ class BeautyFilterItemConfig(AbstractModel):
|
|
13139
13402
|
:param _Type: 类型名称。取值如下:
|
13140
13403
|
|
13141
13404
|
<li>Dongjing:东京</li>
|
13142
|
-
<li>
|
13405
|
+
<li>Qingjiaopian:轻胶片</li>
|
13143
13406
|
<li>Meiwei:美味</li>
|
13144
|
-
|
13145
|
-
|
13146
13407
|
:type Type: str
|
13147
13408
|
:param _Switch: 能力配置开关,可选值:
|
13148
13409
|
<li>ON:开启;</li>
|
13149
13410
|
<li>OFF:关闭。</li>
|
13150
13411
|
默认值:ON。
|
13151
13412
|
:type Switch: str
|
13152
|
-
:param _Value: 效果强度,值范围:[
|
13413
|
+
:param _Value: 效果强度,值范围:[-100, 100]。
|
13153
13414
|
:type Value: int
|
13154
13415
|
"""
|
13155
13416
|
self._Type = None
|
@@ -13161,10 +13422,8 @@ class BeautyFilterItemConfig(AbstractModel):
|
|
13161
13422
|
r"""类型名称。取值如下:
|
13162
13423
|
|
13163
13424
|
<li>Dongjing:东京</li>
|
13164
|
-
<li>
|
13425
|
+
<li>Qingjiaopian:轻胶片</li>
|
13165
13426
|
<li>Meiwei:美味</li>
|
13166
|
-
|
13167
|
-
|
13168
13427
|
:rtype: str
|
13169
13428
|
"""
|
13170
13429
|
return self._Type
|
@@ -13189,7 +13448,7 @@ class BeautyFilterItemConfig(AbstractModel):
|
|
13189
13448
|
|
13190
13449
|
@property
|
13191
13450
|
def Value(self):
|
13192
|
-
r"""效果强度,值范围:[
|
13451
|
+
r"""效果强度,值范围:[-100, 100]。
|
13193
13452
|
:rtype: int
|
13194
13453
|
"""
|
13195
13454
|
return self._Value
|
@@ -31161,6 +31420,8 @@ class DescribeTaskDetailResponse(AbstractModel):
|
|
31161
31420
|
:param _LiveStreamProcessTask: 直播流处理任务信息,仅当 TaskType 为 LiveStreamProcessTask,该字段有值。
|
31162
31421
|
注意:此字段可能返回 null,表示取不到有效值。
|
31163
31422
|
:type LiveStreamProcessTask: :class:`tencentcloud.mps.v20190612.models.LiveStreamProcessTask`
|
31423
|
+
:param _ExtractBlindWatermarkTask: 提取数字水印任务信息,仅当 TaskType 为 ExtractBlindWatermark,该字段有值。
|
31424
|
+
:type ExtractBlindWatermarkTask: :class:`tencentcloud.mps.v20190612.models.ExtractBlindWatermarkTask`
|
31164
31425
|
:param _TaskNotifyConfig: 任务的事件通知信息。
|
31165
31426
|
注意:此字段可能返回 null,表示取不到有效值。
|
31166
31427
|
:type TaskNotifyConfig: :class:`tencentcloud.mps.v20190612.models.TaskNotifyConfig`
|
@@ -31189,6 +31450,7 @@ class DescribeTaskDetailResponse(AbstractModel):
|
|
31189
31450
|
self._EditMediaTask = None
|
31190
31451
|
self._WorkflowTask = None
|
31191
31452
|
self._LiveStreamProcessTask = None
|
31453
|
+
self._ExtractBlindWatermarkTask = None
|
31192
31454
|
self._TaskNotifyConfig = None
|
31193
31455
|
self._TasksPriority = None
|
31194
31456
|
self._SessionId = None
|
@@ -31292,6 +31554,17 @@ class DescribeTaskDetailResponse(AbstractModel):
|
|
31292
31554
|
def LiveStreamProcessTask(self, LiveStreamProcessTask):
|
31293
31555
|
self._LiveStreamProcessTask = LiveStreamProcessTask
|
31294
31556
|
|
31557
|
+
@property
|
31558
|
+
def ExtractBlindWatermarkTask(self):
|
31559
|
+
r"""提取数字水印任务信息,仅当 TaskType 为 ExtractBlindWatermark,该字段有值。
|
31560
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.ExtractBlindWatermarkTask`
|
31561
|
+
"""
|
31562
|
+
return self._ExtractBlindWatermarkTask
|
31563
|
+
|
31564
|
+
@ExtractBlindWatermarkTask.setter
|
31565
|
+
def ExtractBlindWatermarkTask(self, ExtractBlindWatermarkTask):
|
31566
|
+
self._ExtractBlindWatermarkTask = ExtractBlindWatermarkTask
|
31567
|
+
|
31295
31568
|
@property
|
31296
31569
|
def TaskNotifyConfig(self):
|
31297
31570
|
r"""任务的事件通知信息。
|
@@ -31399,6 +31672,9 @@ class DescribeTaskDetailResponse(AbstractModel):
|
|
31399
31672
|
if params.get("LiveStreamProcessTask") is not None:
|
31400
31673
|
self._LiveStreamProcessTask = LiveStreamProcessTask()
|
31401
31674
|
self._LiveStreamProcessTask._deserialize(params.get("LiveStreamProcessTask"))
|
31675
|
+
if params.get("ExtractBlindWatermarkTask") is not None:
|
31676
|
+
self._ExtractBlindWatermarkTask = ExtractBlindWatermarkTask()
|
31677
|
+
self._ExtractBlindWatermarkTask._deserialize(params.get("ExtractBlindWatermarkTask"))
|
31402
31678
|
if params.get("TaskNotifyConfig") is not None:
|
31403
31679
|
self._TaskNotifyConfig = TaskNotifyConfig()
|
31404
31680
|
self._TaskNotifyConfig._deserialize(params.get("TaskNotifyConfig"))
|
@@ -34747,6 +35023,212 @@ class ExtractBlindWatermarkConfig(AbstractModel):
|
|
34747
35023
|
|
34748
35024
|
|
34749
35025
|
|
35026
|
+
class ExtractBlindWatermarkTask(AbstractModel):
|
35027
|
+
r"""提取视频数字水印任务信息
|
35028
|
+
|
35029
|
+
"""
|
35030
|
+
|
35031
|
+
def __init__(self):
|
35032
|
+
r"""
|
35033
|
+
:param _TaskId: 媒体处理任务 ID。
|
35034
|
+
:type TaskId: str
|
35035
|
+
:param _Status: 任务流状态,取值:
|
35036
|
+
<li>WAITING:等待中;</li>
|
35037
|
+
<li>PROCESSING:处理中;</li>
|
35038
|
+
<li>FINISH:已完成。</li>
|
35039
|
+
:type Status: str
|
35040
|
+
:param _ErrCode: 错误码,0 表示成功,其他值表示失败。
|
35041
|
+
:type ErrCode: int
|
35042
|
+
:param _Message: 错误信息。
|
35043
|
+
:type Message: str
|
35044
|
+
:param _InputInfo: 媒体处理的目标文件信息。
|
35045
|
+
:type InputInfo: :class:`tencentcloud.mps.v20190612.models.MediaInputInfo`
|
35046
|
+
:param _Type: 数字水印类型,可选值:<li>blind-basic:基础版权数字水印;</li> <li>blind-ab:ab版权数字水印;</li>
|
35047
|
+
:type Type: str
|
35048
|
+
:param _IsDetected: 标记是否检测到水印,如果该参数为true, Result字段将返回水印提取结果,如果该参数为false,Result字段不会返回。
|
35049
|
+
:type IsDetected: bool
|
35050
|
+
:param _Result: 提取出的数字水印内容,当没有检测到水印时该字段不会返回。
|
35051
|
+
:type Result: str
|
35052
|
+
:param _ExtractBlindWatermarkConfig: 提取数字水印配置。
|
35053
|
+
:type ExtractBlindWatermarkConfig: :class:`tencentcloud.mps.v20190612.models.ExtractBlindWatermarkTaskConfig`
|
35054
|
+
"""
|
35055
|
+
self._TaskId = None
|
35056
|
+
self._Status = None
|
35057
|
+
self._ErrCode = None
|
35058
|
+
self._Message = None
|
35059
|
+
self._InputInfo = None
|
35060
|
+
self._Type = None
|
35061
|
+
self._IsDetected = None
|
35062
|
+
self._Result = None
|
35063
|
+
self._ExtractBlindWatermarkConfig = None
|
35064
|
+
|
35065
|
+
@property
|
35066
|
+
def TaskId(self):
|
35067
|
+
r"""媒体处理任务 ID。
|
35068
|
+
:rtype: str
|
35069
|
+
"""
|
35070
|
+
return self._TaskId
|
35071
|
+
|
35072
|
+
@TaskId.setter
|
35073
|
+
def TaskId(self, TaskId):
|
35074
|
+
self._TaskId = TaskId
|
35075
|
+
|
35076
|
+
@property
|
35077
|
+
def Status(self):
|
35078
|
+
r"""任务流状态,取值:
|
35079
|
+
<li>WAITING:等待中;</li>
|
35080
|
+
<li>PROCESSING:处理中;</li>
|
35081
|
+
<li>FINISH:已完成。</li>
|
35082
|
+
:rtype: str
|
35083
|
+
"""
|
35084
|
+
return self._Status
|
35085
|
+
|
35086
|
+
@Status.setter
|
35087
|
+
def Status(self, Status):
|
35088
|
+
self._Status = Status
|
35089
|
+
|
35090
|
+
@property
|
35091
|
+
def ErrCode(self):
|
35092
|
+
r"""错误码,0 表示成功,其他值表示失败。
|
35093
|
+
:rtype: int
|
35094
|
+
"""
|
35095
|
+
return self._ErrCode
|
35096
|
+
|
35097
|
+
@ErrCode.setter
|
35098
|
+
def ErrCode(self, ErrCode):
|
35099
|
+
self._ErrCode = ErrCode
|
35100
|
+
|
35101
|
+
@property
|
35102
|
+
def Message(self):
|
35103
|
+
r"""错误信息。
|
35104
|
+
:rtype: str
|
35105
|
+
"""
|
35106
|
+
return self._Message
|
35107
|
+
|
35108
|
+
@Message.setter
|
35109
|
+
def Message(self, Message):
|
35110
|
+
self._Message = Message
|
35111
|
+
|
35112
|
+
@property
|
35113
|
+
def InputInfo(self):
|
35114
|
+
r"""媒体处理的目标文件信息。
|
35115
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.MediaInputInfo`
|
35116
|
+
"""
|
35117
|
+
return self._InputInfo
|
35118
|
+
|
35119
|
+
@InputInfo.setter
|
35120
|
+
def InputInfo(self, InputInfo):
|
35121
|
+
self._InputInfo = InputInfo
|
35122
|
+
|
35123
|
+
@property
|
35124
|
+
def Type(self):
|
35125
|
+
r"""数字水印类型,可选值:<li>blind-basic:基础版权数字水印;</li> <li>blind-ab:ab版权数字水印;</li>
|
35126
|
+
:rtype: str
|
35127
|
+
"""
|
35128
|
+
return self._Type
|
35129
|
+
|
35130
|
+
@Type.setter
|
35131
|
+
def Type(self, Type):
|
35132
|
+
self._Type = Type
|
35133
|
+
|
35134
|
+
@property
|
35135
|
+
def IsDetected(self):
|
35136
|
+
r"""标记是否检测到水印,如果该参数为true, Result字段将返回水印提取结果,如果该参数为false,Result字段不会返回。
|
35137
|
+
:rtype: bool
|
35138
|
+
"""
|
35139
|
+
return self._IsDetected
|
35140
|
+
|
35141
|
+
@IsDetected.setter
|
35142
|
+
def IsDetected(self, IsDetected):
|
35143
|
+
self._IsDetected = IsDetected
|
35144
|
+
|
35145
|
+
@property
|
35146
|
+
def Result(self):
|
35147
|
+
r"""提取出的数字水印内容,当没有检测到水印时该字段不会返回。
|
35148
|
+
:rtype: str
|
35149
|
+
"""
|
35150
|
+
return self._Result
|
35151
|
+
|
35152
|
+
@Result.setter
|
35153
|
+
def Result(self, Result):
|
35154
|
+
self._Result = Result
|
35155
|
+
|
35156
|
+
@property
|
35157
|
+
def ExtractBlindWatermarkConfig(self):
|
35158
|
+
r"""提取数字水印配置。
|
35159
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.ExtractBlindWatermarkTaskConfig`
|
35160
|
+
"""
|
35161
|
+
return self._ExtractBlindWatermarkConfig
|
35162
|
+
|
35163
|
+
@ExtractBlindWatermarkConfig.setter
|
35164
|
+
def ExtractBlindWatermarkConfig(self, ExtractBlindWatermarkConfig):
|
35165
|
+
self._ExtractBlindWatermarkConfig = ExtractBlindWatermarkConfig
|
35166
|
+
|
35167
|
+
|
35168
|
+
def _deserialize(self, params):
|
35169
|
+
self._TaskId = params.get("TaskId")
|
35170
|
+
self._Status = params.get("Status")
|
35171
|
+
self._ErrCode = params.get("ErrCode")
|
35172
|
+
self._Message = params.get("Message")
|
35173
|
+
if params.get("InputInfo") is not None:
|
35174
|
+
self._InputInfo = MediaInputInfo()
|
35175
|
+
self._InputInfo._deserialize(params.get("InputInfo"))
|
35176
|
+
self._Type = params.get("Type")
|
35177
|
+
self._IsDetected = params.get("IsDetected")
|
35178
|
+
self._Result = params.get("Result")
|
35179
|
+
if params.get("ExtractBlindWatermarkConfig") is not None:
|
35180
|
+
self._ExtractBlindWatermarkConfig = ExtractBlindWatermarkTaskConfig()
|
35181
|
+
self._ExtractBlindWatermarkConfig._deserialize(params.get("ExtractBlindWatermarkConfig"))
|
35182
|
+
memeber_set = set(params.keys())
|
35183
|
+
for name, value in vars(self).items():
|
35184
|
+
property_name = name[1:]
|
35185
|
+
if property_name in memeber_set:
|
35186
|
+
memeber_set.remove(property_name)
|
35187
|
+
if len(memeber_set) > 0:
|
35188
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
35189
|
+
|
35190
|
+
|
35191
|
+
|
35192
|
+
class ExtractBlindWatermarkTaskConfig(AbstractModel):
|
35193
|
+
r"""提取视频转码数字水印任务配置
|
35194
|
+
|
35195
|
+
"""
|
35196
|
+
|
35197
|
+
def __init__(self):
|
35198
|
+
r"""
|
35199
|
+
:param _SegmentDuration: 当提取数字水印类型为blind-abseq时有效,用于指定输入视频的切片时长,单位:毫秒。
|
35200
|
+
如果不填默认切片时长为5秒。
|
35201
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35202
|
+
:type SegmentDuration: int
|
35203
|
+
"""
|
35204
|
+
self._SegmentDuration = None
|
35205
|
+
|
35206
|
+
@property
|
35207
|
+
def SegmentDuration(self):
|
35208
|
+
r"""当提取数字水印类型为blind-abseq时有效,用于指定输入视频的切片时长,单位:毫秒。
|
35209
|
+
如果不填默认切片时长为5秒。
|
35210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35211
|
+
:rtype: int
|
35212
|
+
"""
|
35213
|
+
return self._SegmentDuration
|
35214
|
+
|
35215
|
+
@SegmentDuration.setter
|
35216
|
+
def SegmentDuration(self, SegmentDuration):
|
35217
|
+
self._SegmentDuration = SegmentDuration
|
35218
|
+
|
35219
|
+
|
35220
|
+
def _deserialize(self, params):
|
35221
|
+
self._SegmentDuration = params.get("SegmentDuration")
|
35222
|
+
memeber_set = set(params.keys())
|
35223
|
+
for name, value in vars(self).items():
|
35224
|
+
property_name = name[1:]
|
35225
|
+
if property_name in memeber_set:
|
35226
|
+
memeber_set.remove(property_name)
|
35227
|
+
if len(memeber_set) > 0:
|
35228
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
35229
|
+
|
35230
|
+
|
35231
|
+
|
34750
35232
|
class FaceConfigureInfo(AbstractModel):
|
34751
35233
|
r"""人脸识别任务控制参数
|
34752
35234
|
|
@@ -372,7 +372,9 @@ class ApplyParamsTemplateRequest(AbstractModel):
|
|
372
372
|
r"""
|
373
373
|
:param _InstanceIds: 实例 ID 列表,请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
|
374
374
|
:type InstanceIds: list of str
|
375
|
-
:param _TemplateId: 应用的参数模板ID
|
375
|
+
:param _TemplateId: 应用的参数模板ID。
|
376
|
+
- 请通过接口 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/239/58748) 的返回参数 **TemplateId** 获取参数模板 ID。
|
377
|
+
- 仅当参数模板版本与目标实例的架构版本一致时,操作才能成功执行。版本不匹配将触发执行错误。
|
376
378
|
:type TemplateId: str
|
377
379
|
"""
|
378
380
|
self._InstanceIds = None
|
@@ -391,7 +393,9 @@ class ApplyParamsTemplateRequest(AbstractModel):
|
|
391
393
|
|
392
394
|
@property
|
393
395
|
def TemplateId(self):
|
394
|
-
r"""应用的参数模板ID
|
396
|
+
r"""应用的参数模板ID。
|
397
|
+
- 请通过接口 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/239/58748) 的返回参数 **TemplateId** 获取参数模板 ID。
|
398
|
+
- 仅当参数模板版本与目标实例的架构版本一致时,操作才能成功执行。版本不匹配将触发执行错误。
|
395
399
|
:rtype: str
|
396
400
|
"""
|
397
401
|
return self._TemplateId
|
@@ -5731,9 +5735,13 @@ class DescribeInstanceEventsRequest(AbstractModel):
|
|
5731
5735
|
:type ExecutionEndDate: str
|
5732
5736
|
:param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
5733
5737
|
:type InstanceId: str
|
5734
|
-
:param _PageSize:
|
5738
|
+
:param _PageSize: 输出每页显示事件的数量。
|
5739
|
+
- 默认值:10。
|
5740
|
+
- 取值范围:[1,100]。
|
5735
5741
|
:type PageSize: int
|
5736
|
-
:param _PageNo: 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize
|
5742
|
+
:param _PageNo: 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。
|
5743
|
+
- 默认值:1。
|
5744
|
+
- 取值范围:大于0 的正整数。
|
5737
5745
|
:type PageNo: int
|
5738
5746
|
:param _Status: 事件当前状态。
|
5739
5747
|
- Waiting:未到达执行日期或不在维护时间窗内的事件。
|
@@ -5794,7 +5802,9 @@ class DescribeInstanceEventsRequest(AbstractModel):
|
|
5794
5802
|
|
5795
5803
|
@property
|
5796
5804
|
def PageSize(self):
|
5797
|
-
r"""
|
5805
|
+
r"""输出每页显示事件的数量。
|
5806
|
+
- 默认值:10。
|
5807
|
+
- 取值范围:[1,100]。
|
5798
5808
|
:rtype: int
|
5799
5809
|
"""
|
5800
5810
|
return self._PageSize
|
@@ -5805,7 +5815,9 @@ class DescribeInstanceEventsRequest(AbstractModel):
|
|
5805
5815
|
|
5806
5816
|
@property
|
5807
5817
|
def PageNo(self):
|
5808
|
-
r"""配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize
|
5818
|
+
r"""配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。
|
5819
|
+
- 默认值:1。
|
5820
|
+
- 取值范围:大于0 的正整数。
|
5809
5821
|
:rtype: int
|
5810
5822
|
"""
|
5811
5823
|
return self._PageNo
|
@@ -9911,14 +9923,14 @@ class DescribeSSLStatusRequest(AbstractModel):
|
|
9911
9923
|
|
9912
9924
|
def __init__(self):
|
9913
9925
|
r"""
|
9914
|
-
:param _InstanceId: 实例 ID。
|
9926
|
+
:param _InstanceId: 实例 ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
|
9915
9927
|
:type InstanceId: str
|
9916
9928
|
"""
|
9917
9929
|
self._InstanceId = None
|
9918
9930
|
|
9919
9931
|
@property
|
9920
9932
|
def InstanceId(self):
|
9921
|
-
r"""实例 ID。
|
9933
|
+
r"""实例 ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
|
9922
9934
|
:rtype: str
|
9923
9935
|
"""
|
9924
9936
|
return self._InstanceId
|
@@ -10062,9 +10074,11 @@ class DescribeSecondLevelBackupInfoRequest(AbstractModel):
|
|
10062
10074
|
|
10063
10075
|
def __init__(self):
|
10064
10076
|
r"""
|
10065
|
-
:param _InstanceId: 指定实例 ID
|
10077
|
+
:param _InstanceId: 指定实例 ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
|
10066
10078
|
:type InstanceId: str
|
10067
|
-
:param _BackupTimestamp:
|
10079
|
+
:param _BackupTimestamp: 秒级备份时间戳。
|
10080
|
+
- 设置范围:支持7天内任意秒级时间点。
|
10081
|
+
- 时间戳格式:Unix 时间戳。
|
10068
10082
|
:type BackupTimestamp: int
|
10069
10083
|
"""
|
10070
10084
|
self._InstanceId = None
|
@@ -10072,7 +10086,7 @@ class DescribeSecondLevelBackupInfoRequest(AbstractModel):
|
|
10072
10086
|
|
10073
10087
|
@property
|
10074
10088
|
def InstanceId(self):
|
10075
|
-
r"""指定实例 ID
|
10089
|
+
r"""指定实例 ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
|
10076
10090
|
:rtype: str
|
10077
10091
|
"""
|
10078
10092
|
return self._InstanceId
|
@@ -10083,7 +10097,9 @@ class DescribeSecondLevelBackupInfoRequest(AbstractModel):
|
|
10083
10097
|
|
10084
10098
|
@property
|
10085
10099
|
def BackupTimestamp(self):
|
10086
|
-
r"""
|
10100
|
+
r"""秒级备份时间戳。
|
10101
|
+
- 设置范围:支持7天内任意秒级时间点。
|
10102
|
+
- 时间戳格式:Unix 时间戳。
|
10087
10103
|
:rtype: int
|
10088
10104
|
"""
|
10089
10105
|
return self._BackupTimestamp
|
@@ -10113,14 +10129,14 @@ class DescribeSecondLevelBackupInfoResponse(AbstractModel):
|
|
10113
10129
|
|
10114
10130
|
def __init__(self):
|
10115
10131
|
r"""
|
10116
|
-
:param _BackupId: 备份记录ID
|
10132
|
+
:param _BackupId: 备份记录ID。
|
10117
10133
|
:type BackupId: str
|
10118
|
-
:param _BackupTimestamp:
|
10134
|
+
:param _BackupTimestamp: 备份时间戳。
|
10119
10135
|
:type BackupTimestamp: int
|
10120
|
-
:param _MissingTimestamps:
|
10136
|
+
:param _MissingTimestamps: 备份不存在的时间戳范围。
|
10121
10137
|
注意:此字段可能返回 null,表示取不到有效值。
|
10122
10138
|
:type MissingTimestamps: list of SecondLevelBackupMissingTimestamps
|
10123
|
-
:param _StartTimestamp:
|
10139
|
+
:param _StartTimestamp: 实例开启秒级备份的时间戳。
|
10124
10140
|
:type StartTimestamp: int
|
10125
10141
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10126
10142
|
:type RequestId: str
|
@@ -10133,7 +10149,7 @@ class DescribeSecondLevelBackupInfoResponse(AbstractModel):
|
|
10133
10149
|
|
10134
10150
|
@property
|
10135
10151
|
def BackupId(self):
|
10136
|
-
r"""备份记录ID
|
10152
|
+
r"""备份记录ID。
|
10137
10153
|
:rtype: str
|
10138
10154
|
"""
|
10139
10155
|
return self._BackupId
|
@@ -10144,7 +10160,7 @@ class DescribeSecondLevelBackupInfoResponse(AbstractModel):
|
|
10144
10160
|
|
10145
10161
|
@property
|
10146
10162
|
def BackupTimestamp(self):
|
10147
|
-
r"""
|
10163
|
+
r"""备份时间戳。
|
10148
10164
|
:rtype: int
|
10149
10165
|
"""
|
10150
10166
|
return self._BackupTimestamp
|
@@ -10155,7 +10171,7 @@ class DescribeSecondLevelBackupInfoResponse(AbstractModel):
|
|
10155
10171
|
|
10156
10172
|
@property
|
10157
10173
|
def MissingTimestamps(self):
|
10158
|
-
r"""
|
10174
|
+
r"""备份不存在的时间戳范围。
|
10159
10175
|
注意:此字段可能返回 null,表示取不到有效值。
|
10160
10176
|
:rtype: list of SecondLevelBackupMissingTimestamps
|
10161
10177
|
"""
|
@@ -10167,7 +10183,7 @@ class DescribeSecondLevelBackupInfoResponse(AbstractModel):
|
|
10167
10183
|
|
10168
10184
|
@property
|
10169
10185
|
def StartTimestamp(self):
|
10170
|
-
r"""
|
10186
|
+
r"""实例开启秒级备份的时间戳。
|
10171
10187
|
:rtype: int
|
10172
10188
|
"""
|
10173
10189
|
return self._StartTimestamp
|
@@ -1430,7 +1430,7 @@ class RedisClient(AbstractClient):
|
|
1430
1430
|
|
1431
1431
|
|
1432
1432
|
def DescribeSecondLevelBackupInfo(self, request):
|
1433
|
-
r"""
|
1433
|
+
r"""本接口(DescribeSecondLevelBackupInfo)用于查询实例秒级备份信息。
|
1434
1434
|
|
1435
1435
|
:param request: Request instance for DescribeSecondLevelBackupInfo.
|
1436
1436
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeSecondLevelBackupInfoRequest`
|
@@ -50,7 +50,7 @@ class VtcClient(AbstractClient):
|
|
50
50
|
|
51
51
|
|
52
52
|
def DescribeVideoTranslateJob(self, request):
|
53
|
-
r"""
|
53
|
+
r"""查询视频转译任务
|
54
54
|
|
55
55
|
:param request: Request instance for DescribeVideoTranslateJob.
|
56
56
|
:type request: :class:`tencentcloud.vtc.v20240223.models.DescribeVideoTranslateJobRequest`
|
{tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/RECORD
RENAMED
@@ -50,7 +50,7 @@ QcloudApi/modules/vod.py,sha256=l05_qYx0l5bq6LJ8mAX2YO3pRXzxY3JMdDHV1N_SRKE,679
|
|
50
50
|
QcloudApi/modules/vpc.py,sha256=JBiNpcnrAwf_UJ_UdpxQybKeCTfeveJ9R1B-vO1_w_U,679
|
51
51
|
QcloudApi/modules/wenzhi.py,sha256=hr1rRLU8TxxSfejMqV2O4alO_yXF3C0tfZMSzziu54Q,685
|
52
52
|
QcloudApi/modules/yunsou.py,sha256=JlgzMjnJaho6axFVhSTAv6DS0HLcjl0LJL02q6qI2yY,685
|
53
|
-
tencentcloud/__init__.py,sha256=
|
53
|
+
tencentcloud/__init__.py,sha256=b3f2ODTX1jA2NaQslfB-hL2cBAWdWSUttPRDMaz0l28,631
|
54
54
|
tencentcloud/aai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
55
|
tencentcloud/aai/v20180522/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
56
|
tencentcloud/aai/v20180522/aai_client.py,sha256=yUeYfjviV9V9QBmtD5Qs1Kdjy_iSWkIrNeBabwYMCXw,5474
|
@@ -83,7 +83,7 @@ tencentcloud/afc/v20200226/errorcodes.py,sha256=56-I0CLe0o39SSAe_HiXdLCfkdgyQnaO
|
|
83
83
|
tencentcloud/afc/v20200226/models.py,sha256=WMNHSGCWkVh7xS-vhKKLGTsJAOjfEwiKJBWH67C72dQ,50934
|
84
84
|
tencentcloud/ai3d/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
85
85
|
tencentcloud/ai3d/v20250513/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
86
|
-
tencentcloud/ai3d/v20250513/ai3d_client.py,sha256=
|
86
|
+
tencentcloud/ai3d/v20250513/ai3d_client.py,sha256=_RMFdwWk6zjSX8_Y0WrWbVz04zWYWI5qwgsbXtgCRTg,7784
|
87
87
|
tencentcloud/ai3d/v20250513/errorcodes.py,sha256=KvHs6W2GONKBsXXCjJUx8q8sqMTR7e5vr5Gx01t5b24,625
|
88
88
|
tencentcloud/ai3d/v20250513/models.py,sha256=2dk4Tr7P1BSBLvnTd5WhpwlAMT_Z-rGka3uIKzQcIp4,35379
|
89
89
|
tencentcloud/aiart/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -139,7 +139,7 @@ tencentcloud/asr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
139
139
|
tencentcloud/asr/v20190614/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
140
140
|
tencentcloud/asr/v20190614/asr_client.py,sha256=OtvOBwwJ6RMK5kO7BWzlP3gxuSV8xUlxF37nR5gFVH0,38459
|
141
141
|
tencentcloud/asr/v20190614/errorcodes.py,sha256=eQTW34FmVpqFAWXP7Jj191Mnbl-2fTuRVxClbUgDGGg,8069
|
142
|
-
tencentcloud/asr/v20190614/models.py,sha256=
|
142
|
+
tencentcloud/asr/v20190614/models.py,sha256=8uAwUOcHAGJtRATeXwe5wUkFjEmmYpt1F3gCqN-eWJU,223270
|
143
143
|
tencentcloud/asw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
144
144
|
tencentcloud/asw/v20200722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
145
145
|
tencentcloud/asw/v20200722/asw_client.py,sha256=l4rtG2bG-t31gOflDI1eHMZKFHKklhnwyVnzft2AFvs,9116
|
@@ -607,7 +607,7 @@ tencentcloud/ess/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
607
607
|
tencentcloud/ess/v20201111/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
608
608
|
tencentcloud/ess/v20201111/errorcodes.py,sha256=zSyTdgl0IQQcQxI3VQP7TMdSvJO0ott6yo2Ef5xBzaM,28424
|
609
609
|
tencentcloud/ess/v20201111/ess_client.py,sha256=XYfq0wkbE0ykz7eQPyaXmSIdwaK1nCWHk6N9YIJneps,202568
|
610
|
-
tencentcloud/ess/v20201111/models.py,sha256=
|
610
|
+
tencentcloud/ess/v20201111/models.py,sha256=RGIIBRDjNoQ81NV-cRnPUQHEoDm8IS8b6aAkuIIE2E0,1568193
|
611
611
|
tencentcloud/essbasic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
612
612
|
tencentcloud/essbasic/v20201222/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
613
613
|
tencentcloud/essbasic/v20201222/errorcodes.py,sha256=_HaXGynY1ocz-dbY7C6IOlNUWmNMu9XsY-x11g3Rm-w,5365
|
@@ -615,7 +615,7 @@ tencentcloud/essbasic/v20201222/essbasic_client.py,sha256=e5QeOAlhRw_O2m3CPFWXKo
|
|
615
615
|
tencentcloud/essbasic/v20201222/models.py,sha256=P2ayL06cP1AmBPL9CbzFr9gO2naGrVFsa2RLHnN0QDc,335467
|
616
616
|
tencentcloud/essbasic/v20210526/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
617
617
|
tencentcloud/essbasic/v20210526/errorcodes.py,sha256=4Cs5syJZPMDlJQ8jT1hxH-gj5BrvgIKo7VBrrcRDvsk,19287
|
618
|
-
tencentcloud/essbasic/v20210526/essbasic_client.py,sha256=
|
618
|
+
tencentcloud/essbasic/v20210526/essbasic_client.py,sha256=JdRj6CI98lDzCXgIdUcqto0PiNt_Jh4qDLw5aCJ_44U,176259
|
619
619
|
tencentcloud/essbasic/v20210526/models.py,sha256=mUktYoHQb4dIyMhI5ji2ONfpw4UQdHZLhZNvRoitSE8,1318528
|
620
620
|
tencentcloud/facefusion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
621
621
|
tencentcloud/facefusion/v20181201/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -829,7 +829,7 @@ tencentcloud/lke/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
829
829
|
tencentcloud/lke/v20231130/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
830
830
|
tencentcloud/lke/v20231130/errorcodes.py,sha256=IIzRSWC6WhNQsTE2b3WxQMT-vTEtSFlHwMNi5fMv9x4,800
|
831
831
|
tencentcloud/lke/v20231130/lke_client.py,sha256=de3bALG2lKimBQzarjYhP53u_HML9n3lEHFV_I5a1YI,94770
|
832
|
-
tencentcloud/lke/v20231130/models.py,sha256=
|
832
|
+
tencentcloud/lke/v20231130/models.py,sha256=HiZn6AYs0fTrElKFpNMRgI0Ds-u7_z8Wls42DUGnUuw,997650
|
833
833
|
tencentcloud/lkeap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
834
834
|
tencentcloud/lkeap/v20240522/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
835
835
|
tencentcloud/lkeap/v20240522/errorcodes.py,sha256=HHA1Q6N_-s1eCYbKhJGJcm9SJaG--zqRQi9OH4fwojk,2645
|
@@ -891,7 +891,7 @@ tencentcloud/monitor/v20230616/monitor_client.py,sha256=1SmdQ7Hu7I19YncKc8Cw_gsh
|
|
891
891
|
tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
892
892
|
tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
893
893
|
tencentcloud/mps/v20190612/errorcodes.py,sha256=1mhmQVjpxqAAVz1TjiBoCaIJP9H32wUp3jtkjvV9ha0,15729
|
894
|
-
tencentcloud/mps/v20190612/models.py,sha256=
|
894
|
+
tencentcloud/mps/v20190612/models.py,sha256=XO799S6rUIUdo1CdP49KdwlvDlU1n8PExfqhqWah4lE,2358869
|
895
895
|
tencentcloud/mps/v20190612/mps_client.py,sha256=1uJC2Gb5nbKWFUHdeJEvZdLZkUSi08ef_m7MeEowXpI,131776
|
896
896
|
tencentcloud/mqtt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
897
897
|
tencentcloud/mqtt/v20240516/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -975,8 +975,8 @@ tencentcloud/rce/v20201103/rce_client.py,sha256=1FczVC1fXWtfDfKLZFSnT8mTniD2Fbvf
|
|
975
975
|
tencentcloud/redis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
976
976
|
tencentcloud/redis/v20180412/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
977
977
|
tencentcloud/redis/v20180412/errorcodes.py,sha256=tq8s7aDA260F_A_ojIhASA58VOuYxfDk5WOvK7H6aXI,12596
|
978
|
-
tencentcloud/redis/v20180412/models.py,sha256=
|
979
|
-
tencentcloud/redis/v20180412/redis_client.py,sha256=
|
978
|
+
tencentcloud/redis/v20180412/models.py,sha256=yfEjjSZxEdNJHtn0kq0J2tcwPOniaw_zlxfBGCEKJjE,748031
|
979
|
+
tencentcloud/redis/v20180412/redis_client.py,sha256=wqsq75NBxDUxWTP1JnF5kmPcT6HXfFNHRI_KlcI7We8,108400
|
980
980
|
tencentcloud/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
981
981
|
tencentcloud/region/v20220627/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
982
982
|
tencentcloud/region/v20220627/errorcodes.py,sha256=J-6WsChFVZsvAJil9Vw1yegLW-vDQ8iuQAsiEhMveRc,926
|
@@ -1358,7 +1358,7 @@ tencentcloud/vtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
1358
1358
|
tencentcloud/vtc/v20240223/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1359
1359
|
tencentcloud/vtc/v20240223/errorcodes.py,sha256=hSXhMhGgMc3sG3F7XxwJ9Z1tJhif7vzz_AGdKxI7wuU,3553
|
1360
1360
|
tencentcloud/vtc/v20240223/models.py,sha256=e3LfQoOdt_jqg7ajfxamo2ghQIi1cXO-KPuN9xIo04I,25612
|
1361
|
-
tencentcloud/vtc/v20240223/vtc_client.py,sha256=
|
1361
|
+
tencentcloud/vtc/v20240223/vtc_client.py,sha256=6qSP-K85Y-09eraq8SQZkXjIFdege0OoTi-Za3jhtlg,7743
|
1362
1362
|
tencentcloud/waf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1363
1363
|
tencentcloud/waf/v20180125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1364
1364
|
tencentcloud/waf/v20180125/errorcodes.py,sha256=utOnx-8BDnXpJjQnFvkzEo2KEqRwZvpQlLCtYEkxldw,9833
|
@@ -1408,8 +1408,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
1408
1408
|
tencentcloud/yunsou/v20191115/errorcodes.py,sha256=YV391ulIJZVFPtkkzGWg4n2fbxEDxJh5ji0uglbVnA0,1274
|
1409
1409
|
tencentcloud/yunsou/v20191115/models.py,sha256=TQ-E6fkxGPYItLhPVApTt2PoY81gMZ4GE0yCF7pxZz8,27714
|
1410
1410
|
tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=7ut92qGz4H9bKC4ondQTiKsstVD1ZRYAQ40DNLaQXJE,2716
|
1411
|
-
tencentcloud_sdk_python-3.0.
|
1412
|
-
tencentcloud_sdk_python-3.0.
|
1413
|
-
tencentcloud_sdk_python-3.0.
|
1414
|
-
tencentcloud_sdk_python-3.0.
|
1415
|
-
tencentcloud_sdk_python-3.0.
|
1411
|
+
tencentcloud_sdk_python-3.0.1462.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
|
1412
|
+
tencentcloud_sdk_python-3.0.1462.dist-info/METADATA,sha256=ycgDsQk0vyswb_TrnBdo6TiU7rDj5GVKQx2RG7tqAFs,1613
|
1413
|
+
tencentcloud_sdk_python-3.0.1462.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
1414
|
+
tencentcloud_sdk_python-3.0.1462.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
|
1415
|
+
tencentcloud_sdk_python-3.0.1462.dist-info/RECORD,,
|
{tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/LICENSE
RENAMED
File without changes
|
{tencentcloud_sdk_python-3.0.1461.dist-info → tencentcloud_sdk_python-3.0.1462.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|