tencentcloud-sdk-python-vod 3.1.2__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.
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/setup.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/models.py +251 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud_sdk_python_vod.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_vod-3.1.8/tencentcloud_sdk_python_vod.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_vod-3.1.2/tencentcloud_sdk_python_vod.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/README.rst +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/setup.cfg +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20180717/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/models.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/v20240718/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud_sdk_python_vod.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud_sdk_python_vod.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud_sdk_python_vod.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-vod
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.8
|
|
4
4
|
Summary: Tencent Cloud Vod SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ 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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.8,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Vod SDK for Python',
|
|
@@ -41215,6 +41215,174 @@ class LowLightEnhanceInfo(AbstractModel):
|
|
|
41215
41215
|
|
|
41216
41216
|
|
|
41217
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
|
+
|
|
41218
41386
|
class MPSOutputFile(AbstractModel):
|
|
41219
41387
|
r"""用于描述 MPS 视频处理任务中的返回文件结果。
|
|
41220
41388
|
|
|
@@ -41328,6 +41496,57 @@ class MPSOutputFile(AbstractModel):
|
|
|
41328
41496
|
|
|
41329
41497
|
|
|
41330
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
|
+
|
|
41331
41550
|
class MPSSubTaskResult(AbstractModel):
|
|
41332
41551
|
r"""MPS 具体子任务查询结果类型。
|
|
41333
41552
|
|
|
@@ -41450,8 +41669,11 @@ class MPSTaskOutput(AbstractModel):
|
|
|
41450
41669
|
r"""
|
|
41451
41670
|
:param _OutputFiles: 任务返回结果中的文件类型结果。如智能擦除中,擦除后的视频文件将被存入媒资,并在此字段中给出 FileId;基于画面提取的字幕文件 Url 将在此字段中给出。
|
|
41452
41671
|
:type OutputFiles: list of MPSOutputFile
|
|
41672
|
+
:param _OutputText: 任务返回的结果JSON
|
|
41673
|
+
:type OutputText: str
|
|
41453
41674
|
"""
|
|
41454
41675
|
self._OutputFiles = None
|
|
41676
|
+
self._OutputText = None
|
|
41455
41677
|
|
|
41456
41678
|
@property
|
|
41457
41679
|
def OutputFiles(self):
|
|
@@ -41464,6 +41686,17 @@ class MPSTaskOutput(AbstractModel):
|
|
|
41464
41686
|
def OutputFiles(self, OutputFiles):
|
|
41465
41687
|
self._OutputFiles = OutputFiles
|
|
41466
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
|
+
|
|
41467
41700
|
|
|
41468
41701
|
def _deserialize(self, params):
|
|
41469
41702
|
if params.get("OutputFiles") is not None:
|
|
@@ -41472,6 +41705,7 @@ class MPSTaskOutput(AbstractModel):
|
|
|
41472
41705
|
obj = MPSOutputFile()
|
|
41473
41706
|
obj._deserialize(item)
|
|
41474
41707
|
self._OutputFiles.append(obj)
|
|
41708
|
+
self._OutputText = params.get("OutputText")
|
|
41475
41709
|
memeber_set = set(params.keys())
|
|
41476
41710
|
for name, value in vars(self).items():
|
|
41477
41711
|
property_name = name[1:]
|
|
@@ -43719,6 +43953,8 @@ class MediaInfo(AbstractModel):
|
|
|
43719
43953
|
:param _ReviewInfo: 审核信息。
|
|
43720
43954
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
43721
43955
|
:type ReviewInfo: :class:`tencentcloud.vod.v20180717.models.FileReviewInfo`
|
|
43956
|
+
:param _MPSAiMediaInfo: MPS智能媒资信息
|
|
43957
|
+
:type MPSAiMediaInfo: :class:`tencentcloud.vod.v20180717.models.MPSAiMediaInfo`
|
|
43722
43958
|
"""
|
|
43723
43959
|
self._BasicInfo = None
|
|
43724
43960
|
self._MetaData = None
|
|
@@ -43733,6 +43969,7 @@ class MediaInfo(AbstractModel):
|
|
|
43733
43969
|
self._SubtitleInfo = None
|
|
43734
43970
|
self._FileId = None
|
|
43735
43971
|
self._ReviewInfo = None
|
|
43972
|
+
self._MPSAiMediaInfo = None
|
|
43736
43973
|
|
|
43737
43974
|
@property
|
|
43738
43975
|
def BasicInfo(self):
|
|
@@ -43889,6 +44126,17 @@ class MediaInfo(AbstractModel):
|
|
|
43889
44126
|
def ReviewInfo(self, ReviewInfo):
|
|
43890
44127
|
self._ReviewInfo = ReviewInfo
|
|
43891
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
|
+
|
|
43892
44140
|
|
|
43893
44141
|
def _deserialize(self, params):
|
|
43894
44142
|
if params.get("BasicInfo") is not None:
|
|
@@ -43928,6 +44176,9 @@ class MediaInfo(AbstractModel):
|
|
|
43928
44176
|
if params.get("ReviewInfo") is not None:
|
|
43929
44177
|
self._ReviewInfo = FileReviewInfo()
|
|
43930
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"))
|
|
43931
44182
|
memeber_set = set(params.keys())
|
|
43932
44183
|
for name, value in vars(self).items():
|
|
43933
44184
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-vod
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.8
|
|
4
4
|
Summary: Tencent Cloud Vod SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.2
|
|
File without changes
|
|
File without changes
|
{tencentcloud_sdk_python_vod-3.1.2 → tencentcloud_sdk_python_vod-3.1.8}/tencentcloud/vod/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|