tencentcloud-sdk-python 3.0.1277__py2.py3-none-any.whl → 3.0.1279__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 (45) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +48 -0
  3. tencentcloud/aiart/v20221229/models.py +402 -21
  4. tencentcloud/batch/v20170312/models.py +19 -19
  5. tencentcloud/cam/v20190116/cam_client.py +23 -0
  6. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  7. tencentcloud/cam/v20190116/models.py +111 -0
  8. tencentcloud/cfg/v20210820/models.py +15 -0
  9. tencentcloud/cfw/v20190904/models.py +2 -2
  10. tencentcloud/cloudapp/v20220530/errorcodes.py +6 -0
  11. tencentcloud/cloudaudit/v20190319/models.py +8 -8
  12. tencentcloud/cvm/v20170312/models.py +14 -14
  13. tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
  14. tencentcloud/cynosdb/v20190107/models.py +311 -30
  15. tencentcloud/dbbrain/v20210527/models.py +2 -2
  16. tencentcloud/emr/v20190103/emr_client.py +46 -0
  17. tencentcloud/emr/v20190103/errorcodes.py +33 -0
  18. tencentcloud/emr/v20190103/models.py +1283 -27
  19. tencentcloud/es/v20180416/models.py +171 -0
  20. tencentcloud/faceid/v20180301/errorcodes.py +3 -0
  21. tencentcloud/iotexplorer/v20190423/models.py +17 -0
  22. tencentcloud/ivld/v20210903/ivld_client.py +0 -1
  23. tencentcloud/lcic/v20220817/models.py +2 -2
  24. tencentcloud/lke/v20231130/lke_client.py +6 -2
  25. tencentcloud/mps/v20190612/models.py +110 -0
  26. tencentcloud/mqtt/v20240516/models.py +530 -0
  27. tencentcloud/mqtt/v20240516/mqtt_client.py +92 -0
  28. tencentcloud/ocr/v20181119/errorcodes.py +6 -0
  29. tencentcloud/ocr/v20181119/models.py +379 -4
  30. tencentcloud/postgres/v20170312/models.py +2 -2
  31. tencentcloud/tdmq/v20200217/tdmq_client.py +3 -1
  32. tencentcloud/tse/v20201207/errorcodes.py +3 -0
  33. tencentcloud/tse/v20201207/models.py +923 -37
  34. tencentcloud/tse/v20201207/tse_client.py +92 -0
  35. tencentcloud/vclm/v20240523/models.py +6 -6
  36. tencentcloud/vdb/v20230616/models.py +12 -0
  37. tencentcloud/vod/v20180717/models.py +41 -26
  38. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  39. tencentcloud/vpc/v20170312/models.py +1002 -40
  40. tencentcloud/vpc/v20170312/vpc_client.py +181 -3
  41. {tencentcloud_sdk_python-3.0.1277.dist-info → tencentcloud_sdk_python-3.0.1279.dist-info}/METADATA +1 -1
  42. {tencentcloud_sdk_python-3.0.1277.dist-info → tencentcloud_sdk_python-3.0.1279.dist-info}/RECORD +45 -45
  43. {tencentcloud_sdk_python-3.0.1277.dist-info → tencentcloud_sdk_python-3.0.1279.dist-info}/LICENSE +0 -0
  44. {tencentcloud_sdk_python-3.0.1277.dist-info → tencentcloud_sdk_python-3.0.1279.dist-info}/WHEEL +0 -0
  45. {tencentcloud_sdk_python-3.0.1277.dist-info → tencentcloud_sdk_python-3.0.1279.dist-info}/top_level.txt +0 -0
@@ -8740,12 +8740,28 @@ class EsDictionaryInfo(AbstractModel):
8740
8740
  :type Synonym: list of DictInfo
8741
8741
  :param _UpdateType: 更新词典类型
8742
8742
  :type UpdateType: str
