tencentcloud-sdk-python 3.0.1405__py2.py3-none-any.whl → 3.0.1407__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/antiddos/v20200309/models.py +4 -4
- tencentcloud/asr/v20190614/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +15 -0
- tencentcloud/cdb/v20170320/models.py +2 -0
- tencentcloud/cdwdoris/v20211228/models.py +4 -4
- tencentcloud/cfs/v20190719/models.py +6 -6
- tencentcloud/cfw/v20190904/models.py +15 -0
- tencentcloud/cme/v20191029/cme_client.py +13 -13
- tencentcloud/csip/v20221121/models.py +15 -0
- tencentcloud/domain/v20180808/errorcodes.py +6 -0
- tencentcloud/es/v20250101/models.py +117 -0
- tencentcloud/ess/v20201111/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/ess_client.py +51 -0
- tencentcloud/ess/v20201111/models.py +409 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +54 -1
- tencentcloud/essbasic/v20210526/models.py +367 -0
- tencentcloud/gs/v20191118/models.py +17 -2
- tencentcloud/hunyuan/v20230901/models.py +9 -5
- tencentcloud/lighthouse/v20200324/errorcodes.py +21 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +29 -0
- tencentcloud/lighthouse/v20200324/models.py +79 -0
- tencentcloud/live/v20180801/live_client.py +115 -0
- tencentcloud/live/v20180801/models.py +1006 -48
- tencentcloud/lke/v20231130/lke_client.py +46 -0
- tencentcloud/lke/v20231130/models.py +248 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/mps/v20190612/models.py +202 -2
- tencentcloud/tdmq/v20200217/models.py +247 -33
- tencentcloud/teo/v20220901/models.py +2 -2
- tencentcloud/tiia/v20190529/models.py +0 -262
- tencentcloud/tiia/v20190529/tiia_client.py +0 -26
- tencentcloud/tione/v20211111/models.py +348 -0
- tencentcloud/tione/v20211111/tione_client.py +92 -0
- tencentcloud/tke/v20180525/errorcodes.py +1 -1
- tencentcloud/tke/v20220501/errorcodes.py +1 -1
- tencentcloud/trocket/v20230308/models.py +581 -2
- tencentcloud/trocket/v20230308/trocket_client.py +56 -0
- tencentcloud/trtc/v20190722/models.py +1 -1
- tencentcloud/tsf/v20180326/models.py +8 -0
- {tencentcloud_sdk_python-3.0.1405.dist-info → tencentcloud_sdk_python-3.0.1407.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1405.dist-info → tencentcloud_sdk_python-3.0.1407.dist-info}/RECORD +46 -46
- {tencentcloud_sdk_python-3.0.1405.dist-info → tencentcloud_sdk_python-3.0.1407.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1405.dist-info → tencentcloud_sdk_python-3.0.1407.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1405.dist-info → tencentcloud_sdk_python-3.0.1407.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -8816,7 +8816,7 @@ class DescribeBizTrendRequest(AbstractModel):
|
|
8816
8816
|
:type Domain: str
|
8817
8817
|
:param _ProtoInfo: 协议及端口列表,协议可取值TCP, UDP, HTTP, HTTPS,仅统计纬度为连接数时有效
|
8818
8818
|
:type ProtoInfo: list of ProtocolPort
|
8819
|
-
:param _BusinessType:
|
8819
|
+
:param _BusinessType: 业务类型:</br>
|
8820
8820
|
port:端口业务
|
8821
8821
|
domain:域名业务
|
8822
8822
|
:type BusinessType: str
|
@@ -8933,7 +8933,7 @@ domain:域名业务
|
|
8933
8933
|
|
8934
8934
|
@property
|
8935
8935
|
def BusinessType(self):
|
8936
|
-
"""
|
8936
|
+
"""业务类型:</br>
|
8937
8937
|
port:端口业务
|
8938
8938
|
domain:域名业务
|
8939
8939
|
:rtype: str
|
@@ -11734,7 +11734,7 @@ class DescribeListBGPInstancesRequest(AbstractModel):
|
|
11734
11734
|
:type FilterPlanCntFlag: int
|
11735
11735
|
:param _FilterTransRegionFlag: 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品 3: 包含全部
|
11736
11736
|
:type FilterTransRegionFlag: int
|
11737
|
-
:param _FilterZoneIdList:
|
11737
|
+
:param _FilterZoneIdList: ZoneID列表
|
11738
11738
|
:type FilterZoneIdList: list of int
|
11739
11739
|
"""
|
11740
11740
|
self._Offset = None
|
@@ -11993,7 +11993,7 @@ class DescribeListBGPInstancesRequest(AbstractModel):
|
|
11993
11993
|
|
11994
11994
|
@property
|
11995
11995
|
def FilterZoneIdList(self):
|
11996
|
-
"""
|
11996
|
+
"""ZoneID列表
|
11997
11997
|
:rtype: list of int
|
11998
11998
|
"""
|
11999
11999
|
return self._FilterZoneIdList
|
@@ -818,7 +818,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
818
818
|
**注意:电话通讯场景,请务必使用以下8k引擎**
|
819
819
|
• 8k_zh:中文电话通讯;
|
820
820
|
• 8k_en:英文电话通讯;
|
821
|
-
•
|
821
|
+
• 8k_zh_large:中文电话场景专用大模型引擎。通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型效果;
|
822
822
|
|
823
823
|
注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**
|
824
824
|
|
@@ -1039,7 +1039,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
1039
1039
|
**注意:电话通讯场景,请务必使用以下8k引擎**
|
1040
1040
|
• 8k_zh:中文电话通讯;
|
1041
1041
|
• 8k_en:英文电话通讯;
|
1042
|
-
•
|
1042
|
+
• 8k_zh_large:中文电话场景专用大模型引擎。通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型效果;
|
1043
1043
|
|
1044
1044
|
注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**
|
1045
1045
|
|
@@ -3266,6 +3266,8 @@ EvilLevel=100 请求有恶意
|
|
3266
3266
|
:param _DeviceRiskCategory: 设备风险大类
|
3267
3267
|
注意:此字段可能返回 null,表示取不到有效值。
|
3268
3268
|
:type DeviceRiskCategory: str
|
3269
|
+
:param _Score: 验证码评分
|
3270
|
+
:type Score: int
|
3269
3271
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3270
3272
|
:type RequestId: str
|
3271
3273
|
"""
|
@@ -3276,6 +3278,7 @@ EvilLevel=100 请求有恶意
|
|
3276
3278
|
self._EvilBitmap = None
|
3277
3279
|
self._SubmitCaptchaTime = None
|
3278
3280
|
self._DeviceRiskCategory = None
|
3281
|
+
self._Score = None
|
3279
3282
|
self._RequestId = None
|
3280
3283
|
|
3281
3284
|
@property
|
@@ -3366,6 +3369,17 @@ EvilLevel=100 请求有恶意
|
|
3366
3369
|
def DeviceRiskCategory(self, DeviceRiskCategory):
|
3367
3370
|
self._DeviceRiskCategory = DeviceRiskCategory
|
3368
3371
|
|
3372
|
+
@property
|
3373
|
+
def Score(self):
|
3374
|
+
"""验证码评分
|
3375
|
+
:rtype: int
|
3376
|
+
"""
|
3377
|
+
return self._Score
|
3378
|
+
|
3379
|
+
@Score.setter
|
3380
|
+
def Score(self, Score):
|
3381
|
+
self._Score = Score
|
3382
|
+
|
3369
3383
|
@property
|
3370
3384
|
def RequestId(self):
|
3371
3385
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -3386,6 +3400,7 @@ EvilLevel=100 请求有恶意
|
|
3386
3400
|
self._EvilBitmap = params.get("EvilBitmap")
|
3387
3401
|
self._SubmitCaptchaTime = params.get("SubmitCaptchaTime")
|
3388
3402
|
self._DeviceRiskCategory = params.get("DeviceRiskCategory")
|
3403
|
+
self._Score = params.get("Score")
|
3389
3404
|
self._RequestId = params.get("RequestId")
|
3390
3405
|
|
3391
3406
|
|
@@ -29181,6 +29181,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
29181
29181
|
:param _InstanceId: 实例 ID,格式如:cdb-c1nl9rpv 或者 cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
29182
29182
|
:type InstanceId: str
|
29183
29183
|
:param _SecurityGroupIds: 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。
|
29184
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
29184
29185
|
:type SecurityGroupIds: list of str
|
29185
29186
|
:param _ForReadonlyInstance: 当传入只读实例ID时,默认操作的是对应只读组的安全组。如果需要操作只读实例ID的安全组, 需要将该入参置为True
|
29186
29187
|
:type ForReadonlyInstance: bool
|
@@ -29206,6 +29207,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
29206
29207
|
@property
|
29207
29208
|
def SecurityGroupIds(self):
|
29208
29209
|
"""要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。
|
29210
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
29209
29211
|
:rtype: list of str
|
29210
29212
|
"""
|
29211
29213
|
return self._SecurityGroupIds
|
@@ -578,7 +578,7 @@ class BackupStatus(AbstractModel):
|
|
578
578
|
:type Timeout: int
|
579
579
|
:param _BackupJobId: 备份实例id
|
580
580
|
:type BackupJobId: int
|
581
|
-
:param _TaskId: 实例对应
|
581
|
+
:param _TaskId: 实例对应Snapshot的id
|
582
582
|
:type TaskId: int
|
583
583
|
"""
|
584
584
|
self._JobId = None
|
@@ -765,7 +765,7 @@ class BackupStatus(AbstractModel):
|
|
765
765
|
|
766
766
|
@property
|
767
767
|
def TaskId(self):
|
768
|
-
"""实例对应
|
768
|
+
"""实例对应Snapshot的id
|
769
769
|
:rtype: int
|
770
770
|
"""
|
771
771
|
return self._TaskId
|
@@ -15546,7 +15546,7 @@ class ZoneInfo(AbstractModel):
|
|
15546
15546
|
:type Desc: str
|
15547
15547
|
:param _ZoneId: 可用区唯一标记
|
15548
15548
|
:type ZoneId: int
|
15549
|
-
:param _Encrypt:
|
15549
|
+
:param _Encrypt: Encrypted
|
15550
15550
|
:type Encrypt: int
|
15551
15551
|
:param _Main: 是否为主力园区
|
15552
15552
|
:type Main: bool
|
@@ -15595,7 +15595,7 @@ class ZoneInfo(AbstractModel):
|
|
15595
15595
|
|
15596
15596
|
@property
|
15597
15597
|
def Encrypt(self):
|
15598
|
-
"""
|
15598
|
+
"""Encrypted
|
15599
15599
|
:rtype: int
|
15600
15600
|
"""
|
15601
15601
|
return self._Encrypt
|
@@ -29,7 +29,7 @@ class AutoScaleUpRule(AbstractModel):
|
|
29
29
|
:type Status: str
|
30
30
|
:param _ScaleThreshold: 集群用量占比,到达这个值后开始扩容,范围[10-90]
|
31
31
|
:type ScaleThreshold: int
|
32
|
-
:param _TargetThreshold: 扩容后使用量跟集群总量比例,范围[
|
32
|
+
:param _TargetThreshold: 扩容后使用量跟集群总量比例,范围[10-90]
|
33
33
|
:type TargetThreshold: int
|
34
34
|
"""
|
35
35
|
self._Status = None
|
@@ -60,7 +60,7 @@ class AutoScaleUpRule(AbstractModel):
|
|
60
60
|
|
61
61
|
@property
|
62
62
|
def TargetThreshold(self):
|
63
|
-
"""扩容后使用量跟集群总量比例,范围[
|
63
|
+
"""扩容后使用量跟集群总量比例,范围[10-90]
|
64
64
|
:rtype: int
|
65
65
|
"""
|
66
66
|
return self._TargetThreshold
|
@@ -5804,7 +5804,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5804
5804
|
:type FileSystemId: str
|
5805
5805
|
:param _ScaleUpThreshold: 扩容阈值,范围[10-90]
|
5806
5806
|
:type ScaleUpThreshold: int
|
5807
|
-
:param _TargetThreshold: 扩容后目标阈值,范围[
|
5807
|
+
:param _TargetThreshold: 扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
|
5808
5808
|
:type TargetThreshold: int
|
5809
5809
|
:param _Status: 规则状态 0:关闭,1:开启;不传保留原状态
|
5810
5810
|
:type Status: int
|
@@ -5838,7 +5838,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5838
5838
|
|
5839
5839
|
@property
|
5840
5840
|
def TargetThreshold(self):
|
5841
|
-
"""扩容后目标阈值,范围[
|
5841
|
+
"""扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
|
5842
5842
|
:rtype: int
|
5843
5843
|
"""
|
5844
5844
|
return self._TargetThreshold
|
@@ -5887,7 +5887,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
|
|
5887
5887
|
:type Status: int
|
5888
5888
|
:param _ScaleUpThreshold: 扩容阈值,范围[10-90]
|
5889
5889
|
:type ScaleUpThreshold: int
|
5890
|
-
:param _TargetThreshold: 扩容后达到阈值,范围[
|
5890
|
+
:param _TargetThreshold: 扩容后达到阈值,范围[10-90]
|
5891
5891
|
:type TargetThreshold: int
|
5892
5892
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5893
5893
|
:type RequestId: str
|
@@ -5933,7 +5933,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
|
|
5933
5933
|
|
5934
5934
|
@property
|
5935
5935
|
def TargetThreshold(self):
|
5936
|
-
"""扩容后达到阈值,范围[
|
5936
|
+
"""扩容后达到阈值,范围[10-90]
|
5937
5937
|
:rtype: int
|
5938
5938
|
"""
|
5939
5939
|
return self._TargetThreshold
|
@@ -2726,9 +2726,12 @@ class CreateAlertCenterOmitRequest(AbstractModel):
|
|
2726
2726
|
:param _TableType: 忽略数据来源:
|
2727
2727
|
AlertTable 告警中心 InterceptionTable拦截列表
|
2728
2728
|
:type TableType: str
|
2729
|
+
:param _HandleEventIdList: 处置对象,事件ID列表
|
2730
|
+
:type HandleEventIdList: list of str
|
2729
2731
|
"""
|
2730
2732
|
self._HandleIdList = None
|
2731
2733
|
self._TableType = None
|
2734
|
+
self._HandleEventIdList = None
|
2732
2735
|
|
2733
2736
|
@property
|
2734
2737
|
def HandleIdList(self):
|
@@ -2753,10 +2756,22 @@ AlertTable 告警中心 InterceptionTable拦截列表
|
|
2753
2756
|
def TableType(self, TableType):
|
2754
2757
|
self._TableType = TableType
|
2755
2758
|
|
2759
|
+
@property
|
2760
|
+
def HandleEventIdList(self):
|
2761
|
+
"""处置对象,事件ID列表
|
2762
|
+
:rtype: list of str
|
2763
|
+
"""
|
2764
|
+
return self._HandleEventIdList
|
2765
|
+
|
2766
|
+
@HandleEventIdList.setter
|
2767
|
+
def HandleEventIdList(self, HandleEventIdList):
|
2768
|
+
self._HandleEventIdList = HandleEventIdList
|
2769
|
+
|
2756
2770
|
|
2757
2771
|
def _deserialize(self, params):
|
2758
2772
|
self._HandleIdList = params.get("HandleIdList")
|
2759
2773
|
self._TableType = params.get("TableType")
|
2774
|
+
self._HandleEventIdList = params.get("HandleEventIdList")
|
2760
2775
|
memeber_set = set(params.keys())
|
2761
2776
|
for name, value in vars(self).items():
|
2762
2777
|
property_name = name[1:]
|
@@ -851,20 +851,20 @@ class CmeClient(AbstractClient):
|
|
851
851
|
def HandleMediaCastProject(self, request):
|
852
852
|
"""对媒体转推项目进行操作。
|
853
853
|
### 操作类型<a id="Operation"></a>
|
854
|
-
- `AddSource`(添加输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
855
|
-
- `DeleteSource`(删除输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
856
|
-
- `SwitchSource`(切换当前播放的输入源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
857
|
-
- `AddDestination`( 添加输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
858
|
-
- `DeleteDestination`(删除输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
859
|
-
- `EnableDestination`(启动输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
860
|
-
- `DisableDestination`(停止输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
861
|
-
- `ModifyDestination`(修改输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
862
|
-
- `Start`(启动媒体转推),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
854
|
+
- `AddSource`(添加输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B6-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.85.A5.E6.BA.90);
|
855
|
+
- `DeleteSource`(删除输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B3-.E5.88.A0.E9.99.A4.E8.BE.93.E5.85.A5.E6.BA.90);
|
856
|
+
- `SwitchSource`(切换当前播放的输入源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B13-.E5.88.87.E6.8D.A2.E5.BD.93.E5.89.8D.E6.92.AD.E6.94.BE.E7.9A.84.E8.BE.93.E5.85.A5.E6.BA.90)
|
857
|
+
- `AddDestination`( 添加输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B7-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.87.BA.E6.BA.90);
|
858
|
+
- `DeleteDestination`(删除输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B4-.E5.88.A0.E9.99.A4.E8.BE.93.E5.87.BA.E6.BA.90);
|
859
|
+
- `EnableDestination`(启动输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B5-.E5.90.AF.E5.8A.A8.E8.BE.93.E5.87.BA.E6.BA.90);
|
860
|
+
- `DisableDestination`(停止输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B2-.E5.81.9C.E6.AD.A2.E8.BE.93.E5.87.BA.E6.BA.90);
|
861
|
+
- `ModifyDestination`(修改输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B1-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E6.BA.90);
|
862
|
+
- `Start`(启动媒体转推),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B10-.E5.90.AF.E5.8A.A8.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8)。发起 Start 请求成功后,媒体转推项目开始启动,30秒内还需要再进行一次 Confirm操作进行确认;
|
863
863
|
- `Confirm`(确认媒体转推项目启动),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B14-.E7.A1.AE.E8.AE.A4.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E5.90.AF.E5.8A.A8);
|
864
|
-
- `Stop`(停止媒体转推),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
865
|
-
- `ModifyOutputMediaSetting`(修改媒体输出配置),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
866
|
-
- `ModifyPlaySetting`(修改播放结束时间),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
867
|
-
- `DescribePlayInfo`(查询播放信息),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
864
|
+
- `Stop`(停止媒体转推),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B9-.E5.81.9C.E6.AD.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8);
|
865
|
+
- `ModifyOutputMediaSetting`(修改媒体输出配置),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B12-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E7.9A.84.E5.AA.92.E4.BD.93.E9.85.8D.E7.BD.AE);
|
866
|
+
- `ModifyPlaySetting`(修改播放结束时间),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B8-.E4.BF.AE.E6.94.B9.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4);
|
867
|
+
- `DescribePlayInfo`(查询播放信息),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B15-.E6.9F.A5.E8.AF.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E7.9A.84.E6.92.AD.E6.94.BE.E4.BF.A1.E6.81.AF)。
|
868
868
|
|
869
869
|
:param request: Request instance for HandleMediaCastProject.
|
870
870
|
:type request: :class:`tencentcloud.cme.v20191029.models.HandleMediaCastProjectRequest`
|
@@ -16608,6 +16608,8 @@ class ExposesItem(AbstractModel):
|
|
16608
16608
|
:type HasScan: str
|
16609
16609
|
:param _AppId: 租户ID
|
16610
16610
|
:type AppId: int
|
16611
|
+
:param _AppIdStr: 租户ID字符串
|
16612
|
+
:type AppIdStr: str
|
16611
16613
|
"""
|
16612
16614
|
self._Provider = None
|
16613
16615
|
self._CloudAccountName = None
|
@@ -16637,6 +16639,7 @@ class ExposesItem(AbstractModel):
|
|
16637
16639
|
self._Uuid = None
|
16638
16640
|
self._HasScan = None
|
16639
16641
|
self._AppId = None
|
16642
|
+
self._AppIdStr = None
|
16640
16643
|
|
16641
16644
|
@property
|
16642
16645
|
def Provider(self):
|
@@ -16946,6 +16949,17 @@ class ExposesItem(AbstractModel):
|
|
16946
16949
|
def AppId(self, AppId):
|
16947
16950
|
self._AppId = AppId
|
16948
16951
|
|
16952
|
+
@property
|
16953
|
+
def AppIdStr(self):
|
16954
|
+
"""租户ID字符串
|
16955
|
+
:rtype: str
|
16956
|
+
"""
|
16957
|
+
return self._AppIdStr
|
16958
|
+
|
16959
|
+
@AppIdStr.setter
|
16960
|
+
def AppIdStr(self, AppIdStr):
|
16961
|
+
self._AppIdStr = AppIdStr
|
16962
|
+
|
16949
16963
|
|
16950
16964
|
def _deserialize(self, params):
|
16951
16965
|
self._Provider = params.get("Provider")
|
@@ -16976,6 +16990,7 @@ class ExposesItem(AbstractModel):
|
|
16976
16990
|
self._Uuid = params.get("Uuid")
|
16977
16991
|
self._HasScan = params.get("HasScan")
|
16978
16992
|
self._AppId = params.get("AppId")
|
16993
|
+
self._AppIdStr = params.get("AppIdStr")
|
16979
16994
|
memeber_set = set(params.keys())
|
16980
16995
|
for name, value in vars(self).items():
|
16981
16996
|
property_name = name[1:]
|
@@ -56,6 +56,9 @@ FAILEDOPERATION_DESCRIBEDOMAINFAILED = 'FailedOperation.DescribeDomainFailed'
|
|
56
56
|
# 获取域名信息操作失败,请稍后重试。
|
57
57
|
FAILEDOPERATION_DESCRIBEDOMAINLISTFAILED = 'FailedOperation.DescribeDomainListFailed'
|
58
58
|
|
59
|
+
# 获取列表异常
|
60
|
+
FAILEDOPERATION_DESCRIBEPRERELEASELIST = 'FailedOperation.DescribePreReleaseList'
|
61
|
+
|
59
62
|
# 查询模板操作失败。
|
60
63
|
FAILEDOPERATION_DESCRIBETEMPLATEFAILED = 'FailedOperation.DescribeTemplateFailed'
|
61
64
|
|
@@ -71,6 +74,9 @@ FAILEDOPERATION_DOMAINPRICELISTFAILED = 'FailedOperation.DomainPriceListFailed'
|
|
71
74
|
# 当前账号下已有相同的手机/邮箱,无需重复添加。
|
72
75
|
FAILEDOPERATION_DUPLICATEPHONEEMAIL = 'FailedOperation.DuplicatePhoneEmail'
|
73
76
|
|
77
|
+
# 禁止请求
|
78
|
+
FAILEDOPERATION_FORBIDDENREQUEST = 'FailedOperation.ForbiddenRequest'
|
79
|
+
|
74
80
|
# 获取域名价格失败。
|
75
81
|
FAILEDOPERATION_GETDOMAINPRICEFAILED = 'FailedOperation.GetDomainPriceFailed'
|
76
82
|
|
@@ -353,9 +353,12 @@ class ChunkConfig(AbstractModel):
|
|
353
353
|
:type MaxChunkSize: int
|
354
354
|
:param _Delimiters: 分隔符列表
|
355
355
|
:type Delimiters: list of str
|
356
|
+
:param _ChunkOverlap: 相邻切片重合字符数,需要小于分片长度
|
357
|
+
:type ChunkOverlap: int
|
356
358
|
"""
|
357
359
|
self._MaxChunkSize = None
|
358
360
|
self._Delimiters = None
|
361
|
+
self._ChunkOverlap = None
|
359
362
|
|
360
363
|
@property
|
361
364
|
def MaxChunkSize(self):
|
@@ -379,10 +382,22 @@ class ChunkConfig(AbstractModel):
|
|
379
382
|
def Delimiters(self, Delimiters):
|
380
383
|
self._Delimiters = Delimiters
|
381
384
|
|
385
|
+
@property
|
386
|
+
def ChunkOverlap(self):
|
387
|
+
"""相邻切片重合字符数,需要小于分片长度
|
388
|
+
:rtype: int
|
389
|
+
"""
|
390
|
+
return self._ChunkOverlap
|
391
|
+
|
392
|
+
@ChunkOverlap.setter
|
393
|
+
def ChunkOverlap(self, ChunkOverlap):
|
394
|
+
self._ChunkOverlap = ChunkOverlap
|
395
|
+
|
382
396
|
|
383
397
|
def _deserialize(self, params):
|
384
398
|
self._MaxChunkSize = params.get("MaxChunkSize")
|
385
399
|
self._Delimiters = params.get("Delimiters")
|
400
|
+
self._ChunkOverlap = params.get("ChunkOverlap")
|
386
401
|
memeber_set = set(params.keys())
|
387
402
|
for name, value in vars(self).items():
|
388
403
|
property_name = name[1:]
|
@@ -672,10 +687,13 @@ class ChunkDocumentResponse(AbstractModel):
|
|
672
687
|
r"""
|
673
688
|
:param _Chunks: 无
|
674
689
|
:type Chunks: list of Chunk
|
690
|
+
:param _Usage: token消耗量
|
691
|
+
:type Usage: :class:`tencentcloud.es.v20250101.models.Usage`
|
675
692
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
676
693
|
:type RequestId: str
|
677
694
|
"""
|
678
695
|
self._Chunks = None
|
696
|
+
self._Usage = None
|
679
697
|
self._RequestId = None
|
680
698
|
|
681
699
|
@property
|
@@ -689,6 +707,17 @@ class ChunkDocumentResponse(AbstractModel):
|
|
689
707
|
def Chunks(self, Chunks):
|
690
708
|
self._Chunks = Chunks
|
691
709
|
|
710
|
+
@property
|
711
|
+
def Usage(self):
|
712
|
+
"""token消耗量
|
713
|
+
:rtype: :class:`tencentcloud.es.v20250101.models.Usage`
|
714
|
+
"""
|
715
|
+
return self._Usage
|
716
|
+
|
717
|
+
@Usage.setter
|
718
|
+
def Usage(self, Usage):
|
719
|
+
self._Usage = Usage
|
720
|
+
|
692
721
|
@property
|
693
722
|
def RequestId(self):
|
694
723
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -708,6 +737,9 @@ class ChunkDocumentResponse(AbstractModel):
|
|
708
737
|
obj = Chunk()
|
709
738
|
obj._deserialize(item)
|
710
739
|
self._Chunks.append(obj)
|
740
|
+
if params.get("Usage") is not None:
|
741
|
+
self._Usage = Usage()
|
742
|
+
self._Usage._deserialize(params.get("Usage"))
|
711
743
|
self._RequestId = params.get("RequestId")
|
712
744
|
|
713
745
|
|
@@ -857,6 +889,44 @@ class DocumentChunkUsage(AbstractModel):
|
|
857
889
|
|
858
890
|
|
859
891
|
|
892
|
+
class DocumentParseConfig(AbstractModel):
|
893
|
+
"""文档解析配置
|
894
|
+
|
895
|
+
"""
|
896
|
+
|
897
|
+
def __init__(self):
|
898
|
+
r"""
|
899
|
+
:param _ImageResponseType: 0:图片以链接形式返回
|
900
|
+
1:返回图片中提取的文本内容
|
901
|
+
:type ImageResponseType: int
|
902
|
+
"""
|
903
|
+
self._ImageResponseType = None
|
904
|
+
|
905
|
+
@property
|
906
|
+
def ImageResponseType(self):
|
907
|
+
"""0:图片以链接形式返回
|
908
|
+
1:返回图片中提取的文本内容
|
909
|
+
:rtype: int
|
910
|
+
"""
|
911
|
+
return self._ImageResponseType
|
912
|
+
|
913
|
+
@ImageResponseType.setter
|
914
|
+
def ImageResponseType(self, ImageResponseType):
|
915
|
+
self._ImageResponseType = ImageResponseType
|
916
|
+
|
917
|
+
|
918
|
+
def _deserialize(self, params):
|
919
|
+
self._ImageResponseType = params.get("ImageResponseType")
|
920
|
+
memeber_set = set(params.keys())
|
921
|
+
for name, value in vars(self).items():
|
922
|
+
property_name = name[1:]
|
923
|
+
if property_name in memeber_set:
|
924
|
+
memeber_set.remove(property_name)
|
925
|
+
if len(memeber_set) > 0:
|
926
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
927
|
+
|
928
|
+
|
929
|
+
|
860
930
|
class EmbeddingData(AbstractModel):
|
861
931
|
"""向量内容
|
862
932
|
|
@@ -1423,10 +1493,19 @@ class ParseDocument(AbstractModel):
|
|
1423
1493
|
支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过3秒。
|
1424
1494
|
支持的图片像素:单边介于20-10000px之间。
|
1425
1495
|
:type FileContent: str
|
1496
|
+
:param _DocumentParseConfig: 文档解析配置
|
1497
|
+
:type DocumentParseConfig: :class:`tencentcloud.es.v20250101.models.DocumentParseConfig`
|
1498
|
+
:param _FileStartPageNumber: 文档的起始页码
|
1499
|
+
:type FileStartPageNumber: int
|
1500
|
+
:param _FileEndPageNumber: 文档的结束页码
|
1501
|
+
:type FileEndPageNumber: int
|
1426
1502
|
"""
|
1427
1503
|
self._FileType = None
|
1428
1504
|
self._FileUrl = None
|
1429
1505
|
self._FileContent = None
|
1506
|
+
self._DocumentParseConfig = None
|
1507
|
+
self._FileStartPageNumber = None
|
1508
|
+
self._FileEndPageNumber = None
|
1430
1509
|
|
1431
1510
|
@property
|
1432
1511
|
def FileType(self):
|
@@ -1468,11 +1547,49 @@ class ParseDocument(AbstractModel):
|
|
1468
1547
|
def FileContent(self, FileContent):
|
1469
1548
|
self._FileContent = FileContent
|
1470
1549
|
|
1550
|
+
@property
|
1551
|
+
def DocumentParseConfig(self):
|
1552
|
+
"""文档解析配置
|
1553
|
+
:rtype: :class:`tencentcloud.es.v20250101.models.DocumentParseConfig`
|
1554
|
+
"""
|
1555
|
+
return self._DocumentParseConfig
|
1556
|
+
|
1557
|
+
@DocumentParseConfig.setter
|
1558
|
+
def DocumentParseConfig(self, DocumentParseConfig):
|
1559
|
+
self._DocumentParseConfig = DocumentParseConfig
|
1560
|
+
|
1561
|
+
@property
|
1562
|
+
def FileStartPageNumber(self):
|
1563
|
+
"""文档的起始页码
|
1564
|
+
:rtype: int
|
1565
|
+
"""
|
1566
|
+
return self._FileStartPageNumber
|
1567
|
+
|
1568
|
+
@FileStartPageNumber.setter
|
1569
|
+
def FileStartPageNumber(self, FileStartPageNumber):
|
1570
|
+
self._FileStartPageNumber = FileStartPageNumber
|
1571
|
+
|
1572
|
+
@property
|
1573
|
+
def FileEndPageNumber(self):
|
1574
|
+
"""文档的结束页码
|
1575
|
+
:rtype: int
|
1576
|
+
"""
|
1577
|
+
return self._FileEndPageNumber
|
1578
|
+
|
1579
|
+
@FileEndPageNumber.setter
|
1580
|
+
def FileEndPageNumber(self, FileEndPageNumber):
|
1581
|
+
self._FileEndPageNumber = FileEndPageNumber
|
1582
|
+
|
1471
1583
|
|
1472
1584
|
def _deserialize(self, params):
|
1473
1585
|
self._FileType = params.get("FileType")
|
1474
1586
|
self._FileUrl = params.get("FileUrl")
|
1475
1587
|
self._FileContent = params.get("FileContent")
|
1588
|
+
if params.get("DocumentParseConfig") is not None:
|
1589
|
+
self._DocumentParseConfig = DocumentParseConfig()
|
1590
|
+
self._DocumentParseConfig._deserialize(params.get("DocumentParseConfig"))
|
1591
|
+
self._FileStartPageNumber = params.get("FileStartPageNumber")
|
1592
|
+
self._FileEndPageNumber = params.get("FileEndPageNumber")
|
1476
1593
|
memeber_set = set(params.keys())
|
1477
1594
|
for name, value in vars(self).items():
|
1478
1595
|
property_name = name[1:]
|
@@ -23,6 +23,9 @@ FAILEDOPERATION = 'FailedOperation'
|
|
23
23
|
# 年龄限制无法使用电子签服务,请联系客服咨询处理。
|
24
24
|
FAILEDOPERATION_AGENOTACHIEVENORMALLEGAL = 'FailedOperation.AgeNotAchieveNormalLegal'
|
25
25
|
|
26
|
+
# 授权认证已经被删除了
|
27
|
+
FAILEDOPERATION_AUTHORIZATIONINFOHASBEENDELETED = 'FailedOperation.AuthorizationInfoHasBeenDeleted'
|
28
|
+
|
26
29
|
# 套餐余额不足。
|
27
30
|
FAILEDOPERATION_BALANCENOTENOUGH = 'FailedOperation.BalanceNotEnough'
|
28
31
|
|
@@ -917,6 +917,8 @@ class EssClient(AbstractClient):
|
|
917
917
|
def CreateFlowEvidenceReport(self, request):
|
918
918
|
"""提交申请出证报告任务并返回报告ID。
|
919
919
|
|
920
|
+
出证报告的示例样式可以参考 [出征报告.PDF](https://qcloudimg.tencent-cloud.cn/raw/a55214fcddaebbd1582cc9c57cc6cf1b.pdf)
|
921
|
+
|
920
922
|
注意:
|
921
923
|
<ul><li>使用此功能`需搭配出证套餐` ,使用前请联系对接的客户经理沟通。</li>
|
922
924
|
<li>操作人必须是`发起方或者签署方企业的(非走授权书认证)法人或者超管`。</li>
|
@@ -1414,6 +1416,32 @@ class EssClient(AbstractClient):
|
|
1414
1416
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1415
1417
|
|
1416
1418
|
|
1419
|
+
def CreateModifyAdminAuthorizationUrl(self, request):
|
1420
|
+
"""本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
1421
|
+
|
1422
|
+
注意:
|
1423
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
|
1424
|
+
|
1425
|
+
:param request: Request instance for CreateModifyAdminAuthorizationUrl.
|
1426
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.CreateModifyAdminAuthorizationUrlRequest`
|
1427
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.CreateModifyAdminAuthorizationUrlResponse`
|
1428
|
+
|
1429
|
+
"""
|
1430
|
+
try:
|
1431
|
+
params = request._serialize()
|
1432
|
+
headers = request.headers
|
1433
|
+
body = self.call("CreateModifyAdminAuthorizationUrl", params, headers=headers)
|
1434
|
+
response = json.loads(body)
|
1435
|
+
model = models.CreateModifyAdminAuthorizationUrlResponse()
|
1436
|
+
model._deserialize(response["Response"])
|
1437
|
+
return model
|
1438
|
+
except Exception as e:
|
1439
|
+
if isinstance(e, TencentCloudSDKException):
|
1440
|
+
raise
|
1441
|
+
else:
|
1442
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1443
|
+
|
1444
|
+
|
1417
1445
|
def CreateMultiFlowSignQRCode(self, request):
|
1418
1446
|
"""此接口(CreateMultiFlowSignQRCode)用于创建一码多签签署码。
|
1419
1447
|
|
@@ -2213,6 +2241,29 @@ class EssClient(AbstractClient):
|
|
2213
2241
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2214
2242
|
|
2215
2243
|
|
2244
|
+
def DescribeBatchOrganizationRegistrationTasks(self, request):
|
2245
|
+
"""本接口(DescribeBatchOrganizationRegistrationTasks)用于查询企业批量认证任务状态。
|
2246
|
+
|
2247
|
+
:param request: Request instance for DescribeBatchOrganizationRegistrationTasks.
|
2248
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeBatchOrganizationRegistrationTasksRequest`
|
2249
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.DescribeBatchOrganizationRegistrationTasksResponse`
|
2250
|
+
|
2251
|
+
"""
|
2252
|
+
try:
|
2253
|
+
params = request._serialize()
|
2254
|
+
headers = request.headers
|
2255
|
+
body = self.call("DescribeBatchOrganizationRegistrationTasks", params, headers=headers)
|
2256
|
+
response = json.loads(body)
|
2257
|
+
model = models.DescribeBatchOrganizationRegistrationTasksResponse()
|
2258
|
+
model._deserialize(response["Response"])
|
2259
|
+
return model
|
2260
|
+
except Exception as e:
|
2261
|
+
if isinstance(e, TencentCloudSDKException):
|
2262
|
+
raise
|
2263
|
+
else:
|
2264
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2265
|
+
|
2266
|
+
|
2216
2267
|
def DescribeBatchOrganizationRegistrationUrls(self, request):
|
2217
2268
|
"""此接口用于获取企业批量认证异步任务的状态及结果。
|
2218
2269
|
|