tencentcloud-sdk-python-vod 3.0.1464__tar.gz → 3.1.8__tar.gz

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 (24) hide show
  1. tencentcloud_sdk_python_vod-3.1.8/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/setup.py +2 -1
  3. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/models.py +257 -2
  5. tencentcloud_sdk_python_vod-3.1.8/tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  6. tencentcloud_sdk_python_vod-3.1.8/tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  7. tencentcloud_sdk_python_vod-3.1.8/tencentcloud_sdk_python_vod.egg-info/PKG-INFO +46 -0
  8. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud_sdk_python_vod.egg-info/SOURCES.txt +2 -0
  9. tencentcloud_sdk_python_vod-3.1.8/tencentcloud_sdk_python_vod.egg-info/requires.txt +1 -0
  10. tencentcloud-sdk-python-vod-3.0.1464/PKG-INFO +0 -45
  11. tencentcloud-sdk-python-vod-3.0.1464/tencentcloud_sdk_python_vod.egg-info/PKG-INFO +0 -45
  12. tencentcloud-sdk-python-vod-3.0.1464/tencentcloud_sdk_python_vod.egg-info/requires.txt +0 -1
  13. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/README.rst +0 -0
  14. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/setup.cfg +0 -0
  15. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/__init__.py +0 -0
  16. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/__init__.py +0 -0
  17. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/vod_client.py +0 -0
  19. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/__init__.py +0 -0
  20. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/errorcodes.py +0 -0
  21. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/models.py +0 -0
  22. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/vod_client.py +0 -0
  23. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud_sdk_python_vod.egg-info/dependency_links.txt +0 -0
  24. {tencentcloud-sdk-python-vod-3.0.1464 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud_sdk_python_vod.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-vod
3
+ Version: 3.1.8
4
+ Summary: Tencent Cloud Vod SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Vod SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-vod
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common vod
46
+
@@ -8,7 +8,8 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-vod',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1464,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.8,<4.0.0"],
12
+
12
13
  version=tencentcloud.__version__,
13
14
  description='Tencent Cloud Vod SDK for Python',
14
15
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1464'
17
+ __version__ = '3.1.8'
@@ -31869,7 +31869,7 @@ class DescribeTaskDetailResponse(AbstractModel):
31869
31869
 
31870
31870
  def __init__(self):
31871
31871
  r"""
31872
- :param _TaskType: 任务类型,取值:<li>Procedure:视频处理任务;</li><li>EditMedia:视频编辑任务;</li><li>SplitMedia:视频拆条任务;</li><li>ComposeMedia:制作媒体文件任务;</li><li>WechatPublish:微信发布任务;</li><li>WechatMiniProgramPublish:微信小程序视频发布任务;</li><li>PullUpload:拉取上传媒体文件任务;</li><li>FastClipMedia:快速剪辑任务;</li><li>RemoveWatermarkTask:智能去除水印任务;</li><li>DescribeFileAttributesTask:获取文件属性任务;</li><li>RebuildMedia:音画质重生任务(不推荐使用);</li><li>ReviewAudioVideo:音视频审核任务;</li><li>ExtractTraceWatermark:提取溯源水印任务;</li><li>ExtractCopyRightWatermark:提取版权水印任务;</li><li>QualityInspect:音画质检测任务;</li><li>QualityEnhance:音画质重生任务;</li><li>ComplexAdaptiveDynamicStreaming:复杂自适应码流任务;</li><li>ProcessMediaByMPS:MPS 视频处理任务。</li>
31872
+ :param _TaskType: 任务类型,取值:<li>Procedure:视频处理任务;</li><li>EditMedia:视频编辑任务;</li><li>SplitMedia:视频拆条任务;</li><li>ComposeMedia:制作媒体文件任务;</li><li>WechatPublish:微信发布任务;</li><li>WechatMiniProgramPublish:微信小程序视频发布任务;</li><li>PullUpload:拉取上传媒体文件任务;</li><li>FastClipMedia:快速剪辑任务;</li><li>RemoveWatermarkTask:智能去除水印任务;</li><li>DescribeFileAttributesTask:获取文件属性任务;</li><li>RebuildMedia:音画质重生任务(不推荐使用);</li><li>ReviewAudioVideo:音视频审核任务;</li><li>ExtractTraceWatermark:提取溯源水印任务;</li><li>ExtractCopyRightWatermark:提取版权水印任务;</li><li>QualityInspect:音画质检测任务;</li><li>QualityEnhance:音画质重生任务;</li><li>ComplexAdaptiveDynamicStreaming:复杂自适应码流任务;</li><li>ProcessMediaByMPS:MPS 视频处理任务;</li><li>AigcImageTask:AIGC 生图任务;</li><li>AigcVideoTask:AIGC 生视频任务。</li>
31873
31873
  :type TaskType: str
31874
31874
  :param _Status: 任务状态,取值:
31875
31875
  <li>WAITING:等待中;</li>
@@ -31986,7 +31986,7 @@ class DescribeTaskDetailResponse(AbstractModel):
31986
31986
 
31987
31987
  @property
31988
31988
  def TaskType(self):
31989
- r"""任务类型,取值:<li>Procedure:视频处理任务;</li><li>EditMedia:视频编辑任务;</li><li>SplitMedia:视频拆条任务;</li><li>ComposeMedia:制作媒体文件任务;</li><li>WechatPublish:微信发布任务;</li><li>WechatMiniProgramPublish:微信小程序视频发布任务;</li><li>PullUpload:拉取上传媒体文件任务;</li><li>FastClipMedia:快速剪辑任务;</li><li>RemoveWatermarkTask:智能去除水印任务;</li><li>DescribeFileAttributesTask:获取文件属性任务;</li><li>RebuildMedia:音画质重生任务(不推荐使用);</li><li>ReviewAudioVideo:音视频审核任务;</li><li>ExtractTraceWatermark:提取溯源水印任务;</li><li>ExtractCopyRightWatermark:提取版权水印任务;</li><li>QualityInspect:音画质检测任务;</li><li>QualityEnhance:音画质重生任务;</li><li>ComplexAdaptiveDynamicStreaming:复杂自适应码流任务;</li><li>ProcessMediaByMPS:MPS 视频处理任务。</li>
31989
+ r"""任务类型,取值:<li>Procedure:视频处理任务;</li><li>EditMedia:视频编辑任务;</li><li>SplitMedia:视频拆条任务;</li><li>ComposeMedia:制作媒体文件任务;</li><li>WechatPublish:微信发布任务;</li><li>WechatMiniProgramPublish:微信小程序视频发布任务;</li><li>PullUpload:拉取上传媒体文件任务;</li><li>FastClipMedia:快速剪辑任务;</li><li>RemoveWatermarkTask:智能去除水印任务;</li><li>DescribeFileAttributesTask:获取文件属性任务;</li><li>RebuildMedia:音画质重生任务(不推荐使用);</li><li>ReviewAudioVideo:音视频审核任务;</li><li>ExtractTraceWatermark:提取溯源水印任务;</li><li>ExtractCopyRightWatermark:提取版权水印任务;</li><li>QualityInspect:音画质检测任务;</li><li>QualityEnhance:音画质重生任务;</li><li>ComplexAdaptiveDynamicStreaming:复杂自适应码流任务;</li><li>ProcessMediaByMPS:MPS 视频处理任务;</li><li>AigcImageTask:AIGC 生图任务;</li><li>AigcVideoTask:AIGC 生视频任务。</li>
31990
31990
  :rtype: str
31991
31991
  """
31992
31992
  return self._TaskType
@@ -35518,6 +35518,8 @@ class EventContent(AbstractModel):
35518
35518
  <li>PersistenceComplete:剪辑固化完成;</li>
35519
35519
  <li>ComplexAdaptiveDynamicStreamingComplete:复杂自适应码流任务完成。</li>
35520
35520
  <li>ProcessMediaByMPSComplete:MPS视频处理完成。</li>
35521
+ <li>AigcImageComplete:AIGC 生图任务完成。</li>
35522
+ <li>AigcVideoComplete:AIGC 生视频任务完成。</li>
35521
35523
  <b>兼容 2017 版的事件类型:</b>
35522
35524
  <li>TranscodeComplete:视频转码完成;</li>
35523
35525
  <li>ConcatComplete:视频拼接完成;</li>
@@ -35674,6 +35676,8 @@ class EventContent(AbstractModel):
35674
35676
  <li>PersistenceComplete:剪辑固化完成;</li>
35675
35677
  <li>ComplexAdaptiveDynamicStreamingComplete:复杂自适应码流任务完成。</li>
35676
35678
  <li>ProcessMediaByMPSComplete:MPS视频处理完成。</li>
35679
+ <li>AigcImageComplete:AIGC 生图任务完成。</li>
35680
+ <li>AigcVideoComplete:AIGC 生视频任务完成。</li>
35677
35681
  <b>兼容 2017 版的事件类型:</b>
35678
35682
  <li>TranscodeComplete:视频转码完成;</li>
35679
35683
  <li>ConcatComplete:视频拼接完成;</li>
@@ -41211,6 +41215,174 @@ class LowLightEnhanceInfo(AbstractModel):
41211
41215
 
41212
41216
 
41213
41217
 
41218
+ class MPSAiMediaInfo(AbstractModel):
41219
+ r"""使用MPS进行处理后的智能媒体信息
41220
+
41221
+ """
41222
+
41223
+ def __init__(self):
41224
+ r"""
41225
+ :param _AiMediaList: MPS处理后的智能媒体信息列表
41226
+ :type AiMediaList: list of MPSAiMediaItem
41227
+ """
41228
+ self._AiMediaList = None
41229
+
41230
+ @property
41231
+ def AiMediaList(self):
41232
+ r"""MPS处理后的智能媒体信息列表
41233
+ :rtype: list of MPSAiMediaItem
41234
+ """
41235
+ return self._AiMediaList
41236
+
41237
+ @AiMediaList.setter
41238
+ def AiMediaList(self, AiMediaList):
41239
+ self._AiMediaList = AiMediaList
41240
+
41241
+
41242
+ def _deserialize(self, params):
41243
+ if params.get("AiMediaList") is not None:
41244
+ self._AiMediaList = []
41245
+ for item in params.get("AiMediaList"):
41246
+ obj = MPSAiMediaItem()
41247
+ obj._deserialize(item)
41248
+ self._AiMediaList.append(obj)
41249
+ memeber_set = set(params.keys())
41250
+ for name, value in vars(self).items():
41251
+ property_name = name[1:]
41252
+ if property_name in memeber_set:
41253
+ memeber_set.remove(property_name)
41254
+ if len(memeber_set) > 0:
41255
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
41256
+
41257
+
41258
+
41259
+ class MPSAiMediaItem(AbstractModel):
41260
+ r"""MPS AI媒资任务项
41261
+
41262
+ """
41263
+
41264
+ def __init__(self):
41265
+ r"""
41266
+ :param _TaskType: MPS智能处理任务类型
41267
+ :type TaskType: str
41268
+ :param _AiMediaTasks: MPS 智能媒资任务输出
41269
+ :type AiMediaTasks: list of MPSAiMediaTask
41270
+ """
41271
+ self._TaskType = None
41272
+ self._AiMediaTasks = None
41273
+
41274
+ @property
41275
+ def TaskType(self):
41276
+ r"""MPS智能处理任务类型
41277
+ :rtype: str
41278
+ """
41279
+ return self._TaskType
41280
+
41281
+ @TaskType.setter
41282
+ def TaskType(self, TaskType):
41283
+ self._TaskType = TaskType
41284
+
41285
+ @property
41286
+ def AiMediaTasks(self):
41287
+ r"""MPS 智能媒资任务输出
41288
+ :rtype: list of MPSAiMediaTask
41289
+ """
41290
+ return self._AiMediaTasks
41291
+
41292
+ @AiMediaTasks.setter
41293
+ def AiMediaTasks(self, AiMediaTasks):
41294
+ self._AiMediaTasks = AiMediaTasks
41295
+
41296
+
41297
+ def _deserialize(self, params):
41298
+ self._TaskType = params.get("TaskType")
41299
+ if params.get("AiMediaTasks") is not None:
41300
+ self._AiMediaTasks = []
41301
+ for item in params.get("AiMediaTasks"):
41302
+ obj = MPSAiMediaTask()
41303
+ obj._deserialize(item)
41304
+ self._AiMediaTasks.append(obj)
41305
+ memeber_set = set(params.keys())
41306
+ for name, value in vars(self).items():
41307
+ property_name = name[1:]
41308
+ if property_name in memeber_set:
41309
+ memeber_set.remove(property_name)
41310
+ if len(memeber_set) > 0:
41311
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
41312
+
41313
+
41314
+
41315
+ class MPSAiMediaTask(AbstractModel):
41316
+ r"""MPS智能任务
41317
+
41318
+ """
41319
+
41320
+ def __init__(self):
41321
+ r"""
41322
+ :param _Definition: MPS智能任务的模板 ID
41323
+ :type Definition: int
41324
+ :param _OutputFile: MPS智能任务输出文件集合
41325
+ :type OutputFile: list of MPSOutputFileInfo
41326
+ :param _OutputText: MPS智能任务输出
41327
+ :type OutputText: str
41328
+ """
41329
+ self._Definition = None
41330
+ self._OutputFile = None
41331
+ self._OutputText = None
41332
+
41333
+ @property
41334
+ def Definition(self):
41335
+ r"""MPS智能任务的模板 ID
41336
+ :rtype: int
41337
+ """
41338
+ return self._Definition
41339
+
41340
+ @Definition.setter
41341
+ def Definition(self, Definition):
41342
+ self._Definition = Definition
41343
+
41344
+ @property
41345
+ def OutputFile(self):
41346
+ r"""MPS智能任务输出文件集合
41347
+ :rtype: list of MPSOutputFileInfo
41348
+ """
41349
+ return self._OutputFile
41350
+
41351
+ @OutputFile.setter
41352
+ def OutputFile(self, OutputFile):
41353
+ self._OutputFile = OutputFile
41354
+
41355
+ @property
41356
+ def OutputText(self):
41357
+ r"""MPS智能任务输出
41358
+ :rtype: str
41359
+ """
41360
+ return self._OutputText
41361
+
41362
+ @OutputText.setter
41363
+ def OutputText(self, OutputText):
41364
+ self._OutputText = OutputText
41365
+
41366
+
41367
+ def _deserialize(self, params):
41368
+ self._Definition = params.get("Definition")
41369
+ if params.get("OutputFile") is not None:
41370
+ self._OutputFile = []
41371
+ for item in params.get("OutputFile"):
41372
+ obj = MPSOutputFileInfo()
41373
+ obj._deserialize(item)
41374
+ self._OutputFile.append(obj)
41375
+ self._OutputText = params.get("OutputText")
41376
+ memeber_set = set(params.keys())
41377
+ for name, value in vars(self).items():
41378
+ property_name = name[1:]
41379
+ if property_name in memeber_set:
41380
+ memeber_set.remove(property_name)
41381
+ if len(memeber_set) > 0:
41382
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
41383
+
41384
+
41385
+
41214
41386
  class MPSOutputFile(AbstractModel):
41215
41387
  r"""用于描述 MPS 视频处理任务中的返回文件结果。
41216
41388
 
@@ -41324,6 +41496,57 @@ class MPSOutputFile(AbstractModel):
41324
41496
 
41325
41497
 
41326
41498
 
41499
+ class MPSOutputFileInfo(AbstractModel):
41500
+ r"""MPS输出文件信息
41501
+
41502
+ """
41503
+
41504
+ def __init__(self):
41505
+ r"""
41506
+ :param _FileType: MPS输出文件类型
41507
+ :type FileType: str
41508
+ :param _Url: MPS输出文件的URL
41509
+ :type Url: str
41510
+ """
41511
+ self._FileType = None
41512
+ self._Url = None
41513
+
41514
+ @property
41515
+ def FileType(self):
41516
+ r"""MPS输出文件类型
41517
+ :rtype: str
41518
+ """
41519
+ return self._FileType
41520
+
41521
+ @FileType.setter
41522
+ def FileType(self, FileType):
41523
+ self._FileType = FileType
41524
+
41525
+ @property
41526
+ def Url(self):
41527
+ r"""MPS输出文件的URL
41528
+ :rtype: str
41529
+ """
41530
+ return self._Url
41531
+
41532
+ @Url.setter
41533
+ def Url(self, Url):
41534
+ self._Url = Url
41535
+
41536
+
41537
+ def _deserialize(self, params):
41538
+ self._FileType = params.get("FileType")
41539
+ self._Url = params.get("Url")
41540
+ memeber_set = set(params.keys())
41541
+ for name, value in vars(self).items():
41542
+ property_name = name[1:]
41543
+ if property_name in memeber_set:
41544
+ memeber_set.remove(property_name)
41545
+ if len(memeber_set) > 0:
41546
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
41547
+
41548
+
41549
+
41327
41550
  class MPSSubTaskResult(AbstractModel):
41328
41551
  r"""MPS 具体子任务查询结果类型。
41329
41552
 
@@ -41446,8 +41669,11 @@ class MPSTaskOutput(AbstractModel):
41446
41669
  r"""
41447
41670
  :param _OutputFiles: 任务返回结果中的文件类型结果。如智能擦除中,擦除后的视频文件将被存入媒资,并在此字段中给出 FileId;基于画面提取的字幕文件 Url 将在此字段中给出。
41448
41671
  :type OutputFiles: list of MPSOutputFile
41672
+ :param _OutputText: 任务返回的结果JSON
41673
+ :type OutputText: str
41449
41674
  """
41450
41675
  self._OutputFiles = None
41676
+ self._OutputText = None
41451
41677
 
41452
41678
  @property
41453
41679
  def OutputFiles(self):
@@ -41460,6 +41686,17 @@ class MPSTaskOutput(AbstractModel):
41460
41686
  def OutputFiles(self, OutputFiles):
41461
41687
  self._OutputFiles = OutputFiles
41462
41688
 
41689
+ @property
41690
+ def OutputText(self):
41691
+ r"""任务返回的结果JSON
41692
+ :rtype: str
41693
+ """
41694
+ return self._OutputText
41695
+
41696
+ @OutputText.setter
41697
+ def OutputText(self, OutputText):
41698
+ self._OutputText = OutputText
41699
+
41463
41700
 
41464
41701
  def _deserialize(self, params):
41465
41702
  if params.get("OutputFiles") is not None:
@@ -41468,6 +41705,7 @@ class MPSTaskOutput(AbstractModel):
41468
41705
  obj = MPSOutputFile()
41469
41706
  obj._deserialize(item)
41470
41707
  self._OutputFiles.append(obj)
41708
+ self._OutputText = params.get("OutputText")
41471
41709
  memeber_set = set(params.keys())
41472
41710
  for name, value in vars(self).items():
41473
41711
  property_name = name[1:]
@@ -43715,6 +43953,8 @@ class MediaInfo(AbstractModel):
43715
43953
  :param _ReviewInfo: 审核信息。
43716
43954
  注意:此字段可能返回 null,表示取不到有效值。
43717
43955
  :type ReviewInfo: :class:`tencentcloud.vod.v20180717.models.FileReviewInfo`
43956
+ :param _MPSAiMediaInfo: MPS智能媒资信息
43957
+ :type MPSAiMediaInfo: :class:`tencentcloud.vod.v20180717.models.MPSAiMediaInfo`
43718
43958
  """
43719
43959
  self._BasicInfo = None
43720
43960
  self._MetaData = None
@@ -43729,6 +43969,7 @@ class MediaInfo(AbstractModel):
43729
43969
  self._SubtitleInfo = None
43730
43970
  self._FileId = None
43731
43971
  self._ReviewInfo = None
43972
+ self._MPSAiMediaInfo = None
43732
43973
 
43733
43974
  @property
43734
43975
  def BasicInfo(self):
@@ -43885,6 +44126,17 @@ class MediaInfo(AbstractModel):
43885
44126
  def ReviewInfo(self, ReviewInfo):
43886
44127
  self._ReviewInfo = ReviewInfo
43887
44128
 
44129
+ @property
44130
+ def MPSAiMediaInfo(self):
44131
+ r"""MPS智能媒资信息
44132
+ :rtype: :class:`tencentcloud.vod.v20180717.models.MPSAiMediaInfo`
44133
+ """
44134
+ return self._MPSAiMediaInfo
44135
+
44136
+ @MPSAiMediaInfo.setter
44137
+ def MPSAiMediaInfo(self, MPSAiMediaInfo):
44138
+ self._MPSAiMediaInfo = MPSAiMediaInfo
44139
+
43888
44140
 
43889
44141
  def _deserialize(self, params):
43890
44142
  if params.get("BasicInfo") is not None:
@@ -43924,6 +44176,9 @@ class MediaInfo(AbstractModel):
43924
44176
  if params.get("ReviewInfo") is not None:
43925
44177
  self._ReviewInfo = FileReviewInfo()
43926
44178
  self._ReviewInfo._deserialize(params.get("ReviewInfo"))
44179
+ if params.get("MPSAiMediaInfo") is not None:
44180
+ self._MPSAiMediaInfo = MPSAiMediaInfo()
44181
+ self._MPSAiMediaInfo._deserialize(params.get("MPSAiMediaInfo"))
43927
44182
  memeber_set = set(params.keys())
43928
44183
  for name, value in vars(self).items():
43929
44184
  property_name = name[1:]