8743
+ :param _AnsjMain: ansj启用词词典列表
8744
+ 注意:此字段可能返回 null,表示取不到有效值。
8745
+ :type AnsjMain: list of DictInfo
8746
+ :param _AnsjStop: ansj停用词词典列表
8747
+ 注意:此字段可能返回 null,表示取不到有效值。
8748
+ :type AnsjStop: list of DictInfo
8749
+ :param _AnsjAmbiguity: ansj歧义词库列表
8750
+ 注意:此字段可能返回 null,表示取不到有效值。
8751
+ :type AnsjAmbiguity: list of DictInfo
8752
+ :param _AnsjSynonyms: ansj同义词词典列表
8753
+ 注意:此字段可能返回 null,表示取不到有效值。
8754
+ :type AnsjSynonyms: list of DictInfo
8743
8755
  """
8744
8756
  self._MainDict = None
8745
8757
  self._Stopwords = None
8746
8758
  self._QQDict = None
8747
8759
  self._Synonym = None
8748
8760
  self._UpdateType = None
8761
+ self._AnsjMain = None
8762
+ self._AnsjStop = None
8763
+ self._AnsjAmbiguity = None
8764
+ self._AnsjSynonyms = None
8749
8765
 
8750
8766
  @property
8751
8767
  def MainDict(self):
@@ -8802,6 +8818,54 @@ class EsDictionaryInfo(AbstractModel):
8802
8818
  def UpdateType(self, UpdateType):
8803
8819
  self._UpdateType = UpdateType
8804
8820
 
8821
+ @property
8822
+ def AnsjMain(self):
8823
+ """ansj启用词词典列表
8824
+ 注意:此字段可能返回 null,表示取不到有效值。
8825
+ :rtype: list of DictInfo
8826
+ """
8827
+ return self._AnsjMain
8828
+
8829
+ @AnsjMain.setter
8830
+ def AnsjMain(self, AnsjMain):
8831
+ self._AnsjMain = AnsjMain
8832
+
8833
+ @property
8834
+ def AnsjStop(self):
8835
+ """ansj停用词词典列表
8836
+ 注意:此字段可能返回 null,表示取不到有效值。
8837
+ :rtype: list of DictInfo
8838
+ """
8839
+ return self._AnsjStop
8840
+
8841
+ @AnsjStop.setter
8842
+ def AnsjStop(self, AnsjStop):
8843
+ self._AnsjStop = AnsjStop
8844
+
8845
+ @property
8846
+ def AnsjAmbiguity(self):
8847
+ """ansj歧义词库列表
8848
+ 注意:此字段可能返回 null,表示取不到有效值。
8849
+ :rtype: list of DictInfo
8850
+ """
8851
+ return self._AnsjAmbiguity
8852
+
8853
+ @AnsjAmbiguity.setter
8854
+ def AnsjAmbiguity(self, AnsjAmbiguity):
8855
+ self._AnsjAmbiguity = AnsjAmbiguity
8856
+
8857
+ @property
8858
+ def AnsjSynonyms(self):
8859
+ """ansj同义词词典列表
8860
+ 注意:此字段可能返回 null,表示取不到有效值。
8861
+ :rtype: list of DictInfo
8862
+ """
8863
+ return self._AnsjSynonyms
8864
+
8865
+ @AnsjSynonyms.setter
8866
+ def AnsjSynonyms(self, AnsjSynonyms):
8867
+ self._AnsjSynonyms = AnsjSynonyms
8868
+
8805
8869
 
8806
8870
  def _deserialize(self, params):
8807
8871
  if params.get("MainDict") is not None:
@@ -8829,6 +8893,30 @@ class EsDictionaryInfo(AbstractModel):
8829
8893
  obj._deserialize(item)
8830
8894
  self._Synonym.append(obj)
8831
8895
  self._UpdateType = params.get("UpdateType")
8896
+ if params.get("AnsjMain") is not None:
8897
+ self._AnsjMain = []
8898
+ for item in params.get("AnsjMain"):
8899
+ obj = DictInfo()
8900
+ obj._deserialize(item)
8901
+ self._AnsjMain.append(obj)
8902
+ if params.get("AnsjStop") is not None:
8903
+ self._AnsjStop = []
8904
+ for item in params.get("AnsjStop"):
8905
+ obj = DictInfo()
8906
+ obj._deserialize(item)
8907
+ self._AnsjStop.append(obj)
8908
+ if params.get("AnsjAmbiguity") is not None:
8909
+ self._AnsjAmbiguity = []
8910
+ for item in params.get("AnsjAmbiguity"):
8911
+ obj = DictInfo()
8912
+ obj._deserialize(item)
8913
+ self._AnsjAmbiguity.append(obj)
8914
+ if params.get("AnsjSynonyms") is not None:
8915
+ self._AnsjSynonyms = []
8916
+ for item in params.get("AnsjSynonyms"):
8917
+ obj = DictInfo()
8918
+ obj._deserialize(item)
8919
+ self._AnsjSynonyms.append(obj)
8832
8920
  memeber_set = set(params.keys())
8833
8921
  for name, value in vars(self).items():
8834
8922
  property_name = name[1:]
@@ -10353,6 +10441,15 @@ RENEW_FLAG_DEFAULT:不自动续费
10353
10441
  :param _ReadWriteMode: 读写分离模式:0-不开启,1-本地读写分离,2-远端读写分离
10354
10442
  注意:此字段可能返回 null,表示取不到有效值。
10355
10443
  :type ReadWriteMode: int
10444
+ :param _EnableScheduleRecoverGroup: 是否有置放群组异步调度任务
10445
+ 注意:此字段可能返回 null,表示取不到有效值。
10446
+ :type EnableScheduleRecoverGroup: bool
10447
+ :param _EnableScheduleOperationDuration: 异步调度任务的时间
10448
+ 注意:此字段可能返回 null,表示取不到有效值。
10449
+ :type EnableScheduleOperationDuration: :class:`tencentcloud.es.v20180416.models.EnableScheduleOperationDuration`
10450
+ :param _EnableDestroyProtection: 开启集群保护:OPEN-开启,CLOSE-关闭
10451
+ 注意:此字段可能返回 null,表示取不到有效值。
10452
+ :type EnableDestroyProtection: str
10356
10453
  """
