tencentcloud-sdk-python 3.0.1432__py2.py3-none-any.whl → 3.0.1433__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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

@@ -94,7 +94,7 @@ class ImsClient(AbstractClient):
94
94
  - 图片尺寸支持:长和宽需大于50像素且小于10000像素,并且图片长宽比需小于90:1;
95
95
  - 分辨率建议:为保证识别效果,建议图片分辨率大于256x256。
96
96
  - 文件格式支持:
97
- - **静态图**:BMP、ICO、JPEG、JNG、PNG、TIFF、RAW、SVG、GIF、WEBP、HEIC
97
+ - **静态图**:BMP、ICO、JPEG、JNG、PNG、TIFF、RAW、SVG、GIF、WEBP、HEIC、AVIF
98
98
  - **动态图**:GIF、WEBP、HEIC(默认最多抽取5帧图像,每隔5帧进行一次采样)
99
99
  - 传输协议:仅支持HTTP和HTTPS协议的图片链接;
100
100
  - 并发请求与审核:每次仅能传输一条URL进行审核,支持多并发请求,默认并发量为100 QPS。超过此限制将返回`RequestLimitExceeded`错误;
@@ -371,7 +371,7 @@ class ImageModerationRequest(AbstractModel):
371
371
 
372
372
  def __init__(self):
373
373
  r"""
374
- :param _BizType: 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](#https://console.cloud.tencent.com/cms/clouds/manage)中配置。
374
+ :param _BizType: 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置。
375
375
  备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
376
376
  :type BizType: str
377
377
  :param _DataId: 该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**。
@@ -403,7 +403,7 @@ class ImageModerationRequest(AbstractModel):
403
403
 
404
404
  @property
405
405
  def BizType(self):
406
- """该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](#https://console.cloud.tencent.com/cms/clouds/manage)中配置。
406
+ """该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置。
407
407
  备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
408
408
  :rtype: str
409
409
  """
@@ -535,25 +535,22 @@ class ImageModerationResponse(AbstractModel):
535
535
  r"""
536
536
  :param _Suggestion: 该字段用于返回Label标签下的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
537
537
  :type Suggestion: str
538
- :param _Label: 该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;以及其他令人反感、不安全或不适宜的内容类型。
538
+ :param _Label: 该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值标签示例:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)。
539
539
  :type Label: str
540
540
  :param _SubLabel: 该字段用于返回检测结果所命中优先级最高的恶意标签下的子标签名称,如:*色情--性行为*;若未命中任何子标签则返回空字符串。
541
541
  :type SubLabel: str
542
542
  :param _Score: 该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表图片越有可能属于当前返回的标签;如:*色情 99*,则表明该图片非常有可能属于色情内容;*色情 0*,则表明该图片不属于色情内容。
543
543
  :type Score: int
544
- :param _LabelResults: 该字段用于返回检测结果(LabelResults)中所对应的优先级最高的恶意标签,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。
544
+ :param _LabelResults: 该字段用于返回分类检测模型的详细检测结果;表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。详细返回值信息可参阅对应的数据结构(LabelResults)描述。
545
545
 
546
- 返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或咨询客服)
546
+ 返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)
547
547
  注意:此字段可能返回 null,表示取不到有效值。
548
548
  :type LabelResults: list of LabelResult
549
549
  :param _ObjectResults: 该字段用于返回物体检测模型的详细检测结果;包括:实体、广告台标、二维码等内容命中的标签名称、标签分数、坐标信息、场景识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(ObjectResults)描述。
550
- 注意:此字段可能返回 null,表示取不到有效值。
551
550
  :type ObjectResults: list of ObjectResult
552
551
  :param _OcrResults: 该字段用于返回OCR文本识别的详细检测结果;包括:文本坐标信息、文本识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(OcrResults)描述。
553
- 注意:此字段可能返回 null,表示取不到有效值。
554
552
  :type OcrResults: list of OcrResult
555
553
  :param _LibResults: 该字段用于返回基于图片风险库(风险黑库与正常白库)识别的结果,详细返回值信息可参阅对应的数据结构(LibResults)描述。<br>备注:图片风险库目前**暂不支持自定义库**。
556
- 注意:此字段可能返回 null,表示取不到有效值。
557
554
  :type LibResults: list of LibResult
558
555
  :param _DataId: 该字段用于返回检测对象对应请求参数中的DataId。
559
556
  :type DataId: str
@@ -565,7 +562,6 @@ class ImageModerationResponse(AbstractModel):
565
562
  :param _FileMD5: 该字段用于返回检测对象对应的MD5校验值,以方便校验文件完整性。
566
563
  :type FileMD5: str
567
564
  :param _RecognitionResults: 该字段用于返回仅识别图片元素的模型结果;包括:场景模型命中的标签、置信度和位置信息
568
- 注意:此字段可能返回 null,表示取不到有效值。
569
565
  :type RecognitionResults: list of RecognitionResult
570
566
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
571
567
  :type RequestId: str
@@ -598,7 +594,7 @@ class ImageModerationResponse(AbstractModel):
598
594
 
599
595
  @property
600
596
  def Label(self):
601
- """该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;以及其他令人反感、不安全或不适宜的内容类型。
597
+ """该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值标签示例:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)。
602
598
  :rtype: str
603
599
  """
604
600
  return self._Label
@@ -631,9 +627,9 @@ class ImageModerationResponse(AbstractModel):
631
627
 
632
628
  @property
633
629
  def LabelResults(self):
634
- """该字段用于返回检测结果(LabelResults)中所对应的优先级最高的恶意标签,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。
630
+ """该字段用于返回分类检测模型的详细检测结果;表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。详细返回值信息可参阅对应的数据结构(LabelResults)描述。
635
631
 
636
- 返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或咨询客服)
632
+ 返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)
637
633
  注意:此字段可能返回 null,表示取不到有效值。
