tencentcloud-sdk-python 3.0.1378__py2.py3-none-any.whl → 3.0.1379__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/batch_client.py +3 -3
  3. tencentcloud/batch/v20170312/models.py +230 -168
  4. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  5. tencentcloud/cbs/v20170312/models.py +18 -18
  6. tencentcloud/clb/v20180317/clb_client.py +7 -7
  7. tencentcloud/clb/v20180317/models.py +51 -41
  8. tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
  9. tencentcloud/dbbrain/v20210527/models.py +368 -0
  10. tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
  11. tencentcloud/dnspod/v20210323/models.py +503 -0
  12. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  13. tencentcloud/domain/v20180808/models.py +68 -44
  14. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  15. tencentcloud/mps/v20190612/models.py +211 -2
  16. tencentcloud/postgres/v20170312/models.py +12 -4
  17. tencentcloud/tcb/v20180608/models.py +4 -4
  18. tencentcloud/tdmq/v20200217/errorcodes.py +27 -0
  19. tencentcloud/thpc/v20211109/models.py +2 -2
  20. tencentcloud/thpc/v20220401/models.py +4 -4
  21. tencentcloud/thpc/v20230321/errorcodes.py +9 -0
  22. tencentcloud/thpc/v20230321/models.py +79 -0
  23. tencentcloud/thpc/v20230321/thpc_client.py +23 -0
  24. tencentcloud/tmt/v20180321/errorcodes.py +3 -0
  25. tencentcloud/tmt/v20180321/models.py +296 -1
  26. tencentcloud/tmt/v20180321/tmt_client.py +28 -0
  27. tencentcloud/vpc/v20170312/models.py +24 -18
  28. tencentcloud/waf/v20180125/models.py +15 -0
  29. tencentcloud/wedata/v20210820/errorcodes.py +9 -0
  30. tencentcloud/wedata/v20210820/models.py +1078 -0
  31. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  32. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/METADATA +1 -1
  33. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/RECORD +36 -36
  34. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/LICENSE +0 -0
  35. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/WHEEL +0 -0
  36. {tencentcloud_sdk_python-3.0.1378.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/top_level.txt +0 -0
@@ -106,10 +106,11 @@ class BatchModifyDomainInfoRequest(AbstractModel):
106
106
 
107
107
  def __init__(self):
108
108
  r"""
109
- :param _Domains: 批量修改的域名。
109
+ :param _Domains: 批量修改的域名数组
110
+ 个数最大不超过4000
110
111
  :type Domains: list of str
111
- :param _TemplateId: 模板ID
112
- 可从DescribeTemplates接口获取
112
+ :param _TemplateId: 模板ID
113
+ 可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
113
114
  :type TemplateId: str
114
115
  :param _LockTransfer: true: 开启60天内禁止转移注册商锁定
115
116
  false:关闭60天内禁止转移注册商锁定
@@ -122,7 +123,8 @@ false:关闭60天内禁止转移注册商锁定
122
123
 
123
124
  @property
124
125
  def Domains(self):
125
- """批量修改的域名。
126
+ """批量修改的域名数组
127
+ 个数最大不超过4000
126
128
  :rtype: list of str
127
129
  """
128
130
  return self._Domains
@@ -133,8 +135,8 @@ false:关闭60天内禁止转移注册商锁定
133
135
 
134
136
  @property
135
137
  def TemplateId(self):
136
- """模板ID
137
- 可从DescribeTemplates接口获取
138
+ """模板ID
139
+ 可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
138
140
  :rtype: str
139
141
  """
140
142
  return self._TemplateId
@@ -729,8 +731,11 @@ class BiddingPreReleaseResponse(AbstractModel):
729
731
  def __init__(self):
730
732
  r"""
731
733
  :param _IsNeedPay: 是否需要额外支付
734
+ true: 需要额外支付
735
+ false: 不需要额外支付
732
736
  :type IsNeedPay: bool
733
- :param _BillingParam: 计费请求参数,以类Json字符串的形式进行返回。用于计费下单
737
+ :param _BillingParam: 计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
738
+
734
739
  :type BillingParam: str
735
740
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
736
741
  :type RequestId: str
@@ -742,6 +747,8 @@ class BiddingPreReleaseResponse(AbstractModel):
742
747
  @property
743
748
  def IsNeedPay(self):
744
749
  """是否需要额外支付
750
+ true: 需要额外支付
751
+ false: 不需要额外支付
745
752
  :rtype: bool
746
753
  """
747
754
  return self._IsNeedPay
@@ -752,7 +759,8 @@ class BiddingPreReleaseResponse(AbstractModel):
752
759
 
753
760
  @property
754
761
  def BillingParam(self):
755
- """计费请求参数,以类Json字符串的形式进行返回。用于计费下单
762
+ """计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
763
+
756
764
  :rtype: str
757
765
  """
758
766
  return self._BillingParam
@@ -1874,8 +1882,8 @@ class CreateCustomDnsHostRequest(AbstractModel):
1874
1882
 
1875
1883
  def __init__(self):
1876
1884
  r"""
1877
- :param _DomainId: 域名实例ID
1878
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
1885
+ :param _DomainId: 域名实例ID
1886
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
1879
1887
  :type DomainId: str
1880
1888
  :param _DnsName: Dns名称
1881
1889
  例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
@@ -1890,8 +1898,8 @@ class CreateCustomDnsHostRequest(AbstractModel):
1890
1898
 
1891
1899
  @property
1892
1900
  def DomainId(self):
1893
- """域名实例ID
1894
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
1901
+ """域名实例ID
1902
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
1895
1903
  :rtype: str
1896
1904
  """
1897
1905
  return self._DomainId
@@ -2293,7 +2301,7 @@ class CreatePhoneEmailRequest(AbstractModel):
2293
2301
  :param _Type: 1:手机 2:邮箱
2294
2302
  :type Type: int
2295
2303
  :param _VerifyCode: 验证码
2296
- 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
2304
+ 通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
2297
2305
  :type VerifyCode: str
2298
2306
  """
2299
2307
  self._Code = None
@@ -2325,7 +2333,7 @@ class CreatePhoneEmailRequest(AbstractModel):
2325
2333
  @property
2326
2334
  def VerifyCode(self):
2327
2335
  """验证码
2328
- 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
2336
+ 通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
2329
2337
  :rtype: str
2330
2338
  """
2331
2339
  return self._VerifyCode
@@ -2843,7 +2851,7 @@ class DeleteTemplateRequest(AbstractModel):
2843
2851
  def __init__(self):
2844
2852
  r"""
2845
2853
  :param _TemplateId: 模板ID
2846
- 可通过DescribeTemplates接口获取
2854
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
2847
2855
  :type TemplateId: str
2848
2856
  """
2849
2857
  self._TemplateId = None
@@ -2851,7 +2859,7 @@ class DeleteTemplateRequest(AbstractModel):
2851
2859
  @property
2852
2860
  def TemplateId(self):
2853
2861
  """模板ID
2854
- 可通过DescribeTemplates接口获取
2862
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
2855
2863
  :rtype: str
2856
2864
  """
2857
2865
  return self._TemplateId
@@ -3529,7 +3537,7 @@ class DescribeBiddingAppointListRequest(AbstractModel):
3529
3537
  默认值1
3530
3538
  :type PageNumber: int
3531
3539
  :param _PageSize: 每页数量
3532
- 默认:20 取值范围【1,200
3540
+ 默认:20 取值范围[1,200]
3533
3541
  :type PageSize: int
3534
3542
  :param _Domain: 域名
3535
3543
  :type Domain: str
@@ -3543,7 +3551,10 @@ AppointEndTime 预约结束时间
3543
3551
  BiddingPrice 竞价保证金
3544
3552
  BiddingEndTime 竞价结束时间
3545
3553
  :type SortField: str
3546
- :param _SortOrder: 排序规则:asc升序,desc降序
3554
+ :param _SortOrder: 排序规则:
3555
+ asc:升序
3556
+ desc:降序
3557
+ 默认:asc
3547
3558
  :type SortOrder: str
3548
3559
  """
3549
3560
  self._PageNumber = None
@@ -3568,7 +3579,7 @@ BiddingEndTime 竞价结束时间
3568
3579
  @property
3569
3580
  def PageSize(self):
3570
3581
  """每页数量
3571
- 默认:20 取值范围【1,200
3582
+ 默认:20 取值范围[1,200]
3572
3583
  :rtype: int
3573
3584
  """
3574
3585
  return self._PageSize
@@ -3618,7 +3629,10 @@ BiddingEndTime 竞价结束时间
3618
3629
 
3619
3630
  @property
3620
3631
  def SortOrder(self):
3621
- """排序规则:asc升序,desc降序
3632
+ """排序规则:
3633
+ asc:升序
3634
+ desc:降序
3635
+ 默认:asc
3622
3636
  :rtype: str
3623
3637
  """
3624
3638
  return self._SortOrder
@@ -4178,7 +4192,7 @@ class DescribeBiddingSuccessfulDetailRequest(AbstractModel):
4178
4192
  def __init__(self):
4179
4193
  r"""
4180
4194
  :param _BusinessID: 预约ID
4181
- 可通过[DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)接口获取
4195
+ 可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取
4182
4196
  :type BusinessID: str
4183
4197
  """
4184
4198
  self._BusinessID = None
@@ -4186,7 +4200,7 @@ class DescribeBiddingSuccessfulDetailRequest(AbstractModel):
4186
4200
  @property
4187
4201
  def BusinessID(self):
4188
4202
  """预约ID
4189
- 可通过[DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)接口获取
4203
+ 可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取
4190
4204
  :rtype: str
4191
4205
  """
4192
4206
  return self._BusinessID
@@ -4407,7 +4421,7 @@ class DescribeBiddingSuccessfulListRequest(AbstractModel):
4407
4421
  默认:1
4408
4422
  :type PageNumber: int
4409
4423
  :param _PageSize: 每页数量
4410
- 默认:20 取值范围【1,200
4424
+ 默认:20 取值范围[1,200]
4411
4425
  :type PageSize: int
4412
4426
  :param _Domain: 域名
4413
4427
  :type Domain: str
@@ -4417,7 +4431,10 @@ class DescribeBiddingSuccessfulListRequest(AbstractModel):
4417
4431
  默认<空>,不排序
4418
4432
  SuccessfulTime 预约结束时间
4419
4433
  :type SortField: str
4420
- :param _SortOrder: 排序规则:asc升序,desc降序
4434
+ :param _SortOrder: 排序规则:
4435
+ asc:升序
4436
+ desc:降序
4437
+ 默认:asc
4421
4438
  :type SortOrder: str
4422
4439
  """
4423
4440
  self._PageNumber = None
@@ -4442,7 +4459,7 @@ SuccessfulTime 预约结束时间
4442
4459
  @property
4443
4460
  def PageSize(self):
4444
4461
  """每页数量
4445
- 默认:20 取值范围【1,200
4462
+ 默认:20 取值范围[1,200]
4446
4463
  :rtype: int
4447
4464
  """
4448
4465
  return self._PageSize
@@ -4488,7 +4505,10 @@ SuccessfulTime 预约结束时间
4488
4505
 
4489
4506
  @property
4490
4507
  def SortOrder(self):
4491
- """排序规则:asc升序,desc降序
4508
+ """排序规则:
4509
+ asc:升序
4510
+ desc:降序
4511
+ 默认:asc
4492
4512
  :rtype: str
4493
4513
  """
4494
4514
  return self._SortOrder
@@ -4717,7 +4737,7 @@ class DescribeDomainBaseInfoRequest(AbstractModel):
4717
4737
  def __init__(self):
4718
4738
  r"""
4719
4739
  :param _Domain: 域名
4720
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
4740
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
4721
4741
  :type Domain: str
4722
4742
  """
4723
4743
  self._Domain = None
@@ -4725,7 +4745,7 @@ class DescribeDomainBaseInfoRequest(AbstractModel):
4725
4745
  @property
4726
4746
  def Domain(self):
4727
4747
  """域名
4728
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
4748
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
4729
4749
  :rtype: str
4730
4750
  """
4731
4751
  return self._Domain
@@ -6922,7 +6942,7 @@ class DescribeTemplateRequest(AbstractModel):
6922
6942
  def __init__(self):
6923
6943
  r"""
6924
6944
  :param _TemplateId: 模板ID
6925
- 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
6945
+ 通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
6926
6946
  :type TemplateId: str
6927
6947
  """
6928
6948
  self._TemplateId = None
@@ -6930,7 +6950,7 @@ class DescribeTemplateRequest(AbstractModel):
6930
6950
  @property
6931
6951
  def TemplateId(self):
6932
6952
  """模板ID
6933
- 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
6953
+ 通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
6934
6954
  :rtype: str
6935
6955
  """
6936
6956
  return self._TemplateId
@@ -7336,7 +7356,7 @@ clientTransferProhibited:注册商禁止转移
7336
7356
  clientUpdateProhibited:注册商禁止更新
7337
7357
  clientDeleteProhibited:注册商禁止删除
7338
7358
  serverRenewProhibited: 注册局禁止续费
7339
- clientRenewProhobited: 注册商禁止续费
7359
+ clientRenewProhibited: 注册商禁止续费
7340
7360
  :type DomainStatus: list of str
7341
7361
  :param _BuyStatus: 域名购买状态。
7342
7362
  ok:正常
@@ -7500,7 +7520,7 @@ clientTransferProhibited:注册商禁止转移
7500
7520
  clientUpdateProhibited:注册商禁止更新
7501
7521
  clientDeleteProhibited:注册商禁止删除
7502
7522
  serverRenewProhibited: 注册局禁止续费
7503
- clientRenewProhobited: 注册商禁止续费
7523
+ clientRenewProhibited: 注册商禁止续费
7504
7524
  :rtype: list of str
7505
7525
  """
7506
7526
  return self._DomainStatus
@@ -8195,7 +8215,7 @@ clientTransferProhibited:注册商禁止转移
8195
8215
  clientUpdateProhibited:注册商禁止更新
8196
8216
  clientDeleteProhibited:注册商禁止删除
8197
8217
  serverRenewProhibited: 注册局禁止续费
8198
- clientRenewProhobited: 注册商禁止续费
8218
+ clientRenewProhibited: 注册商禁止续费
8199
8219
  :type DomainStatus: list of str
8200
8220
  :param _BuyStatus: 域名购买状态。
8201
8221
  ok:正常
@@ -8370,7 +8390,7 @@ clientTransferProhibited:注册商禁止转移
8370
8390
  clientUpdateProhibited:注册商禁止更新
8371
8391
  clientDeleteProhibited:注册商禁止删除
8372
8392
  serverRenewProhibited: 注册局禁止续费
8373
- clientRenewProhobited: 注册商禁止续费
8393
+ clientRenewProhibited: 注册商禁止续费
8374
8394
  :rtype: list of str
8375
8395
  """
8376
8396
  return self._DomainStatus
@@ -10483,7 +10503,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
10483
10503
  def __init__(self):
10484
10504
  r"""
10485
10505
  :param _DomainId: 域名实例ID
10486
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
10506
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
10487
10507
  :type DomainId: str
10488
10508
  :param _AutoRenew: AutoRenew 有三个可选值:
10489
10509
  0:不设置自动续费
@@ -10497,7 +10517,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
10497
10517
  @property
10498
10518
  def DomainId(self):
10499
10519
  """域名实例ID
10500
- 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
10520
+ 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
10501
10521
  :rtype: str
10502
10522
  """
10503
10523
  return self._DomainId
@@ -10710,9 +10730,11 @@ Approved: 已实名认证
10710
10730
  Reject: 实名审核失败
10711
10731
  NotVerified: 实名信息待修改
10712
10732
  :type AuditStatus: str
10713
- :param _CreatedOn: 创建时间
10733
+ :param _CreatedOn: 创建时间
10734
+ 格式:YYYY-MM-DD HH:mm:ss
10714
10735
  :type CreatedOn: str
10715
- :param _UpdatedOn: 更新时间
10736
+ :param _UpdatedOn: 更新时间
10737
+ 格式:YYYY-MM-DD HH:mm:ss
10716
10738
  :type UpdatedOn: str
10717
10739
  :param _UserUin: 用户UIN
10718
10740
  :type UserUin: str
@@ -10773,7 +10795,8 @@ NotVerified: 实名信息待修改
10773
10795
 
10774
10796
  @property
10775
10797
  def CreatedOn(self):
10776
- """创建时间
10798
+ """创建时间
10799
+ 格式:YYYY-MM-DD HH:mm:ss
10777
10800
  :rtype: str
10778
10801
  """
10779
10802
  return self._CreatedOn
@@ -10784,7 +10807,8 @@ NotVerified: 实名信息待修改
10784
10807
 
10785
10808
  @property
10786
10809
  def UpdatedOn(self):
10787
- """更新时间
10810
+ """更新时间
10811
+ 格式:YYYY-MM-DD HH:mm:ss
10788
10812
  :rtype: str
10789
10813
  """
10790
10814
  return self._UpdatedOn
@@ -10921,8 +10945,8 @@ class TransferInDomainBatchRequest(AbstractModel):
10921
10945
  :type Domains: list of str
10922
10946
  :param _PassWords: 域名转移码数组。
10923
10947
  :type PassWords: list of str
10924
- :param _TemplateId: 模板ID。
10925
- 可通过DescribeTemplates接口获取
10948
+ :param _TemplateId: 模板ID。
10949
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
10926
10950
  :type TemplateId: str
10927
10951
  :param _PayMode: 付费模式 0手动在线付费,1使用余额付费。
10928
10952
  :type PayMode: int
@@ -10982,8 +11006,8 @@ false:关闭60天内禁止转移注册商锁定
10982
11006
 
10983
11007
  @property
10984
11008
  def TemplateId(self):
10985
- """模板ID。
10986
- 可通过DescribeTemplates接口获取
11009
+ """模板ID。
11010
+ 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
10987
11011
  :rtype: str
10988
11012
  """
10989
11013
  return self._TemplateId
@@ -45,7 +45,7 @@ class LkeapClient(AbstractClient):
45
45
  - 支持64K上下文长度,最大输出16k。
46
46
  - DeepSeek-R1(model 参数值为**deepseek-r1**)
47
47
  - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
48
- - 支持64K上下文长度,最大输出16k。
48
+ - 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k
49
49
  - DeepSeek-Prover-V2(model 参数值为**deepseek-prover-v2**)
50
50
  - DeepSeek-Prover-V2 为671B 参数 MoE 模型,在数学定理证明和复杂计算任务中表现出色。
51
51
  - 支持64K上下文长度,最大输出16k。
@@ -34734,6 +34734,69 @@ class HighlightSegmentItem(AbstractModel):
34734
34734
 
34735
34735
 
34736
34736
 
34737
+ class ImageAreaBoxInfo(AbstractModel):
34738
+ """图片框选区域信息
34739
+
34740
+ """
34741
+
34742
+ def __init__(self):
34743
+ r"""
34744
+ :param _Type: 图片框选区域类型,可选值:
34745
+ <li>logo:图标;</li>
34746
+ <li>text:文字。</li>
34747
+ 默认值:logo。
34748
+ 注意:此字段可能返回 null,表示取不到有效值。
34749
+ :type Type: str
34750
+ :param _AreaCoordSet: 图片框选区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
34751
+ 示例值:[101, 85, 111, 95]
34752
+ 注意:此字段可能返回 null,表示取不到有效值。
34753
+ :type AreaCoordSet: list of int
34754
+ """
34755
+ self._Type = None
34756
+ self._AreaCoordSet = None
34757
+
34758
+ @property
34759
+ def Type(self):
34760
+ """图片框选区域类型,可选值:
34761
+ <li>logo:图标;</li>
34762
+ <li>text:文字。</li>
34763
+ 默认值:logo。
34764
+ 注意:此字段可能返回 null,表示取不到有效值。
34765
+ :rtype: str
34766
+ """
34767
+ return self._Type
34768
+
34769
+ @Type.setter
34770
+ def Type(self, Type):
34771
+ self._Type = Type
34772
+
34773
+ @property
34774
+ def AreaCoordSet(self):
34775
+ """图片框选区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
34776
+ 示例值:[101, 85, 111, 95]
34777
+ 注意:此字段可能返回 null,表示取不到有效值。
34778
+ :rtype: list of int
34779
+ """
34780
+ return self._AreaCoordSet
34781
+
34782
+ @AreaCoordSet.setter
34783
+ def AreaCoordSet(self, AreaCoordSet):
34784
+ self._AreaCoordSet = AreaCoordSet
34785
+
34786
+
34787
+ def _deserialize(self, params):
34788
+ self._Type = params.get("Type")
34789
+ self._AreaCoordSet = params.get("AreaCoordSet")
34790
+ memeber_set = set(params.keys())
34791
+ for name, value in vars(self).items():
34792
+ property_name = name[1:]
34793
+ if property_name in memeber_set:
34794
+ memeber_set.remove(property_name)
34795
+ if len(memeber_set) > 0:
34796
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
34797
+
34798
+
34799
+
34737
34800
  class ImageEncodeConfig(AbstractModel):
34738
34801
  """图片编码格式参数
34739
34802
 
@@ -34741,7 +34804,7 @@ class ImageEncodeConfig(AbstractModel):
34741
34804
 
34742
34805
  def __init__(self):
34743
34806
  r"""
34744
- :param _Format: 图片格式,取值范围:JPG、BMP、GIF、PNG、WebP,缺省为原图格式。
34807
+ :param _Format: 图片格式,取值范围:JPEGPNG、BMP、WebP,缺省为原图格式。不支持动画。
34745
34808
  注意:此字段可能返回 null,表示取不到有效值。
34746
34809
  :type Format: str
34747
34810
  :param _Quality: 图片的相对质量,取值范围:1 - 100,数值以原图质量为标准,缺省为原图质量。
@@ -34753,7 +34816,7 @@ class ImageEncodeConfig(AbstractModel):
34753
34816
 
34754
34817
  @property
34755
34818
  def Format(self):
34756
- """图片格式,取值范围:JPG、BMP、GIF、PNG、WebP,缺省为原图格式。
34819
+ """图片格式,取值范围:JPEGPNG、BMP、WebP,缺省为原图格式。不支持动画。
34757
34820
  注意:此字段可能返回 null,表示取不到有效值。
34758
34821
  :rtype: str
34759
34822
  """
@@ -34799,6 +34862,9 @@ class ImageEnhanceConfig(AbstractModel):
34799
34862
  :param _SuperResolution: 超分配置。
34800
34863
  注意:此字段可能返回 null,表示取不到有效值。
34801
34864
  :type SuperResolution: :class:`tencentcloud.mps.v20190612.models.SuperResolutionConfig`
34865
+ :param _ImageQualityEnhance: 综合增强配置。
34866
+ 注意:此字段可能返回 null,表示取不到有效值。
34867
+ :type ImageQualityEnhance: :class:`tencentcloud.mps.v20190612.models.ImageQualityEnhanceConfig`
34802
34868
  :param _ColorEnhance: 色彩增强配置。
34803
34869
  注意:此字段可能返回 null,表示取不到有效值。
34804
34870
  :type ColorEnhance: :class:`tencentcloud.mps.v20190612.models.ColorEnhanceConfig`
@@ -34810,6 +34876,7 @@ class ImageEnhanceConfig(AbstractModel):
34810
34876
  :type FaceEnhance: :class:`tencentcloud.mps.v20190612.models.FaceEnhanceConfig`
34811
34877
  """
34812
34878
  self._SuperResolution = None
34879
+ self._ImageQualityEnhance = None
34813
34880
  self._ColorEnhance = None
34814
34881
  self._SharpEnhance = None
34815
34882
  self._FaceEnhance = None
@@ -34826,6 +34893,18 @@ class ImageEnhanceConfig(AbstractModel):
34826
34893
  def SuperResolution(self, SuperResolution):
34827
34894
  self._SuperResolution = SuperResolution
34828
34895
 
34896
+ @property
34897
+ def ImageQualityEnhance(self):
34898
+ """综合增强配置。
34899
+ 注意:此字段可能返回 null,表示取不到有效值。
34900
+ :rtype: :class:`tencentcloud.mps.v20190612.models.ImageQualityEnhanceConfig`
34901
+ """
34902
+ return self._ImageQualityEnhance
34903
+
34904
+ @ImageQualityEnhance.setter
34905
+ def ImageQualityEnhance(self, ImageQualityEnhance):
34906
+ self._ImageQualityEnhance = ImageQualityEnhance
34907
+
34829
34908
  @property
34830
34909
  def ColorEnhance(self):
34831
34910
  """色彩增强配置。
@@ -34867,6 +34946,9 @@ class ImageEnhanceConfig(AbstractModel):
34867
34946
  if params.get("SuperResolution") is not None:
34868
34947
  self._SuperResolution = SuperResolutionConfig()
34869
34948
  self._SuperResolution._deserialize(params.get("SuperResolution"))
34949
+ if params.get("ImageQualityEnhance") is not None:
34950
+ self._ImageQualityEnhance = ImageQualityEnhanceConfig()
34951
+ self._ImageQualityEnhance._deserialize(params.get("ImageQualityEnhance"))
34870
34952
  if params.get("ColorEnhance") is not None:
34871
34953
  self._ColorEnhance = ColorEnhanceConfig()
34872
34954
  self._ColorEnhance._deserialize(params.get("ColorEnhance"))
@@ -34886,6 +34968,114 @@ class ImageEnhanceConfig(AbstractModel):
34886
34968
 
34887
34969
 
34888
34970
 
34971
+ class ImageEraseConfig(AbstractModel):
34972
+ """图片擦除参数
34973
+
34974
+ """
34975
+
34976
+ def __init__(self):
34977
+ r"""
34978
+ :param _ImageEraseLogo: 图标擦除配置。
34979
+ 注意:此字段可能返回 null,表示取不到有效值。
34980
+ :type ImageEraseLogo: :class:`tencentcloud.mps.v20190612.models.ImageEraseLogoConfig`
34981
+ """
34982
+ self._ImageEraseLogo = None
34983
+
34984
+ @property
34985
+ def ImageEraseLogo(self):
34986
+ """图标擦除配置。
34987
+ 注意:此字段可能返回 null,表示取不到有效值。
34988
+ :rtype: :class:`tencentcloud.mps.v20190612.models.ImageEraseLogoConfig`
34989
+ """
34990
+ return self._ImageEraseLogo
34991
+
34992
+ @ImageEraseLogo.setter
34993
+ def ImageEraseLogo(self, ImageEraseLogo):
34994
+ self._ImageEraseLogo = ImageEraseLogo
34995
+
34996
+
34997
+ def _deserialize(self, params):
34998
+ if params.get("ImageEraseLogo") is not None:
34999
+ self._ImageEraseLogo = ImageEraseLogoConfig()
35000
+ self._ImageEraseLogo._deserialize(params.get("ImageEraseLogo"))
35001
+ memeber_set = set(params.keys())
35002
+ for name, value in vars(self).items():
35003
+ property_name = name[1:]
35004
+ if property_name in memeber_set:
35005
+ memeber_set.remove(property_name)
35006
+ if len(memeber_set) > 0:
35007
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
35008
+
35009
+
35010
+
35011
+ class ImageEraseLogoConfig(AbstractModel):
35012
+ """图标擦除配置
35013
+
35014
+ """
35015
+
35016
+ def __init__(self):
35017
+ r"""
35018
+ :param _Switch: 能力配置开关,可选值:
35019
+ <li>ON:开启;</li>
35020
+ <li>OFF:关闭。</li>
35021
+ 默认值:ON。
35022
+ 注意:此字段可能返回 null,表示取不到有效值。
35023
+ :type Switch: str
35024
+ :param _ImageAreaBoxes: 需要擦除的多个框选区域,注意:参数数组长度最大为2。
35025
+ 注意:此字段可能返回 null,表示取不到有效值。
35026
+ 注意:此字段可能返回 null,表示取不到有效值。
35027
+ :type ImageAreaBoxes: list of ImageAreaBoxInfo
35028
+ """
35029
+ self._Switch = None
35030
+ self._ImageAreaBoxes = None
35031
+
35032
+ @property
35033
+ def Switch(self):
35034
+ """能力配置开关,可选值:
35035
+ <li>ON:开启;</li>
35036
+ <li>OFF:关闭。</li>
35037
+ 默认值:ON。
35038
+ 注意:此字段可能返回 null,表示取不到有效值。
35039
+ :rtype: str
35040
+ """
35041
+ return self._Switch
35042
+
35043
+ @Switch.setter
35044
+ def Switch(self, Switch):
35045
+ self._Switch = Switch
35046
+
35047
+ @property
35048
+ def ImageAreaBoxes(self):
35049
+ """需要擦除的多个框选区域,注意:参数数组长度最大为2。
35050
+ 注意:此字段可能返回 null,表示取不到有效值。
35051
+ 注意:此字段可能返回 null,表示取不到有效值。
35052
+ :rtype: list of ImageAreaBoxInfo
35053
+ """
35054
+ return self._ImageAreaBoxes
35055
+
35056
+ @ImageAreaBoxes.setter
35057
+ def ImageAreaBoxes(self, ImageAreaBoxes):
35058
+ self._ImageAreaBoxes = ImageAreaBoxes
35059
+
35060
+
35061
+ def _deserialize(self, params):
35062
+ self._Switch = params.get("Switch")
35063
+ if params.get("ImageAreaBoxes") is not None:
35064
+ self._ImageAreaBoxes = []
35065
+ for item in params.get("ImageAreaBoxes"):
35066
+ obj = ImageAreaBoxInfo()
35067
+ obj._deserialize(item)
35068
+ self._ImageAreaBoxes.append(obj)
35069
+ memeber_set = set(params.keys())
35070
+ for name, value in vars(self).items():
35071
+ property_name = name[1:]
35072
+ if property_name in memeber_set:
35073
+ memeber_set.remove(property_name)
35074
+ if len(memeber_set) > 0:
35075
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
35076
+
35077
+
35078
+
34889
35079
  class ImageQualityEnhanceConfig(AbstractModel):
34890
35080
  """综合增强配置
34891
35081
 
@@ -35366,9 +35556,13 @@ class ImageTaskInput(AbstractModel):
35366
35556
  :param _EnhanceConfig: 图片增强配置。
35367
35557
  注意:此字段可能返回 null,表示取不到有效值。
35368
35558
  :type EnhanceConfig: :class:`tencentcloud.mps.v20190612.models.ImageEnhanceConfig`
35559
+ :param _EraseConfig: 图片擦除配置。
35560
+ 注意:此字段可能返回 null,表示取不到有效值。
35561
+ :type EraseConfig: :class:`tencentcloud.mps.v20190612.models.ImageEraseConfig`
35369
35562
  """
35370
35563
  self._EncodeConfig = None
35371
35564
  self._EnhanceConfig = None
35565
+ self._EraseConfig = None
35372
35566
 
35373
35567
  @property
35374
35568
  def EncodeConfig(self):
@@ -35394,6 +35588,18 @@ class ImageTaskInput(AbstractModel):
35394
35588
  def EnhanceConfig(self, EnhanceConfig):
35395
35589
  self._EnhanceConfig = EnhanceConfig
35396
35590
 
35591
+ @property
35592
+ def EraseConfig(self):
35593
+ """图片擦除配置。
35594
+ 注意:此字段可能返回 null,表示取不到有效值。
35595
+ :rtype: :class:`tencentcloud.mps.v20190612.models.ImageEraseConfig`
35596
+ """
35597
+ return self._EraseConfig
35598
+
35599
+ @EraseConfig.setter
35600
+ def EraseConfig(self, EraseConfig):
35601
+ self._EraseConfig = EraseConfig
35602
+
35397
35603
 
35398
35604
  def _deserialize(self, params):
35399
35605
  if params.get("EncodeConfig") is not None:
@@ -35402,6 +35608,9 @@ class ImageTaskInput(AbstractModel):
35402
35608
  if params.get("EnhanceConfig") is not None:
35403
35609
  self._EnhanceConfig = ImageEnhanceConfig()
35404
35610
  self._EnhanceConfig._deserialize(params.get("EnhanceConfig"))
35611
+ if params.get("EraseConfig") is not None:
35612
+ self._EraseConfig = ImageEraseConfig()
35613
+ self._EraseConfig._deserialize(params.get("EraseConfig"))
35405
35614
  memeber_set = set(params.keys())
35406
35615
  for name, value in vars(self).items():
35407
35616
  property_name = name[1:]