10357
10454
  self._InstanceId = None
10358
10455
  self._InstanceName = None
@@ -10445,6 +10542,9 @@ RENEW_FLAG_DEFAULT:不自动续费
10445
10542
  self._SubProductCode = None
10446
10543
  self._CosBucketStorageSize = None
10447
10544
  self._ReadWriteMode = None
10545
+ self._EnableScheduleRecoverGroup = None
10546
+ self._EnableScheduleOperationDuration = None
10547
+ self._EnableDestroyProtection = None
10448
10548
 
10449
10549
  @property
10450
10550
  def InstanceId(self):
@@ -11507,6 +11607,42 @@ RENEW_FLAG_DEFAULT:不自动续费
11507
11607
  def ReadWriteMode(self, ReadWriteMode):
11508
11608
  self._ReadWriteMode = ReadWriteMode
11509
11609
 
11610
+ @property
11611
+ def EnableScheduleRecoverGroup(self):
11612
+ """是否有置放群组异步调度任务
11613
+ 注意:此字段可能返回 null,表示取不到有效值。
11614
+ :rtype: bool
11615
+ """
11616
+ return self._EnableScheduleRecoverGroup
11617
+
11618
+ @EnableScheduleRecoverGroup.setter
11619
+ def EnableScheduleRecoverGroup(self, EnableScheduleRecoverGroup):
11620
+ self._EnableScheduleRecoverGroup = EnableScheduleRecoverGroup
11621
+
11622
+ @property
11623
+ def EnableScheduleOperationDuration(self):
11624
+ """异步调度任务的时间
11625
+ 注意:此字段可能返回 null,表示取不到有效值。
11626
+ :rtype: :class:`tencentcloud.es.v20180416.models.EnableScheduleOperationDuration`
11627
+ """
11628
+ return self._EnableScheduleOperationDuration
11629
+
11630
+ @EnableScheduleOperationDuration.setter
11631
+ def EnableScheduleOperationDuration(self, EnableScheduleOperationDuration):
11632
+ self._EnableScheduleOperationDuration = EnableScheduleOperationDuration
11633
+
11634
+ @property
11635
+ def EnableDestroyProtection(self):
11636
+ """开启集群保护:OPEN-开启,CLOSE-关闭
11637
+ 注意:此字段可能返回 null,表示取不到有效值。
11638
+ :rtype: str
11639
+ """
11640
+ return self._EnableDestroyProtection
11641
+
11642
+ @EnableDestroyProtection.setter
11643
+ def EnableDestroyProtection(self, EnableDestroyProtection):
11644
+ self._EnableDestroyProtection = EnableDestroyProtection
11645
+
11510
11646
 
11511
11647
  def _deserialize(self, params):
11512
11648
  self._InstanceId = params.get("InstanceId")
@@ -11646,6 +11782,11 @@ RENEW_FLAG_DEFAULT:不自动续费
11646
11782
  self._SubProductCode = params.get("SubProductCode")
11647
11783
  self._CosBucketStorageSize = params.get("CosBucketStorageSize")
11648
11784
  self._ReadWriteMode = params.get("ReadWriteMode")