638
634
  :rtype: list of LabelResult
639
635
  """
@@ -646,7 +642,6 @@ class ImageModerationResponse(AbstractModel):
646
642
  @property
647
643
  def ObjectResults(self):
648
644
  """该字段用于返回物体检测模型的详细检测结果;包括:实体、广告台标、二维码等内容命中的标签名称、标签分数、坐标信息、场景识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(ObjectResults)描述。
649
- 注意:此字段可能返回 null,表示取不到有效值。
650
645
  :rtype: list of ObjectResult
651
646
  """
652
647
  return self._ObjectResults
@@ -658,7 +653,6 @@ class ImageModerationResponse(AbstractModel):
658
653
  @property
659
654
  def OcrResults(self):
660
655
  """该字段用于返回OCR文本识别的详细检测结果;包括:文本坐标信息、文本识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(OcrResults)描述。
661
- 注意:此字段可能返回 null,表示取不到有效值。
662
656
  :rtype: list of OcrResult
663
657
  """
664
658
  return self._OcrResults
@@ -670,7 +664,6 @@ class ImageModerationResponse(AbstractModel):
670
664
  @property
671
665
  def LibResults(self):
672
666
  """该字段用于返回基于图片风险库(风险黑库与正常白库)识别的结果,详细返回值信息可参阅对应的数据结构(LibResults)描述。<br>备注:图片风险库目前**暂不支持自定义库**。
673
- 注意:此字段可能返回 null,表示取不到有效值。
674
667
  :rtype: list of LibResult
675
668
  """
676
669
  return self._LibResults
@@ -727,7 +720,6 @@ class ImageModerationResponse(AbstractModel):
727
720
  @property
728
721
  def RecognitionResults(self):
729
722
  """该字段用于返回仅识别图片元素的模型结果;包括:场景模型命中的标签、置信度和位置信息
730
- 注意:此字段可能返回 null,表示取不到有效值。
731
723
  :rtype: list of RecognitionResult
