tencentcloud-sdk-python-vod 3.0.1394__tar.gz → 3.0.1396__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.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/setup.py +1 -1
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20180717/models.py +44 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud_sdk_python_vod.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-vod-3.0.1396/tencentcloud_sdk_python_vod.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-vod-3.0.1394/tencentcloud_sdk_python_vod.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/README.rst +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/setup.cfg +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/__init__.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20180717/__init__.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20180717/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20180717/vod_client.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20240718/__init__.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20240718/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20240718/models.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud/vod/v20240718/vod_client.py +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud_sdk_python_vod.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud_sdk_python_vod.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-vod-3.0.1394 → tencentcloud-sdk-python-vod-3.0.1396}/tencentcloud_sdk_python_vod.egg-info/top_level.txt +0 -0
|
@@ -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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1396"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Vod SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -11265,6 +11265,8 @@ class AsrFullTextConfigureInfo(AbstractModel):
|
|
|
11265
11265
|
|
|
11266
11266
|
@property
|
|
11267
11267
|
def SubtitleFormat(self):
|
|
11268
|
+
warnings.warn("parameter `SubtitleFormat` is deprecated", DeprecationWarning)
|
|
11269
|
+
|
|
11268
11270
|
"""生成的字幕文件格式,不填或者填空字符串表示不生成字幕文件,可选值:
|
|
11269
11271
|
<li>vtt:生成 WebVTT 字幕文件;</li>
|
|
11270
11272
|
<li>srt:生成 SRT 字幕文件。</li>
|
|
@@ -11275,6 +11277,8 @@ class AsrFullTextConfigureInfo(AbstractModel):
|
|
|
11275
11277
|
|
|
11276
11278
|
@SubtitleFormat.setter
|
|
11277
11279
|
def SubtitleFormat(self, SubtitleFormat):
|
|
11280
|
+
warnings.warn("parameter `SubtitleFormat` is deprecated", DeprecationWarning)
|
|
11281
|
+
|
|
11278
11282
|
self._SubtitleFormat = SubtitleFormat
|
|
11279
11283
|
|
|
11280
11284
|
@property
|
|
@@ -11381,6 +11385,8 @@ class AsrFullTextConfigureInfoForUpdate(AbstractModel):
|
|
|
11381
11385
|
|
|
11382
11386
|
@property
|
|
11383
11387
|
def SubtitleFormat(self):
|
|
11388
|
+
warnings.warn("parameter `SubtitleFormat` is deprecated", DeprecationWarning)
|
|
11389
|
+
|
|
11384
11390
|
"""生成的字幕文件格式,<font color='red'>填空字符串</font>表示不生成字幕文件,可选值:
|
|
11385
11391
|
<li>vtt:生成 WebVTT 字幕文件;</li>
|
|
11386
11392
|
<li>srt:生成 SRT 字幕文件。</li>
|
|
@@ -11391,6 +11397,8 @@ class AsrFullTextConfigureInfoForUpdate(AbstractModel):
|
|
|
11391
11397
|
|
|
11392
11398
|
@SubtitleFormat.setter
|
|
11393
11399
|
def SubtitleFormat(self, SubtitleFormat):
|
|
11400
|
+
warnings.warn("parameter `SubtitleFormat` is deprecated", DeprecationWarning)
|
|
11401
|
+
|
|
11394
11402
|
self._SubtitleFormat = SubtitleFormat
|
|
11395
11403
|
|
|
11396
11404
|
@property
|
|
@@ -30183,6 +30191,8 @@ class DescribeRoundPlaysRequest(AbstractModel):
|
|
|
30183
30191
|
|
|
30184
30192
|
@property
|
|
30185
30193
|
def Offset(self):
|
|
30194
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
|
30195
|
+
|
|
30186
30196
|
"""分页偏移量,默认值:0。已经废弃,请根据 ScrollToken 参数进行分批次查询。
|
|
30187
30197
|
:rtype: int
|
|
30188
30198
|
"""
|
|
@@ -30190,6 +30200,8 @@ class DescribeRoundPlaysRequest(AbstractModel):
|
|
|
30190
30200
|
|
|
30191
30201
|
@Offset.setter
|
|
30192
30202
|
def Offset(self, Offset):
|
|
30203
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
|
30204
|
+
|
|
30193
30205
|
self._Offset = Offset
|
|
30194
30206
|
|
|
30195
30207
|
@property
|
|
@@ -30250,6 +30262,8 @@ class DescribeRoundPlaysResponse(AbstractModel):
|
|
|
30250
30262
|
|
|
30251
30263
|
@property
|
|
30252
30264
|
def TotalCount(self):
|
|
30265
|
+
warnings.warn("parameter `TotalCount` is deprecated", DeprecationWarning)
|
|
30266
|
+
|
|
30253
30267
|
"""符合过滤条件的轮播播单总数。已经废弃,分批次查询请请使用 ScrollToken 参数。
|
|
30254
30268
|
:rtype: int
|
|
30255
30269
|
"""
|
|
@@ -30257,6 +30271,8 @@ class DescribeRoundPlaysResponse(AbstractModel):
|
|
|
30257
30271
|
|
|
30258
30272
|
@TotalCount.setter
|
|
30259
30273
|
def TotalCount(self, TotalCount):
|
|
30274
|
+
warnings.warn("parameter `TotalCount` is deprecated", DeprecationWarning)
|
|
30275
|
+
|
|
30260
30276
|
self._TotalCount = TotalCount
|
|
30261
30277
|
|
|
30262
30278
|
@property
|
|
@@ -36646,6 +36662,8 @@ class ExtractTraceWatermarkTaskOutput(AbstractModel):
|
|
|
36646
36662
|
|
|
36647
36663
|
@property
|
|
36648
36664
|
def Uid(self):
|
|
36665
|
+
warnings.warn("parameter `Uid` is deprecated", DeprecationWarning)
|
|
36666
|
+
|
|
36649
36667
|
"""该字段已废弃。
|
|
36650
36668
|
:rtype: str
|
|
36651
36669
|
"""
|
|
@@ -36653,6 +36671,8 @@ class ExtractTraceWatermarkTaskOutput(AbstractModel):
|
|
|
36653
36671
|
|
|
36654
36672
|
@Uid.setter
|
|
36655
36673
|
def Uid(self, Uid):
|
|
36674
|
+
warnings.warn("parameter `Uid` is deprecated", DeprecationWarning)
|
|
36675
|
+
|
|
36656
36676
|
self._Uid = Uid
|
|
36657
36677
|
|
|
36658
36678
|
|
|
@@ -42468,6 +42488,8 @@ military:
|
|
|
42468
42488
|
|
|
42469
42489
|
@property
|
|
42470
42490
|
def PicUrlExpireTimeStamp(self):
|
|
42491
|
+
warnings.warn("parameter `PicUrlExpireTimeStamp` is deprecated", DeprecationWarning)
|
|
42492
|
+
|
|
42471
42493
|
"""该字段已废弃,请使用 PicUrlExpireTime。
|
|
42472
42494
|
:rtype: int
|
|
42473
42495
|
"""
|
|
@@ -42475,6 +42497,8 @@ military:
|
|
|
42475
42497
|
|
|
42476
42498
|
@PicUrlExpireTimeStamp.setter
|
|
42477
42499
|
def PicUrlExpireTimeStamp(self, PicUrlExpireTimeStamp):
|
|
42500
|
+
warnings.warn("parameter `PicUrlExpireTimeStamp` is deprecated", DeprecationWarning)
|
|
42501
|
+
|
|
42478
42502
|
self._PicUrlExpireTimeStamp = PicUrlExpireTimeStamp
|
|
42479
42503
|
|
|
42480
42504
|
@property
|
|
@@ -42619,6 +42643,8 @@ class MediaContentReviewSegmentItem(AbstractModel):
|
|
|
42619
42643
|
|
|
42620
42644
|
@property
|
|
42621
42645
|
def PicUrlExpireTimeStamp(self):
|
|
42646
|
+
warnings.warn("parameter `PicUrlExpireTimeStamp` is deprecated", DeprecationWarning)
|
|
42647
|
+
|
|
42622
42648
|
"""该字段已废弃,请使用 PicUrlExpireTime。
|
|
42623
42649
|
:rtype: int
|
|
42624
42650
|
"""
|
|
@@ -42626,6 +42652,8 @@ class MediaContentReviewSegmentItem(AbstractModel):
|
|
|
42626
42652
|
|
|
42627
42653
|
@PicUrlExpireTimeStamp.setter
|
|
42628
42654
|
def PicUrlExpireTimeStamp(self, PicUrlExpireTimeStamp):
|
|
42655
|
+
warnings.warn("parameter `PicUrlExpireTimeStamp` is deprecated", DeprecationWarning)
|
|
42656
|
+
|
|
42629
42657
|
self._PicUrlExpireTimeStamp = PicUrlExpireTimeStamp
|
|
42630
42658
|
|
|
42631
42659
|
@property
|
|
@@ -63544,6 +63572,8 @@ class RestoreMediaTask(AbstractModel):
|
|
|
63544
63572
|
|
|
63545
63573
|
@property
|
|
63546
63574
|
def Status(self):
|
|
63575
|
+
warnings.warn("parameter `Status` is deprecated", DeprecationWarning)
|
|
63576
|
+
|
|
63547
63577
|
"""该字段已废弃。
|
|
63548
63578
|
:rtype: int
|
|
63549
63579
|
"""
|
|
@@ -63551,10 +63581,14 @@ class RestoreMediaTask(AbstractModel):
|
|
|
63551
63581
|
|
|
63552
63582
|
@Status.setter
|
|
63553
63583
|
def Status(self, Status):
|
|
63584
|
+
warnings.warn("parameter `Status` is deprecated", DeprecationWarning)
|
|
63585
|
+
|
|
63554
63586
|
self._Status = Status
|
|
63555
63587
|
|
|
63556
63588
|
@property
|
|
63557
63589
|
def Message(self):
|
|
63590
|
+
warnings.warn("parameter `Message` is deprecated", DeprecationWarning)
|
|
63591
|
+
|
|
63558
63592
|
"""该字段已废弃。
|
|
63559
63593
|
:rtype: str
|
|
63560
63594
|
"""
|
|
@@ -63562,6 +63596,8 @@ class RestoreMediaTask(AbstractModel):
|
|
|
63562
63596
|
|
|
63563
63597
|
@Message.setter
|
|
63564
63598
|
def Message(self, Message):
|
|
63599
|
+
warnings.warn("parameter `Message` is deprecated", DeprecationWarning)
|
|
63600
|
+
|
|
63565
63601
|
self._Message = Message
|
|
63566
63602
|
|
|
63567
63603
|
|
|
@@ -64478,6 +64514,8 @@ class ReviewImageResponse(AbstractModel):
|
|
|
64478
64514
|
|
|
64479
64515
|
@property
|
|
64480
64516
|
def ReviewResultSet(self):
|
|
64517
|
+
warnings.warn("parameter `ReviewResultSet` is deprecated", DeprecationWarning)
|
|
64518
|
+
|
|
64481
64519
|
"""图片审核任务结果。
|
|
64482
64520
|
<font color=red>注意:该字段已废弃,建议使用 MediaReviewResult。</font>
|
|
64483
64521
|
:rtype: list of ContentReviewResult
|
|
@@ -64486,6 +64524,8 @@ class ReviewImageResponse(AbstractModel):
|
|
|
64486
64524
|
|
|
64487
64525
|
@ReviewResultSet.setter
|
|
64488
64526
|
def ReviewResultSet(self, ReviewResultSet):
|
|
64527
|
+
warnings.warn("parameter `ReviewResultSet` is deprecated", DeprecationWarning)
|
|
64528
|
+
|
|
64489
64529
|
self._ReviewResultSet = ReviewResultSet
|
|
64490
64530
|
|
|
64491
64531
|
@property
|
|
@@ -71222,6 +71262,8 @@ class TraceWatermarkInput(AbstractModel):
|
|
|
71222
71262
|
|
|
71223
71263
|
@property
|
|
71224
71264
|
def Definition(self):
|
|
71265
|
+
warnings.warn("parameter `Definition` is deprecated", DeprecationWarning)
|
|
71266
|
+
|
|
71225
71267
|
"""该字段已废弃,请勿使用。
|
|
71226
71268
|
:rtype: int
|
|
71227
71269
|
"""
|
|
@@ -71229,6 +71271,8 @@ class TraceWatermarkInput(AbstractModel):
|
|
|
71229
71271
|
|
|
71230
71272
|
@Definition.setter
|
|
71231
71273
|
def Definition(self, Definition):
|
|
71274
|
+
warnings.warn("parameter `Definition` is deprecated", DeprecationWarning)
|
|
71275
|
+
|
|
71232
71276
|
self._Definition = Definition
|
|
71233
71277
|
|
|
71234
71278
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1396
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1394
|
|
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
|