11785
+ self._EnableScheduleRecoverGroup = params.get("EnableScheduleRecoverGroup")
11786
+ if params.get("EnableScheduleOperationDuration") is not None:
11787
+ self._EnableScheduleOperationDuration = EnableScheduleOperationDuration()
11788
+ self._EnableScheduleOperationDuration._deserialize(params.get("EnableScheduleOperationDuration"))
11789
+ self._EnableDestroyProtection = params.get("EnableDestroyProtection")
11649
11790
  memeber_set = set(params.keys())
11650
11791
  for name, value in vars(self).items():
11651
11792
  property_name = name[1:]
@@ -14360,6 +14501,8 @@ class Operation(AbstractModel):
14360
14501
  :type Tasks: list of TaskDetail
14361
14502
  :param _Progress: 操作进度
14362
14503
  :type Progress: float
14504
+ :param _RollbackTag: 回滚标记, 0未回滚 ,1回滚中,2已回滚
14505
+ :type RollbackTag: int
14363
14506
  :param _SubAccountUin: 操作者Uin
14364
14507
  注意:此字段可能返回 null,表示取不到有效值。
14365
14508
  :type SubAccountUin: str
@@ -14371,6 +14514,7 @@ class Operation(AbstractModel):
14371
14514
  self._Result = None
14372
14515
  self._Tasks = None
14373
14516
  self._Progress = None
14517
+ self._RollbackTag = None
14374
14518
  self._SubAccountUin = None
14375
14519
 
14376
14520
  @property
@@ -14450,6 +14594,17 @@ class Operation(AbstractModel):
14450
14594
  def Progress(self, Progress):
14451
14595
  self._Progress = Progress
14452
14596
 
14597
+ @property
14598
+ def RollbackTag(self):
14599
+ """回滚标记, 0未回滚 ,1回滚中,2已回滚
14600
+ :rtype: int
14601
+ """
14602
+ return self._RollbackTag
14603
+
14604
+ @RollbackTag.setter
14605
+ def RollbackTag(self, RollbackTag):
14606
+ self._RollbackTag = RollbackTag
14607
+
14453
14608
  @property
14454
14609
  def SubAccountUin(self):
14455
14610
  """操作者Uin
@@ -14478,6 +14633,7 @@ class Operation(AbstractModel):
14478
14633
  obj._deserialize(item)
14479
14634
  self._Tasks.append(obj)
14480
14635
  self._Progress = params.get("Progress")
14636
+ self._RollbackTag = params.get("RollbackTag")
14481
14637
  self._SubAccountUin = params.get("SubAccountUin")
14482
14638
  memeber_set = set(params.keys())
14483
14639
  for name, value in vars(self).items():
@@ -18287,6 +18443,8 @@ CLOSE 关闭
18287
18443
  :type EnableScheduleRecoverGroup: bool
18288
18444
  :param _EnableScheduleOperationDuration: 置放群组异步任务可维护时间段
18289
18445
  :type EnableScheduleOperationDuration: :class:`tencentcloud.es.v20180416.models.EnableScheduleOperationDuration`
18446
+ :param _EnableDestroyProtection: 开启集群保护:OPEN-开启,CLOSE-关闭
18447
+ :type EnableDestroyProtection: str
18290
18448
  """
18291
18449
  self._InstanceId = None
18292
18450
  self._InstanceName = None
@@ -18331,6 +18489,7 @@ CLOSE 关闭
18331
18489
  self._ReadWriteMode = None
18332
18490
  self._EnableScheduleRecoverGroup = None
18333
18491
  self._EnableScheduleOperationDuration = None
18492
+ self._EnableDestroyProtection = None
18334
18493
 
18335
18494
  @property
18336
18495
  def InstanceId(self):
@@ -18826,6 +18985,17 @@ CLOSE 关闭
18826
18985
  def EnableScheduleOperationDuration(self, EnableScheduleOperationDuration):
18827
18986
  self._EnableScheduleOperationDuration = EnableScheduleOperationDuration
18828
18987
 
18988
+ @property
18989
+ def EnableDestroyProtection(self):
18990
+ """开启集群保护:OPEN-开启,CLOSE-关闭
18991
+ :rtype: str
18992
+ """
18993
+ return self._EnableDestroyProtection
18994
+
18995
+ @EnableDestroyProtection.setter
18996
+ def EnableDestroyProtection(self, EnableDestroyProtection):
18997
+ self._EnableDestroyProtection = EnableDestroyProtection
18998
+
18829
18999
 
18830
19000
  def _deserialize(self, params):
18831
19001
  self._InstanceId = params.get("InstanceId")
@@ -18900,6 +19070,7 @@ CLOSE 关闭
18900
19070
  if params.get("EnableScheduleOperationDuration") is not None:
18901
19071
  self._EnableScheduleOperationDuration = EnableScheduleOperationDuration()
18902
19072
  self._EnableScheduleOperationDuration._deserialize(params.get("EnableScheduleOperationDuration"))
19073
+ self._EnableDestroyProtection = params.get("EnableDestroyProtection")
18903
19074
  memeber_set = set(params.keys())
18904
19075
  for name, value in vars(self).items():
18905
19076
  property_name = name[1:]
@@ -59,6 +59,9 @@ FAILEDOPERATION_COMPARELOWSIMILARITY = 'FailedOperation.CompareLowSimilarity'
59
59
  # 调用比对引擎接口出错。
60
60
  FAILEDOPERATION_COMPARESYSTEMERROR = 'FailedOperation.CompareSystemError'
61
61
 
62
+ # The video compression failed. Please try again or reduce the size of the input video.
63
+ FAILEDOPERATION_COMPRESSVIDEOERROR = 'FailedOperation.CompressVideoError'
64
+
62
65
  # 图中人脸存在遮挡,请传入无遮挡人脸图片
63
66
  FAILEDOPERATION_COVEREDFACE = 'FailedOperation.CoveredFace'
64
67
 
@@ -5724,6 +5724,9 @@ class DescribeBatchProductionResponse(AbstractModel):
5724
5724
  :param _LastFailedReason: 量产最后失败原因
5725
5725
  注意:此字段可能返回 null,表示取不到有效值。
5726
5726
  :type LastFailedReason: str
5727
+ :param _Status: 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
5728
+ 注意:此字段可能返回 null,表示取不到有效值。
5729
+ :type Status: int
5727
5730
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5728
5731
  :type RequestId: str
5729
5732
  """
@@ -5735,6 +5738,7 @@ class DescribeBatchProductionResponse(AbstractModel):
5735
5738
  self._UploadUrl = None
5736
5739
  self._SuccessCount = None
5737
5740
  self._LastFailedReason = None
5741
+ self._Status = None
5738
5742
  self._RequestId = None
5739
5743
 
5740
5744
  @property
@@ -5827,6 +5831,18 @@ class DescribeBatchProductionResponse(AbstractModel):
5827
5831
  def LastFailedReason(self, LastFailedReason):
5828
5832
  self._LastFailedReason = LastFailedReason
5829
5833
 
5834
+ @property
5835
+ def Status(self):
5836
+ """量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
5837
+ 注意:此字段可能返回 null,表示取不到有效值。
5838
+ :rtype: int
5839
+ """
5840
+ return self._Status
5841
+
5842
+ @Status.setter
5843
+ def Status(self, Status):
5844
+ self._Status = Status
5845
+
5830
5846
  @property
5831
5847
  def RequestId(self):
5832
5848
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -5848,6 +5864,7 @@ class DescribeBatchProductionResponse(AbstractModel):
5848
5864
  self._UploadUrl = params.get("UploadUrl")
5849
5865
  self._SuccessCount = params.get("SuccessCount")
5850
5866
  self._LastFailedReason = params.get("LastFailedReason")
5867
+ self._Status = params.get("Status")
5851
5868
  self._RequestId = params.get("RequestId")
5852
5869
 
5853
5870
 
@@ -425,7 +425,6 @@ class IvldClient(AbstractClient):
425
425
  def DescribeCustomPersons(self, request):
426
426
  """批量描述自定义人物
427
427
 
428
-
429
428
  :param request: Request instance for DescribeCustomPersons.
430
429
  :type request: :class:`tencentcloud.ivld.v20210903.models.DescribeCustomPersonsRequest`
431
430
  :rtype: :class:`tencentcloud.ivld.v20210903.models.DescribeCustomPersonsResponse`
@@ -2224,7 +2224,7 @@ video 纯视频
2224
2224
  :type EndDelayTime: int
2225
2225
  :param _LiveType: 直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播
2226
2226
  :type LiveType: int
2227
- :param _RecordLiveUrl: 伪直播链接
2227
+ :param _RecordLiveUrl: 伪直播链接。 支持的协议以及格式: 协议:HTTP、HTTPS、RTMP、HLS 。格式:FLV、MP3、MP4、MPEG-TS、MOV、MKV、M4A。视频编码:H.264、VP8。音频编码:AAC、OPUS。
2228
2228
  :type RecordLiveUrl: str
2229
2229
  :param _EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1或2的时候有效
2230
2230
  :type EnableAutoStart: int