732
724
  """
733
725
  return self._RecognitionResults
@@ -9495,8 +9495,7 @@ class CreateLiveTimeShiftTemplateRequest(AbstractModel):
9495
9495
  长度上限:255字节。
9496
9496
  仅支持中文、英文、数字、_、-。
9497
9497
  :type TemplateName: str
9498
- :param _Duration: 时移时长。
9499
- 单位:s。
9498
+ :param _Duration: 时移时长。单位:s。取值范围:86400 259200 604800 1296000 2592000。
9500
9499
  :type Duration: int
9501
9500
  :param _Description: 描述信息。
9502
9501
  仅支持中文、英文、数字、_、-。
@@ -9542,8 +9541,7 @@ Overseas:海外及港澳台地区。
9542
9541
 
9543
9542
  @property
9544
9543
  def Duration(self):
9545
- """时移时长。
9546
- 单位:s。
9544
+ """时移时长。单位:s。取值范围:86400 259200 604800 1296000 2592000。
9547
9545
  :rtype: int
9548
9546
  """
9549
9547
  return self._Duration
@@ -28217,9 +28217,9 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
28217
28217
  :param _ReferUrlType: 外部引用链接类型 0:系统链接 1:自定义链接
28218
28218
  值为1时,WebUrl 字段不能为空,否则不生效。
28219
28219
  :type ReferUrlType: int
28220
- :param _ExpireStart: 有效开始时间,unix时间戳
28220
+ :param _ExpireStart: 有效开始时间,unix秒级时间戳
28221
28221
  :type ExpireStart: str
28222
- :param _ExpireEnd: 有效结束时间,unix时间戳,0代表永久有效
28222
+ :param _ExpireEnd: 有效结束时间,unix秒级时间戳,0代表永久有效
28223
28223
  :type ExpireEnd: str
28224
28224
  :param _IsRefer: 是否引用链接
28225
28225
  :type IsRefer: bool
@@ -28393,7 +28393,7 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
28393
28393
 
28394
28394
  @property
28395
28395
  def ExpireStart(self):
28396
- """有效开始时间,unix时间戳
28396
+ """有效开始时间,unix秒级时间戳
28397
28397
  :rtype: str
28398
28398
  """
28399
28399
  return self._ExpireStart
@@ -28404,7 +28404,7 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
28404
28404
 
28405
28405
  @property
28406
28406
  def ExpireEnd(self):
28407
- """有效结束时间,unix时间戳,0代表永久有效
28407
+ """有效结束时间,unix秒级时间戳,0代表永久有效
28408
28408
  :rtype: str
28409
28409
  """
28410
28410
  return self._ExpireEnd
