tencentcloud-sdk-python 3.0.1274__py2.py3-none-any.whl → 3.0.1276__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/apigateway/v20180808/apigateway_client.py +46 -0
- tencentcloud/apigateway/v20180808/models.py +362 -0
- tencentcloud/autoscaling/v20180419/models.py +28 -11
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/bi/v20220105/bi_client.py +46 -0
- tencentcloud/bi/v20220105/errorcodes.py +3 -0
- tencentcloud/bi/v20220105/models.py +701 -24
- tencentcloud/billing/v20180709/models.py +150 -34
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwch/v20200915/errorcodes.py +6 -0
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/cloudhsm/v20191112/models.py +10 -170
- tencentcloud/cls/v20201016/cls_client.py +1 -1
- tencentcloud/cls/v20201016/models.py +10 -4
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/models.py +664 -0
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/models.py +226 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +244 -2
- tencentcloud/essbasic/v20210526/models.py +239 -4
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +2 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +595 -4
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/errorcodes.py +2 -2
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/lcic_client.py +46 -0
- tencentcloud/lcic/v20220817/models.py +494 -12
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +162 -1
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -19
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +156 -2313
- tencentcloud/ocr/v20181119/ocr_client.py +0 -190
- tencentcloud/organization/v20210331/models.py +4 -354
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/errorcodes.py +15 -0
- tencentcloud/trtc/v20190722/models.py +448 -0
- tencentcloud/trtc/v20190722/trtc_client.py +47 -0
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +156 -10
- tencentcloud/vclm/v20240523/vclm_client.py +23 -0
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +272 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/RECORD +88 -83
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/top_level.txt +0 -0
@@ -373,9 +373,13 @@ class AudioData(AbstractModel):
|
|
373
373
|
:type AudioInfoSet: list of AudioInfo
|
374
374
|
:param _TextTagSet: 音频识别标签数据
|
375
375
|
:type TextTagSet: :class:`tencentcloud.ivld.v20210903.models.MultiLevelTag`
|
376
|
+
:param _WebMediaURL: 音频下载地址
|
377
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
378
|
+
:type WebMediaURL: str
|
376
379
|
"""
|
377
380
|
self._AudioInfoSet = None
|
378
381
|
self._TextTagSet = None
|
382
|
+
self._WebMediaURL = None
|
379
383
|
|
380
384
|
@property
|
381
385
|
def AudioInfoSet(self):
|
@@ -400,6 +404,18 @@ class AudioData(AbstractModel):
|
|
400
404
|
def TextTagSet(self, TextTagSet):
|
401
405
|
self._TextTagSet = TextTagSet
|
402
406
|
|
407
|
+
@property
|
408
|
+
def WebMediaURL(self):
|
409
|
+
"""音频下载地址
|
410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
411
|
+
:rtype: str
|
412
|
+
"""
|
413
|
+
return self._WebMediaURL
|
414
|
+
|
415
|
+
@WebMediaURL.setter
|
416
|
+
def WebMediaURL(self, WebMediaURL):
|
417
|
+
self._WebMediaURL = WebMediaURL
|
418
|
+
|
403
419
|
|
404
420
|
def _deserialize(self, params):
|
405
421
|
if params.get("AudioInfoSet") is not None:
|
@@ -411,6 +427,7 @@ class AudioData(AbstractModel):
|
|
411
427
|
if params.get("TextTagSet") is not None:
|
412
428
|
self._TextTagSet = MultiLevelTag()
|
413
429
|
self._TextTagSet._deserialize(params.get("TextTagSet"))
|
430
|
+
self._WebMediaURL = params.get("WebMediaURL")
|
414
431
|
memeber_set = set(params.keys())
|
415
432
|
for name, value in vars(self).items():
|
416
433
|
property_name = name[1:]
|
@@ -527,6 +544,12 @@ class AudioMetadata(AbstractModel):
|
|
527
544
|
:param _Format: 媒资音频文件格式
|
528
545
|
注意:此字段可能返回 null,表示取不到有效值。
|
529
546
|
:type Format: str
|
547
|
+
:param _BitDepth: Audio Bit Depth: 16/24 bit .etc
|
548
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
549
|
+
:type BitDepth: int
|
550
|
+
:param _ShortFormat: 封装格式短后缀
|
551
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
552
|
+
:type ShortFormat: str
|
530
553
|
"""
|
531
554
|
self._FileSize = None
|
532
555
|
self._MD5 = None
|
@@ -534,6 +557,8 @@ class AudioMetadata(AbstractModel):
|
|
534
557
|
self._SampleRate = None
|
535
558
|
self._BitRate = None
|
536
559
|
self._Format = None
|
560
|
+
self._BitDepth = None
|
561
|
+
self._ShortFormat = None
|
537
562
|
|
538
563
|
@property
|
539
564
|
def FileSize(self):
|
@@ -607,6 +632,30 @@ class AudioMetadata(AbstractModel):
|
|
607
632
|
def Format(self, Format):
|
608
633
|
self._Format = Format
|
609
634
|
|
635
|
+
@property
|
636
|
+
def BitDepth(self):
|
637
|
+
"""Audio Bit Depth: 16/24 bit .etc
|
638
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
639
|
+
:rtype: int
|
640
|
+
"""
|
641
|
+
return self._BitDepth
|
642
|
+
|
643
|
+
@BitDepth.setter
|
644
|
+
def BitDepth(self, BitDepth):
|
645
|
+
self._BitDepth = BitDepth
|
646
|
+
|
647
|
+
@property
|
648
|
+
def ShortFormat(self):
|
649
|
+
"""封装格式短后缀
|
650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
651
|
+
:rtype: str
|
652
|
+
"""
|
653
|
+
return self._ShortFormat
|
654
|
+
|
655
|
+
@ShortFormat.setter
|
656
|
+
def ShortFormat(self, ShortFormat):
|
657
|
+
self._ShortFormat = ShortFormat
|
658
|
+
|
610
659
|
|
611
660
|
def _deserialize(self, params):
|
612
661
|
self._FileSize = params.get("FileSize")
|
@@ -615,6 +664,8 @@ class AudioMetadata(AbstractModel):
|
|
615
664
|
self._SampleRate = params.get("SampleRate")
|
616
665
|
self._BitRate = params.get("BitRate")
|
617
666
|
self._Format = params.get("Format")
|
667
|
+
self._BitDepth = params.get("BitDepth")
|
668
|
+
self._ShortFormat = params.get("ShortFormat")
|
618
669
|
memeber_set = set(params.keys())
|
619
670
|
for name, value in vars(self).items():
|
620
671
|
property_name = name[1:]
|
@@ -1040,7 +1091,7 @@ class CreateTaskRequest(AbstractModel):
|
|
1040
1091
|
|
1041
1092
|
def __init__(self):
|
1042
1093
|
r"""
|
1043
|
-
:param _MediaId: 媒资文件ID
|
1094
|
+
:param _MediaId: 媒资文件ID
|
1044
1095
|
:type MediaId: str
|
1045
1096
|
:param _MediaPreknownInfo: 媒资素材先验知识,相关限制参考MediaPreknownInfo
|
1046
1097
|
:type MediaPreknownInfo: :class:`tencentcloud.ivld.v20210903.models.MediaPreknownInfo`
|
@@ -1062,7 +1113,7 @@ class CreateTaskRequest(AbstractModel):
|
|
1062
1113
|
|
1063
1114
|
@property
|
1064
1115
|
def MediaId(self):
|
1065
|
-
"""媒资文件ID
|
1116
|
+
"""媒资文件ID
|
1066
1117
|
:rtype: str
|
1067
1118
|
"""
|
1068
1119
|
return self._MediaId
|
@@ -1810,7 +1861,7 @@ class DeleteCustomCategoryResponse(AbstractModel):
|
|
1810
1861
|
|
1811
1862
|
def __init__(self):
|
1812
1863
|
r"""
|
1813
|
-
:param _CategoryId:
|
1864
|
+
:param _CategoryId: 自定义分类ID
|
1814
1865
|
:type CategoryId: str
|
1815
1866
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1816
1867
|
:type RequestId: str
|
@@ -1820,7 +1871,7 @@ class DeleteCustomCategoryResponse(AbstractModel):
|
|
1820
1871
|
|
1821
1872
|
@property
|
1822
1873
|
def CategoryId(self):
|
1823
|
-
"""
|
1874
|
+
"""自定义分类ID
|
1824
1875
|
:rtype: str
|
1825
1876
|
"""
|
1826
1877
|
return self._CategoryId
|
@@ -2533,14 +2584,14 @@ class DescribeMediaRequest(AbstractModel):
|
|
2533
2584
|
|
2534
2585
|
def __init__(self):
|
2535
2586
|
r"""
|
2536
|
-
:param _MediaId: 导入媒资返回的媒资ID
|
2587
|
+
:param _MediaId: 导入媒资返回的媒资ID
|
2537
2588
|
:type MediaId: str
|
2538
2589
|
"""
|
2539
2590
|
self._MediaId = None
|
2540
2591
|
|
2541
2592
|
@property
|
2542
2593
|
def MediaId(self):
|
2543
|
-
"""导入媒资返回的媒资ID
|
2594
|
+
"""导入媒资返回的媒资ID
|
2544
2595
|
:rtype: str
|
2545
2596
|
"""
|
2546
2597
|
return self._MediaId
|
@@ -2925,14 +2976,14 @@ class DescribeTaskRequest(AbstractModel):
|
|
2925
2976
|
|
2926
2977
|
def __init__(self):
|
2927
2978
|
r"""
|
2928
|
-
:param _TaskId: CreateTask返回的任务ID
|
2979
|
+
:param _TaskId: CreateTask返回的任务ID
|
2929
2980
|
:type TaskId: str
|
2930
2981
|
"""
|
2931
2982
|
self._TaskId = None
|
2932
2983
|
|
2933
2984
|
@property
|
2934
2985
|
def TaskId(self):
|
2935
|
-
"""CreateTask返回的任务ID
|
2986
|
+
"""CreateTask返回的任务ID
|
2936
2987
|
:rtype: str
|
2937
2988
|
"""
|
2938
2989
|
return self._TaskId
|
@@ -3801,11 +3852,11 @@ class ImportMediaRequest(AbstractModel):
|
|
3801
3852
|
|
3802
3853
|
def __init__(self):
|
3803
3854
|
r"""
|
3804
|
-
:param _URL: 待分析视频的URL,目前只支持*不带签名的*COS
|
3855
|
+
:param _URL: 待分析视频的URL,目前只支持*不带签名的*COS地址,字段输入内容最大为1KB
|
3805
3856
|
:type URL: str
|
3806
|
-
:param _MD5: 待分析视频的MD5,为空时不做校验,否则会做MD5校验,长度必须为
|
3857
|
+
:param _MD5: 待分析视频的MD5,为空时不做校验,否则会做MD5校验,长度必须为32
|
3807
3858
|
:type MD5: str
|
3808
|
-
:param _Name:
|
3859
|
+
:param _Name: 待分析视频的名称,指定后可支持筛选,视频名称的大小长度不能超过64
|
3809
3860
|
:type Name: str
|
3810
3861
|
:param _WriteBackCosPath: 当非本人外部视频地址导入时,该字段为转存的cos桶地址且不可为空; 示例:https://${Bucket}-${AppId}.cos.${Region}.myqcloud.com/${PathPrefix}/ (注意,cos路径需要以/分隔符结尾)。
|
3811
3862
|
推荐采用本主帐号COS桶,如果使用其他帐号COS桶,请确保COS桶可写,否则可导致分析失败
|
@@ -3828,7 +3879,7 @@ class ImportMediaRequest(AbstractModel):
|
|
3828
3879
|
|
3829
3880
|
@property
|
3830
3881
|
def URL(self):
|
3831
|
-
"""待分析视频的URL,目前只支持*不带签名的*COS
|
3882
|
+
"""待分析视频的URL,目前只支持*不带签名的*COS地址,字段输入内容最大为1KB
|
3832
3883
|
:rtype: str
|
3833
3884
|
"""
|
3834
3885
|
return self._URL
|
@@ -3839,7 +3890,7 @@ class ImportMediaRequest(AbstractModel):
|
|
3839
3890
|
|
3840
3891
|
@property
|
3841
3892
|
def MD5(self):
|
3842
|
-
"""待分析视频的MD5,为空时不做校验,否则会做MD5校验,长度必须为
|
3893
|
+
"""待分析视频的MD5,为空时不做校验,否则会做MD5校验,长度必须为32
|
3843
3894
|
:rtype: str
|
3844
3895
|
"""
|
3845
3896
|
return self._MD5
|
@@ -3850,7 +3901,7 @@ class ImportMediaRequest(AbstractModel):
|
|
3850
3901
|
|
3851
3902
|
@property
|
3852
3903
|
def Name(self):
|
3853
|
-
"""
|
3904
|
+
"""待分析视频的名称,指定后可支持筛选,视频名称的大小长度不能超过64
|
3854
3905
|
:rtype: str
|
3855
3906
|
"""
|
3856
3907
|
return self._Name
|
@@ -4245,7 +4296,6 @@ class L3Tag(AbstractModel):
|
|
4245
4296
|
class MediaFilter(AbstractModel):
|
4246
4297
|
"""媒资过滤条件
|
4247
4298
|
|
4248
|
-
|
4249
4299
|
"""
|
4250
4300
|
|
4251
4301
|
def __init__(self):
|
@@ -5201,12 +5251,16 @@ class PersonInfo(AbstractModel):
|
|
5201
5251
|
:param _AppearRect: 人脸在图片中的位置,仅在图片标签任务有效
|
5202
5252
|
注意:此字段可能返回 null,表示取不到有效值。
|
5203
5253
|
:type AppearRect: :class:`tencentcloud.ivld.v20210903.models.Rectf`
|
5254
|
+
:param _PersonId: 人物的personId
|
5255
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5256
|
+
:type PersonId: str
|
5204
5257
|
"""
|
5205
5258
|
self._Name = None
|
5206
5259
|
self._Job = None
|
5207
5260
|
self._FirstAppear = None
|
5208
5261
|
self._AppearInfo = None
|
5209
5262
|
self._AppearRect = None
|
5263
|
+
self._PersonId = None
|
5210
5264
|
|
5211
5265
|
@property
|
5212
5266
|
def Name(self):
|
@@ -5264,6 +5318,18 @@ class PersonInfo(AbstractModel):
|
|
5264
5318
|
def AppearRect(self, AppearRect):
|
5265
5319
|
self._AppearRect = AppearRect
|
5266
5320
|
|
5321
|
+
@property
|
5322
|
+
def PersonId(self):
|
5323
|
+
"""人物的personId
|
5324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5325
|
+
:rtype: str
|
5326
|
+
"""
|
5327
|
+
return self._PersonId
|
5328
|
+
|
5329
|
+
@PersonId.setter
|
5330
|
+
def PersonId(self, PersonId):
|
5331
|
+
self._PersonId = PersonId
|
5332
|
+
|
5267
5333
|
|
5268
5334
|
def _deserialize(self, params):
|
5269
5335
|
self._Name = params.get("Name")
|
@@ -5275,6 +5341,7 @@ class PersonInfo(AbstractModel):
|
|
5275
5341
|
if params.get("AppearRect") is not None:
|
5276
5342
|
self._AppearRect = Rectf()
|
5277
5343
|
self._AppearRect._deserialize(params.get("AppearRect"))
|
5344
|
+
self._PersonId = params.get("PersonId")
|
5278
5345
|
memeber_set = set(params.keys())
|
5279
5346
|
for name, value in vars(self).items():
|
5280
5347
|
property_name = name[1:]
|
@@ -6532,10 +6599,14 @@ class TextData(AbstractModel):
|
|
6532
6599
|
:param _TextTagSet: 文本标签信息
|
6533
6600
|
注意:此字段可能返回 null,表示取不到有效值。
|
6534
6601
|
:type TextTagSet: :class:`tencentcloud.ivld.v20210903.models.MultiLevelTag`
|
6602
|
+
:param _WebMediaURL: 文档下载地址
|
6603
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6604
|
+
:type WebMediaURL: str
|
6535
6605
|
"""
|
6536
6606
|
self._Content = None
|
6537
6607
|
self._Summary = None
|
6538
6608
|
self._TextTagSet = None
|
6609
|
+
self._WebMediaURL = None
|
6539
6610
|
|
6540
6611
|
@property
|
6541
6612
|
def Content(self):
|
@@ -6573,6 +6644,18 @@ class TextData(AbstractModel):
|
|
6573
6644
|
def TextTagSet(self, TextTagSet):
|
6574
6645
|
self._TextTagSet = TextTagSet
|
6575
6646
|
|
6647
|
+
@property
|
6648
|
+
def WebMediaURL(self):
|
6649
|
+
"""文档下载地址
|
6650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6651
|
+
:rtype: str
|
6652
|
+
"""
|
6653
|
+
return self._WebMediaURL
|
6654
|
+
|
6655
|
+
@WebMediaURL.setter
|
6656
|
+
def WebMediaURL(self, WebMediaURL):
|
6657
|
+
self._WebMediaURL = WebMediaURL
|
6658
|
+
|
6576
6659
|
|
6577
6660
|
def _deserialize(self, params):
|
6578
6661
|
self._Content = params.get("Content")
|
@@ -6580,6 +6663,7 @@ class TextData(AbstractModel):
|
|
6580
6663
|
if params.get("TextTagSet") is not None:
|
6581
6664
|
self._TextTagSet = MultiLevelTag()
|
6582
6665
|
self._TextTagSet._deserialize(params.get("TextTagSet"))
|
6666
|
+
self._WebMediaURL = params.get("WebMediaURL")
|
6583
6667
|
memeber_set = set(params.keys())
|
6584
6668
|
for name, value in vars(self).items():
|
6585
6669
|
property_name = name[1:]
|
@@ -6690,11 +6774,15 @@ class TextMetadata(AbstractModel):
|
|
6690
6774
|
:param _Format: 媒资文本文件格式
|
6691
6775
|
注意:此字段可能返回 null,表示取不到有效值。
|
6692
6776
|
:type Format: str
|
6777
|
+
:param _ShortFormat: 封装格式短后缀
|
6778
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6779
|
+
:type ShortFormat: str
|
6693
6780
|
"""
|
6694
6781
|
self._FileSize = None
|
6695
6782
|
self._MD5 = None
|
6696
6783
|
self._Length = None
|
6697
6784
|
self._Format = None
|
6785
|
+
self._ShortFormat = None
|
6698
6786
|
|
6699
6787
|
@property
|
6700
6788
|
def FileSize(self):
|
@@ -6744,12 +6832,25 @@ class TextMetadata(AbstractModel):
|
|
6744
6832
|
def Format(self, Format):
|
6745
6833
|
self._Format = Format
|
6746
6834
|
|
6835
|
+
@property
|
6836
|
+
def ShortFormat(self):
|
6837
|
+
"""封装格式短后缀
|
6838
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6839
|
+
:rtype: str
|
6840
|
+
"""
|
6841
|
+
return self._ShortFormat
|
6842
|
+
|
6843
|
+
@ShortFormat.setter
|
6844
|
+
def ShortFormat(self, ShortFormat):
|
6845
|
+
self._ShortFormat = ShortFormat
|
6846
|
+
|
6747
6847
|
|
6748
6848
|
def _deserialize(self, params):
|
6749
6849
|
self._FileSize = params.get("FileSize")
|
6750
6850
|
self._MD5 = params.get("MD5")
|
6751
6851
|
self._Length = params.get("Length")
|
6752
6852
|
self._Format = params.get("Format")
|
6853
|
+
self._ShortFormat = params.get("ShortFormat")
|
6753
6854
|
memeber_set = set(params.keys())
|
6754
6855
|
for name, value in vars(self).items():
|
6755
6856
|
property_name = name[1:]
|
@@ -6811,9 +6912,13 @@ class UnknownPerson(AbstractModel):
|
|
6811
6912
|
:param _PutLibraryAllowed: 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库)
|
6812
6913
|
注意:此字段可能返回 null,表示取不到有效值。
|
6813
6914
|
:type PutLibraryAllowed: bool
|
6915
|
+
:param _AuditClass: 内容审核结果: 0-正常;1-涉政;其他待确定
|
6916
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6917
|
+
:type AuditClass: int
|
6814
6918
|
"""
|
6815
6919
|
self._VideoAppearSet = None
|
6816
6920
|
self._PutLibraryAllowed = None
|
6921
|
+
self._AuditClass = None
|
6817
6922
|
|
6818
6923
|
@property
|
6819
6924
|
def VideoAppearSet(self):
|
@@ -6839,6 +6944,18 @@ class UnknownPerson(AbstractModel):
|
|
6839
6944
|
def PutLibraryAllowed(self, PutLibraryAllowed):
|
6840
6945
|
self._PutLibraryAllowed = PutLibraryAllowed
|
6841
6946
|
|
6947
|
+
@property
|
6948
|
+
def AuditClass(self):
|
6949
|
+
"""内容审核结果: 0-正常;1-涉政;其他待确定
|
6950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6951
|
+
:rtype: int
|
6952
|
+
"""
|
6953
|
+
return self._AuditClass
|
6954
|
+
|
6955
|
+
@AuditClass.setter
|
6956
|
+
def AuditClass(self, AuditClass):
|
6957
|
+
self._AuditClass = AuditClass
|
6958
|
+
|
6842
6959
|
|
6843
6960
|
def _deserialize(self, params):
|
6844
6961
|
if params.get("VideoAppearSet") is not None:
|
@@ -6848,6 +6965,7 @@ class UnknownPerson(AbstractModel):
|
|
6848
6965
|
obj._deserialize(item)
|
6849
6966
|
self._VideoAppearSet.append(obj)
|
6850
6967
|
self._PutLibraryAllowed = params.get("PutLibraryAllowed")
|
6968
|
+
self._AuditClass = params.get("AuditClass")
|
6851
6969
|
memeber_set = set(params.keys())
|
6852
6970
|
for name, value in vars(self).items():
|
6853
6971
|
property_name = name[1:]
|
@@ -764,6 +764,29 @@ class LcicClient(AbstractClient):
|
|
764
764
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
765
765
|
|
766
766
|
|
767
|
+
def DescribeMarquee(self, request):
|
768
|
+
"""查询跑马灯配置
|
769
|
+
|
770
|
+
:param request: Request instance for DescribeMarquee.
|
771
|
+
:type request: :class:`tencentcloud.lcic.v20220817.models.DescribeMarqueeRequest`
|
772
|
+
:rtype: :class:`tencentcloud.lcic.v20220817.models.DescribeMarqueeResponse`
|
773
|
+
|
774
|
+
"""
|
775
|
+
try:
|
776
|
+
params = request._serialize()
|
777
|
+
headers = request.headers
|
778
|
+
body = self.call("DescribeMarquee", params, headers=headers)
|
779
|
+
response = json.loads(body)
|
780
|
+
model = models.DescribeMarqueeResponse()
|
781
|
+
model._deserialize(response["Response"])
|
782
|
+
return model
|
783
|
+
except Exception as e:
|
784
|
+
if isinstance(e, TencentCloudSDKException):
|
785
|
+
raise
|
786
|
+
else:
|
787
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
788
|
+
|
789
|
+
|
767
790
|
def DescribeQuestionList(self, request):
|
768
791
|
"""获取房间提问列表
|
769
792
|
|
@@ -1387,6 +1410,29 @@ class LcicClient(AbstractClient):
|
|
1387
1410
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1388
1411
|
|
1389
1412
|
|
1413
|
+
def SetMarquee(self, request):
|
1414
|
+
"""设置跑马灯参数设置
|
1415
|
+
|
1416
|
+
:param request: Request instance for SetMarquee.
|
1417
|
+
:type request: :class:`tencentcloud.lcic.v20220817.models.SetMarqueeRequest`
|
1418
|
+
:rtype: :class:`tencentcloud.lcic.v20220817.models.SetMarqueeResponse`
|
1419
|
+
|
1420
|
+
"""
|
1421
|
+
try:
|
1422
|
+
params = request._serialize()
|
1423
|
+
headers = request.headers
|
1424
|
+
body = self.call("SetMarquee", params, headers=headers)
|
1425
|
+
response = json.loads(body)
|
1426
|
+
model = models.SetMarqueeResponse()
|
1427
|
+
model._deserialize(response["Response"])
|
1428
|
+
return model
|
1429
|
+
except Exception as e:
|
1430
|
+
if isinstance(e, TencentCloudSDKException):
|
1431
|
+
raise
|
1432
|
+
else:
|
1433
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1434
|
+
|
1435
|
+
|
1390
1436
|
def SetWatermark(self, request):
|
1391
1437
|
"""设置水印
|
1392
1438
|
|