@@ -2554,7 +2554,7 @@ video 纯视频
2554
2554
 
2555
2555
  @property
2556
2556
  def RecordLiveUrl(self):
2557
- """伪直播链接
2557
+ """伪直播链接。 支持的协议以及格式: 协议:HTTP、HTTPS、RTMP、HLS 。格式:FLV、MP3、MP4、MPEG-TS、MOV、MKV、M4A。视频编码:H.264、VP8。音频编码:AAC、OPUS。
2558
2558
  :rtype: str
2559
2559
  """
2560
2560
  return self._RecordLiveUrl
@@ -1965,7 +1965,9 @@ class LkeClient(AbstractClient):
1965
1965
 
1966
1966
 
1967
1967
  def ParseDoc(self, request):
1968
- """接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)
1968
+ """接口已迁移到新接口了,无调用量
1969
+
1970
+ 接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)
1969
1971
 
1970
1972
  :param request: Request instance for ParseDoc.
1971
1973
  :type request: :class:`tencentcloud.lke.v20231130.models.ParseDocRequest`
@@ -1988,7 +1990,9 @@ class LkeClient(AbstractClient):
1988
1990
 
1989
1991
 
1990
1992
  def QueryParseDocResult(self, request):
1991
- """查询文档解析结果。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或[联系客服](https://cloud.tencent.com/act/event/Online_service) 。
1993
+ """接口已迁移到新接口了,无调用量
1994
+
1995
+ 查询文档解析结果。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或[联系客服](https://cloud.tencent.com/act/event/Online_service) 。
1992
1996
 
1993
1997
  :param request: Request instance for QueryParseDocResult.
1994
1998
  :type request: :class:`tencentcloud.lke.v20231130.models.QueryParseDocResultRequest`
@@ -1703,9 +1703,13 @@ class AddOnSubtitle(AbstractModel):
1703
1703
  :param _Subtitle: 字幕文件。
1704
1704
  注意:此字段可能返回 null,表示取不到有效值。
1705
1705
  :type Subtitle: :class:`tencentcloud.mps.v20190612.models.MediaInputInfo`
1706
+ :param _SubtitleName: 字幕名称
1707
+ 注意:此字段可能返回 null,表示取不到有效值。
1708
+ :type SubtitleName: str
1706
1709
  """
1707
1710
  self._Type = None
1708
1711
  self._Subtitle = None
1712
+ self._SubtitleName = None
1709
1713
 
1710
1714
  @property
1711
1715
  def Type(self):
@@ -1734,12 +1738,25 @@ class AddOnSubtitle(AbstractModel):
1734
1738
  def Subtitle(self, Subtitle):
1735
1739
  self._Subtitle = Subtitle
1736
1740
 
1741
+ @property
1742
+ def SubtitleName(self):
1743
+ """字幕名称
1744
+ 注意:此字段可能返回 null,表示取不到有效值。
1745
+ :rtype: str
1746
+ """
1747
+ return self._SubtitleName
1748
+
1749
+ @SubtitleName.setter
1750
+ def SubtitleName(self, SubtitleName):
1751
+ self._SubtitleName = SubtitleName
1752
+
1737
1753
 
1738
1754
  def _deserialize(self, params):
1739
1755
  self._Type = params.get("Type")
1740
1756
  if params.get("Subtitle") is not None:
1741
1757
  self._Subtitle = MediaInputInfo()
1742
1758
  self._Subtitle._deserialize(params.get("Subtitle"))
1759
+ self._SubtitleName = params.get("SubtitleName")
1743
1760
  memeber_set = set(params.keys())
1744
1761
  for name, value in vars(self).items():
1745
1762
  property_name = name[1:]
@@ -31754,8 +31771,20 @@ class ImageEnhanceConfig(AbstractModel):
31754
31771
  :param _SuperResolution: 超分配置。
31755
31772
  注意:此字段可能返回 null,表示取不到有效值。
31756
31773
  :type SuperResolution: :class:`tencentcloud.mps.v20190612.models.SuperResolutionConfig`
31774
+ :param _ColorEnhance: 色彩增强配置。
31775
+ 注意:此字段可能返回 null,表示取不到有效值。
31776
+ :type ColorEnhance: :class:`tencentcloud.mps.v20190612.models.ColorEnhanceConfig`
31777
+ :param _SharpEnhance: 细节增强配置。
31778
+ 注意:此字段可能返回 null,表示取不到有效值。
31779
+ :type SharpEnhance: :class:`tencentcloud.mps.v20190612.models.SharpEnhanceConfig`
31780
+ :param _FaceEnhance: 人脸增强配置。
31781
+ 注意:此字段可能返回 null,表示取不到有效值。
31782
+ :type FaceEnhance: :class:`tencentcloud.mps.v20190612.models.FaceEnhanceConfig`
31757
31783
  """
31758
31784
  self._SuperResolution = None
31785
+ self._ColorEnhance = None
31786
+ self._SharpEnhance = None
31787
+ self._FaceEnhance = None
31759
31788
 
31760
31789
  @property
31761
31790
  def SuperResolution(self):
@@ -31769,11 +31798,56 @@ class ImageEnhanceConfig(AbstractModel):
31769
31798
  def SuperResolution(self, SuperResolution):
31770
31799
  self._SuperResolution = SuperResolution
31771
31800
 
31801
+ @property
31802
+ def ColorEnhance(self):
31803
+ """色彩增强配置。
31804
+ 注意:此字段可能返回 null,表示取不到有效值。
31805
+ :rtype: :class:`tencentcloud.mps.v20190612.models.ColorEnhanceConfig`
31806
+ """
31807
+ return self._ColorEnhance
31808
+
31809
+ @ColorEnhance.setter
31810
+ def ColorEnhance(self, ColorEnhance):
31811
+ self._ColorEnhance = ColorEnhance
31812
+
31813
+ @property
31814
+ def SharpEnhance(self):
31815
+ """细节增强配置。
31816
+ 注意:此字段可能返回 null,表示取不到有效值。
31817
+ :rtype: :class:`tencentcloud.mps.v20190612.models.SharpEnhanceConfig`
31818
+ """
31819
+ return self._SharpEnhance
31820
+
31821
+ @SharpEnhance.setter
31822
+ def SharpEnhance(self, SharpEnhance):
31823
+ self._SharpEnhance = SharpEnhance
31824
+
31825
+ @property
31826
+ def FaceEnhance(self):
31827
+ """人脸增强配置。
31828
+ 注意:此字段可能返回 null,表示取不到有效值。
31829
+ :rtype: :class:`tencentcloud.mps.v20190612.models.FaceEnhanceConfig`
31830
+ """
31831
+ return self._FaceEnhance
31832
+
31833
+ @FaceEnhance.setter
31834
+ def FaceEnhance(self, FaceEnhance):
31835
+ self._FaceEnhance = FaceEnhance
31836
+
31772
31837
 
31773
31838
  def _deserialize(self, params):
31774
31839
  if params.get("SuperResolution") is not None:
31775
31840
  self._SuperResolution = SuperResolutionConfig()
31776
31841
  self._SuperResolution._deserialize(params.get("SuperResolution"))
31842
+ if params.get("ColorEnhance") is not None:
31843
+ self._ColorEnhance = ColorEnhanceConfig()
31844
+ self._ColorEnhance._deserialize(params.get("ColorEnhance"))
31845
+ if params.get("SharpEnhance") is not None:
31846
+ self._SharpEnhance = SharpEnhanceConfig()
31847
+ self._SharpEnhance._deserialize(params.get("SharpEnhance"))
31848
+ if params.get("FaceEnhance") is not None:
31849
+ self._FaceEnhance = FaceEnhanceConfig()
31850
+ self._FaceEnhance._deserialize(params.get("FaceEnhance"))
31777
31851
  memeber_set = set(params.keys())
31778
31852
  for name, value in vars(self).items():
31779
31853
  property_name = name[1:]
@@ -44000,6 +44074,7 @@ class ParseLiveStreamProcessNotificationResponse(AbstractModel):
44000
44074
  <li>AiReviewResult:内容审核结果;</li>
44001
44075
  <li>AiRecognitionResult:内容识别结果;</li>
44002
44076
  <li>LiveRecordResult:直播录制结果;</li>
44077
+ <li>AiQualityControlResult:媒体质检结果;</li>
44003
44078
  <li>ProcessEof:直播流处理结束。</li>
44004
44079
  :type NotificationType: str
44005
44080
  :param _TaskId: 视频处理任务 ID。
@@ -44026,6 +44101,12 @@ class ParseLiveStreamProcessNotificationResponse(AbstractModel):
44026
44101
  :type SessionId: str
44027
44102
  :param _SessionContext: 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长1000个字符。
44028
44103
  :type SessionContext: str
44104
+ :param _Timestamp: - 过期时间,事件通知签名过期 UNIX 时间戳。 - 来自媒体处理的消息通知默认过期时间是10分钟,如果一条消息通知中的 Timestamp 值所指定的时间已经过期,则可以判定这条通知无效,进而可以防止网络重放攻击。 - Timestamp 的格式为十进制 UNIX 时间戳,即从1970年01月01日(UTC/GMT 的午夜)开始所经过的秒数。
44105
+ 注意:此字段可能返回 null,表示取不到有效值。
44106
+ :type Timestamp: int
44107
+ :param _Sign: 事件通知安全签名 Sign = MD5(Timestamp + NotifyKey)。说明:媒体处理把Timestamp 和 TaskNotifyConfig 里面的NotifyKey 进行字符串拼接后通过 MD5 计算得出 Sign 值,并将其放在通知消息里,您的后台服务器在收到通知消息后可以根据同样的算法确认 Sign 是否正确,进而确认消息是否确实来自媒体处理后台。
44108
+ 注意:此字段可能返回 null,表示取不到有效值。
44109
+ :type Sign: str
44029
44110
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
44030
44111
  :type RequestId: str
44031
44112
  """
@@ -44039,6 +44120,8 @@ class ParseLiveStreamProcessNotificationResponse(AbstractModel):
44039
44120
  self._LiveRecordResultInfo = None
44040
44121
  self._SessionId = None
44041
44122
  self._SessionContext = None
44123
+ self._Timestamp = None
44124
+ self._Sign = None
44042
44125
  self._RequestId = None
44043
44126
 
44044
44127
  @property
@@ -44047,6 +44130,7 @@ class ParseLiveStreamProcessNotificationResponse(AbstractModel):
44047
44130
  <li>AiReviewResult:内容审核结果;</li>
44048
44131
  <li>AiRecognitionResult:内容识别结果;</li>
44049
44132
  <li>LiveRecordResult:直播录制结果;</li>
44133
+ <li>AiQualityControlResult:媒体质检结果;</li>
44050
44134
  <li>ProcessEof:直播流处理结束。</li>
44051
44135
  :rtype: str
44052
44136
  """
@@ -44161,6 +44245,30 @@ class ParseLiveStreamProcessNotificationResponse(AbstractModel):
44161
44245
  def SessionContext(self, SessionContext):
44162
44246
  self._SessionContext = SessionContext
44163
44247
 
44248
+ @property
44249
+ def Timestamp(self):
44250
+ """- 过期时间,事件通知签名过期 UNIX 时间戳。 - 来自媒体处理的消息通知默认过期时间是10分钟,如果一条消息通知中的 Timestamp 值所指定的时间已经过期,则可以判定这条通知无效,进而可以防止网络重放攻击。 - Timestamp 的格式为十进制 UNIX 时间戳,即从1970年01月01日(UTC/GMT 的午夜)开始所经过的秒数。
44251
+ 注意:此字段可能返回 null,表示取不到有效值。
44252
+ :rtype: int
44253
+ """
44254
+ return self._Timestamp
44255
+
44256
+ @Timestamp.setter
44257
+ def Timestamp(self, Timestamp):
44258
+ self._Timestamp = Timestamp
44259
+
44260
+ @property
44261
+ def Sign(self):
44262
+ """事件通知安全签名 Sign = MD5(Timestamp + NotifyKey)。说明:媒体处理把Timestamp 和 TaskNotifyConfig 里面的NotifyKey 进行字符串拼接后通过 MD5 计算得出 Sign 值,并将其放在通知消息里,您的后台服务器在收到通知消息后可以根据同样的算法确认 Sign 是否正确,进而确认消息是否确实来自媒体处理后台。
44263
+ 注意:此字段可能返回 null,表示取不到有效值。
44264
+ :rtype: str
44265
+ """
44266
+ return self._Sign
44267
+
44268
+ @Sign.setter
44269
+ def Sign(self, Sign):
44270
+ self._Sign = Sign
44271
+
44164
44272
  @property
44165
44273
  def RequestId(self):
44166
44274
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -44196,6 +44304,8 @@ class ParseLiveStreamProcessNotificationResponse(AbstractModel):
44196
44304
  self._LiveRecordResultInfo._deserialize(params.get("LiveRecordResultInfo"))
44197
44305
  self._SessionId = params.get("SessionId")
44198
44306
  self._SessionContext = params.get("SessionContext")
44307
+ self._Timestamp = params.get("Timestamp")
44308
+ self._Sign = params.get("Sign")
44199
44309
  self._RequestId = params.get("RequestId")
44200
44310
 
44201
44311