@@ -17340,6 +17340,8 @@ class CreateInput(AbstractModel):
17340
17340
  :type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputRISTSettings`
17341
17341
  :param _InputRegion: 输入节点的地区
17342
17342
  :type InputRegion: str
17343
+ :param _FailOverOption: 冷热备相关
17344
+ :type FailOverOption: :class:`tencentcloud.mps.v20190612.models.FailOverOption`
17343
17345
  """
17344
17346
  self._InputName = None
17345
17347
  self._Protocol = None
@@ -17356,6 +17358,7 @@ class CreateInput(AbstractModel):
17356
17358
  self._Zones = None
17357
17359
  self._RISTSettings = None
17358
17360
  self._InputRegion = None
17361
+ self._FailOverOption = None
17359
17362
 
17360
17363
  @property
17361
17364
  def InputName(self):
@@ -17522,6 +17525,17 @@ class CreateInput(AbstractModel):
17522
17525
  def InputRegion(self, InputRegion):
17523
17526
  self._InputRegion = InputRegion
17524
17527
 
17528
+ @property
17529
+ def FailOverOption(self):
17530
+ """冷热备相关
17531
+ :rtype: :class:`tencentcloud.mps.v20190612.models.FailOverOption`
17532
+ """
17533
+ return self._FailOverOption
17534
+
17535
+ @FailOverOption.setter
17536
+ def FailOverOption(self, FailOverOption):
17537
+ self._FailOverOption = FailOverOption
17538
+
17525
17539
 
17526
17540
  def _deserialize(self, params):
17527
17541
  self._InputName = params.get("InputName")
@@ -17553,6 +17567,9 @@ class CreateInput(AbstractModel):
17553
17567
  self._RISTSettings = CreateInputRISTSettings()
17554
17568
  self._RISTSettings._deserialize(params.get("RISTSettings"))
17555
17569
  self._InputRegion = params.get("InputRegion")
17570
+ if params.get("FailOverOption") is not None:
17571
+ self._FailOverOption = FailOverOption()
17572
+ self._FailOverOption._deserialize(params.get("FailOverOption"))
17556
17573
  memeber_set = set(params.keys())
17557
17574
  for name, value in vars(self).items():
17558
17575
  property_name = name[1:]
@@ -19272,11 +19289,14 @@ class CreateQualityControlTemplateRequest(AbstractModel):
19272
19289
  :param _RecordFormat: 录制文件格式。可选值:
19273
19290
  <li>PNG: PNG图片</li>
19274
19291
  :type RecordFormat: str
19292
+ :param _Strategy: 媒体质检抽检策略。
19293
+ :type Strategy: :class:`tencentcloud.mps.v20190612.models.QualityControlStrategy`
19275
19294
  """
19276
19295
  self._Name = None
19277
19296
  self._QualityControlItemSet = None
19278
19297
  self._Comment = None
19279
19298
  self._RecordFormat = None
19299
+ self._Strategy = None
19280
19300
 
19281
19301
  @property
19282
19302
  def Name(self):
@@ -19323,6 +19343,17 @@ class CreateQualityControlTemplateRequest(AbstractModel):
19323
19343
  def RecordFormat(self, RecordFormat):
19324
19344
  self._RecordFormat = RecordFormat
19325
19345
 
19346
+ @property
19347
+ def Strategy(self):
19348
+ """媒体质检抽检策略。
19349
+ :rtype: :class:`tencentcloud.mps.v20190612.models.QualityControlStrategy`
19350
+ """
19351
+ return self._Strategy
19352
+
19353
+ @Strategy.setter
19354
+ def Strategy(self, Strategy):
19355
+ self._Strategy = Strategy
19356
+
19326
19357
 
19327
19358
  def _deserialize(self, params):
19328
19359
  self._Name = params.get("Name")
@@ -19334,6 +19365,9 @@ class CreateQualityControlTemplateRequest(AbstractModel):
19334
19365
  self._QualityControlItemSet.append(obj)
19335
19366
  self._Comment = params.get("Comment")
19336
19367
  self._RecordFormat = params.get("RecordFormat")
19368
+ if params.get("Strategy") is not None:
19369
+ self._Strategy = QualityControlStrategy()
19370
+ self._Strategy._deserialize(params.get("Strategy"))
19337
19371
  memeber_set = set(params.keys())
19338
19372
  for name, value in vars(self).items():
19339
19373
  property_name = name[1:]
@@ -28222,7 +28256,6 @@ class DescribeQualityControlTemplatesResponse(AbstractModel):
28222
28256
  :param _TotalCount: 符合过滤条件的记录总数。
28223
28257
  :type TotalCount: int
28224
28258
  :param _QualityControlTemplateSet: 媒体质检模板详情列表。
28225
- 注意:此字段可能返回 null,表示取不到有效值。
28226
28259
  :type QualityControlTemplateSet: list of QualityControlTemplate
28227
28260
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28228
28261
  :type RequestId: str
@@ -28245,7 +28278,6 @@ class DescribeQualityControlTemplatesResponse(AbstractModel):
28245
28278
  @property
28246
28279
  def QualityControlTemplateSet(self):
28247
28280
  """媒体质检模板详情列表。
28248
- 注意:此字段可能返回 null,表示取不到有效值。
28249
28281
  :rtype: list of QualityControlTemplate
28250
28282
  """
28251
28283
  return self._QualityControlTemplateSet
@@ -34507,6 +34539,43 @@ class FaceEnhanceConfig(AbstractModel):
34507
34539
 
34508
34540
 
34509
34541
 
34542
+ class FailOverOption(AbstractModel):
34543
+ """type FailOverOption struct
34544
+ { FailOverType string json:"FailOverType" // 新增 冷/热备 COLDSTANDBY、HOTSTANDBY }
34545
+
34546
+ """
34547
+
34548
+ def __init__(self):
34549
+ r"""
34550
+ :param _FailOverType: 热备
34551
+ :type FailOverType: str
34552
+ """
34553
+ self._FailOverType = None
34554
+
34555
+ @property
34556
+ def FailOverType(self):
34557
+ """热备
34558
+ :rtype: str
34559
+ """
34560
+ return self._FailOverType
34561
+
34562
+ @FailOverType.setter
34563
+ def FailOverType(self, FailOverType):
34564
+ self._FailOverType = FailOverType
34565
+
34566
+
34567
+ def _deserialize(self, params):
34568
+ self._FailOverType = params.get("FailOverType")
34569
+ memeber_set = set(params.keys())
34570
+ for name, value in vars(self).items():
34571
+ property_name = name[1:]
34572
+ if property_name in memeber_set:
34573
+ memeber_set.remove(property_name)
34574
+ if len(memeber_set) > 0:
34575
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
34576
+
34577
+
34578
+
34510
34579
  class FlowAudio(AbstractModel):
34511
34580
  """流的音频数据。
34512
34581
 
@@ -46766,6 +46835,8 @@ class ModifyInput(AbstractModel):
46766
46835
  :type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputRISTSettings`
46767
46836
  :param _InputRegion: 输入节点的地区
46768
46837
  :type InputRegion: str
46838
+ :param _FailOverOption: 冷热备相关
46839
+ :type FailOverOption: :class:`tencentcloud.mps.v20190612.models.FailOverOption`
46769
46840
  """
46770
46841
  self._InputId = None
46771
46842
  self._InputName = None
@@ -46783,6 +46854,7 @@ class ModifyInput(AbstractModel):
46783
46854
  self._Zones = None
46784
46855
  self._RISTSettings = None
46785
46856
  self._InputRegion = None
46857
+ self._FailOverOption = None
46786
46858
 
46787
46859
  @property
46788
46860
  def InputId(self):
@@ -46960,6 +47032,17 @@ class ModifyInput(AbstractModel):
46960
47032
  def InputRegion(self, InputRegion):
46961
47033
  self._InputRegion = InputRegion
46962
47034
 
47035
+ @property
47036
+ def FailOverOption(self):
47037
+ """冷热备相关
47038
+ :rtype: :class:`tencentcloud.mps.v20190612.models.FailOverOption`
47039
+ """
47040
+ return self._FailOverOption
47041
+
47042
+ @FailOverOption.setter
47043
+ def FailOverOption(self, FailOverOption):
47044
+ self._FailOverOption = FailOverOption
47045
+
46963
47046
 
46964
47047
  def _deserialize(self, params):
46965
47048
  self._InputId = params.get("InputId")
@@ -46992,6 +47075,9 @@ class ModifyInput(AbstractModel):
46992
47075
  self._RISTSettings = CreateInputRISTSettings()
46993
47076
  self._RISTSettings._deserialize(params.get("RISTSettings"))
46994
47077
  self._InputRegion = params.get("InputRegion")
47078
+ if params.get("FailOverOption") is not None:
47079
+ self._FailOverOption = FailOverOption()
47080
+ self._FailOverOption._deserialize(params.get("FailOverOption"))
46995
47081
  memeber_set = set(params.keys())
46996
47082
  for name, value in vars(self).items():
46997
47083
  property_name = name[1:]
@@ -47592,12 +47678,15 @@ class ModifyQualityControlTemplateRequest(AbstractModel):
47592
47678
  :param _RecordFormat: 录制文件格式。可选值:
47593
47679
  <li>PNG: PNG图片</li>
47594
47680
  :type RecordFormat: str
47681
+ :param _Strategy: 媒体质检抽检策略。
47682
+ :type Strategy: :class:`tencentcloud.mps.v20190612.models.QualityControlStrategy`
47595
47683
  """
47596
47684
  self._Definition = None
47597
47685
  self._Name = None
47598
47686
  self._Comment = None
47599
47687
  self._QualityControlItemSet = None
47600
47688
  self._RecordFormat = None
47689
+ self._Strategy = None
47601
47690
 
47602
47691
  @property
47603
47692
  def Definition(self):
@@ -47655,6 +47744,17 @@ class ModifyQualityControlTemplateRequest(AbstractModel):
47655
47744
  def RecordFormat(self, RecordFormat):
47656
47745
  self._RecordFormat = RecordFormat
47657
47746
 
47747
+ @property
47748
+ def Strategy(self):
47749
+ """媒体质检抽检策略。
47750
+ :rtype: :class:`tencentcloud.mps.v20190612.models.QualityControlStrategy`
47751
+ """
47752
+ return self._Strategy
47753
+
47754
+ @Strategy.setter
47755
+ def Strategy(self, Strategy):
47756
+ self._Strategy = Strategy
47757
+
47658
47758
 
47659
47759
  def _deserialize(self, params):
47660
47760
  self._Definition = params.get("Definition")
@@ -47667,6 +47767,9 @@ class ModifyQualityControlTemplateRequest(AbstractModel):
47667
47767
  obj._deserialize(item)
47668
47768
  self._QualityControlItemSet.append(obj)
47669
47769
  self._RecordFormat = params.get("RecordFormat")
47770
+ if params.get("Strategy") is not None:
47771
+ self._Strategy = QualityControlStrategy()
47772
+ self._Strategy._deserialize(params.get("Strategy"))
47670
47773
  memeber_set = set(params.keys())
47671
47774
  for name, value in vars(self).items():
47672
47775
  property_name = name[1:]
@@ -16326,6 +16326,8 @@ class MLIDPassportOCRResponse(AbstractModel):
16326
16326
  -9108 证件模糊告警
16327
16327
  -9109 告警能力未开通
16328
16328
  :type WarnCardInfos: list of int
16329
+ :param _CardCount: 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
16330
+ :type CardCount: int
16329
16331
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16330
16332
  :type RequestId: str
16331
16333
  """
@@ -16346,6 +16348,7 @@ class MLIDPassportOCRResponse(AbstractModel):
16346
16348
  self._Type = None
16347
16349
  self._PassportRecognizeInfos = None
16348
16350
  self._WarnCardInfos = None
16351
+ self._CardCount = None
16349
16352
  self._RequestId = None
16350
16353
 
16351
16354
  @property
@@ -16554,6 +16557,17 @@ class MLIDPassportOCRResponse(AbstractModel):
16554
16557
  def WarnCardInfos(self, WarnCardInfos):
16555
16558
  self._WarnCardInfos = WarnCardInfos
16556
16559
 
16560
+ @property
16561
+ def CardCount(self):
16562
+ """输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
16563
+ :rtype: int
16564
+ """
16565
+ return self._CardCount
16566
+
16567
+ @CardCount.setter
16568
+ def CardCount(self, CardCount):
16569
+ self._CardCount = CardCount
16570
+
16557
16571
  @property
16558
16572
  def RequestId(self):
16559
16573
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -16586,6 +16600,7 @@ class MLIDPassportOCRResponse(AbstractModel):
16586
16600
  self._PassportRecognizeInfos = PassportRecognizeInfos()
16587
16601
  self._PassportRecognizeInfos._deserialize(params.get("PassportRecognizeInfos"))
16588
16602
  self._WarnCardInfos = params.get("WarnCardInfos")
16603
+ self._CardCount = params.get("CardCount")
16589
16604
  self._RequestId = params.get("RequestId")
16590
16605
 
16591
16606
 
@@ -26657,6 +26672,8 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
26657
26672
  :type WarnCardInfos: list of int
26658
26673
  :param _AdvancedInfo: 该字段已废弃, 将固定返回"1",不建议使用。
26659
26674
  :type AdvancedInfo: str
26675
+ :param _CardCount: 卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
26676
+ :type CardCount: int
26660
26677
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26661
26678
  :type RequestId: str
26662
26679
  """
@@ -26677,6 +26694,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
26677
26694
  self._PortraitImage = None
26678
26695
  self._WarnCardInfos = None
26679
26696
  self._AdvancedInfo = None
26697
+ self._CardCount = None
26680
26698
  self._RequestId = None
26681
26699
 
26682
26700
  @property
@@ -26876,6 +26894,17 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
26876
26894
 
26877
26895
  self._AdvancedInfo = AdvancedInfo
26878
26896
 
26897
+ @property
26898
+ def CardCount(self):
26899
+ """卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
26900
+ :rtype: int
26901
+ """
26902
+ return self._CardCount
26903
+
26904
+ @CardCount.setter
26905
+ def CardCount(self, CardCount):
26906
+ self._CardCount = CardCount
26907
+
26879
26908
  @property
26880
26909
  def RequestId(self):
26881
26910
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -26906,6 +26935,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
26906
26935
  self._PortraitImage = params.get("PortraitImage")
26907
26936
  self._WarnCardInfos = params.get("WarnCardInfos")
26908
26937
  self._AdvancedInfo = params.get("AdvancedInfo")
26938
+ self._CardCount = params.get("CardCount")
26909
26939
  self._RequestId = params.get("RequestId")
26910
26940
 
26911
26941
 
@@ -31500,9 +31530,12 @@ class TaxPayment(AbstractModel):
31500
31530
  税号 、纳税人识别号 、纳税人名称 、金额合计大写 、金额合计小写 、填发日期 、税务机关 、填票人。
31501
31531
  示例值:纳税人识别号
31502
31532
  :type Content: list of OtherInvoiceItem
31533
+ :param _TableItems: 表格。
31534
+ :type TableItems: list of OtherInvoiceList
31503
31535
  """
31504
31536
  self._Title = None
31505
31537
  self._Content = None
31538
+ self._TableItems = None
31506
31539
 
31507
31540
  @property
31508
31541
  def Title(self):
@@ -31528,6 +31561,17 @@ class TaxPayment(AbstractModel):
31528
31561
  def Content(self, Content):
31529
31562
  self._Content = Content
31530
31563
 
31564
+ @property
31565
+ def TableItems(self):
31566
+ """表格。
31567
+ :rtype: list of OtherInvoiceList
31568
+ """
31569
+ return self._TableItems
31570
+
31571
+ @TableItems.setter
31572
+ def TableItems(self, TableItems):
31573
+ self._TableItems = TableItems
31574
+
31531
31575
 
31532
31576
  def _deserialize(self, params):
31533
31577
  self._Title = params.get("Title")
@@ -31537,6 +31581,12 @@ class TaxPayment(AbstractModel):
31537
31581
  obj = OtherInvoiceItem()
31538
31582
  obj._deserialize(item)
31539
31583
  self._Content.append(obj)
31584
+ if params.get("TableItems") is not None:
31585
+ self._TableItems = []
31586
+ for item in params.get("TableItems"):
31587
+ obj = OtherInvoiceList()
31588
+ obj._deserialize(item)
31589
+ self._TableItems.append(obj)
31540
31590
  memeber_set = set(params.keys())
31541
31591
  for name, value in vars(self).items():
31542
31592
  property_name = name[1:]
@@ -10557,14 +10557,14 @@ class DescribeParameterTemplateAttributesRequest(AbstractModel):
10557
10557
 
10558
10558
  def __init__(self):
10559
10559
  r"""
10560
- :param _TemplateId: 参数模板ID。可通过[DescribeParameterTemplates](https://tapd.woa.com/tapd_fe/20400322/story/detail/1020400322125673714)接口获取
10560
+ :param _TemplateId: 参数模板ID。可通过[DescribeParameterTemplates](https://cloud.tencent.com/document/api/409/84067)接口获取
10561
10561
  :type TemplateId: str
10562
10562
  """
10563
10563
  self._TemplateId = None
10564
10564
 
10565
10565
  @property
10566
10566
  def TemplateId(self):
10567
- """参数模板ID。可通过[DescribeParameterTemplates](https://tapd.woa.com/tapd_fe/20400322/story/detail/1020400322125673714)接口获取
10567
+ """参数模板ID。可通过[DescribeParameterTemplates](https://cloud.tencent.com/document/api/409/84067)接口获取
10568
10568
  :rtype: str
10569
10569
  """
10570
10570
  return self._TemplateId