tencentcloud-sdk-python-vod 3.1.135__tar.gz → 3.1.139__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.135 → tencentcloud_sdk_python_vod-3.1.139}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/setup.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20180717/models.py +53 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud_sdk_python_vod.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_vod-3.1.139/tencentcloud_sdk_python_vod.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_vod-3.1.135/tencentcloud_sdk_python_vod.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/README.rst +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/setup.cfg +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20180717/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20180717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20180717/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20180717/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20240718/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20240718/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20240718/models.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20240718/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud/vod/v20240718/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud_sdk_python_vod.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/tencentcloud_sdk_python_vod.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.135 → tencentcloud_sdk_python_vod-3.1.139}/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.139
|
|
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.139
|
|
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.139,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Vod SDK for Python',
|
|
@@ -13974,6 +13974,42 @@ class AigcVideoRedrawTask(AbstractModel):
|
|
|
13974
13974
|
|
|
13975
13975
|
|
|
13976
13976
|
|
|
13977
|
+
class AigcVideoRedrawTaskInfo(AbstractModel):
|
|
13978
|
+
r"""AIGC 视频转绘人物参数信息。
|
|
13979
|
+
|
|
13980
|
+
"""
|
|
13981
|
+
|
|
13982
|
+
def __init__(self):
|
|
13983
|
+
r"""
|
|
13984
|
+
:param _Style: <p>用于描述转绘风格。限制50字符。</p>
|
|
13985
|
+
:type Style: str
|
|
13986
|
+
"""
|
|
13987
|
+
self._Style = None
|
|
13988
|
+
|
|
13989
|
+
@property
|
|
13990
|
+
def Style(self):
|
|
13991
|
+
r"""<p>用于描述转绘风格。限制50字符。</p>
|
|
13992
|
+
:rtype: str
|
|
13993
|
+
"""
|
|
13994
|
+
return self._Style
|
|
13995
|
+
|
|
13996
|
+
@Style.setter
|
|
13997
|
+
def Style(self, Style):
|
|
13998
|
+
self._Style = Style
|
|
13999
|
+
|
|
14000
|
+
|
|
14001
|
+
def _deserialize(self, params):
|
|
14002
|
+
self._Style = params.get("Style")
|
|
14003
|
+
memeber_set = set(params.keys())
|
|
14004
|
+
for name, value in vars(self).items():
|
|
14005
|
+
property_name = name[1:]
|
|
14006
|
+
if property_name in memeber_set:
|
|
14007
|
+
memeber_set.remove(property_name)
|
|
14008
|
+
if len(memeber_set) > 0:
|
|
14009
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
14010
|
+
|
|
14011
|
+
|
|
14012
|
+
|
|
13977
14013
|
class AigcVideoRedrawTaskInput(AbstractModel):
|
|
13978
14014
|
r"""AIGC 视频转绘任务的输入。
|
|
13979
14015
|
|
|
@@ -13983,10 +14019,13 @@ class AigcVideoRedrawTaskInput(AbstractModel):
|
|
|
13983
14019
|
r"""
|
|
13984
14020
|
:param _FileInfo: <p>AIGC 视频转绘任务输入文件信息。</p>
|
|
13985
14021
|
:type FileInfo: :class:`tencentcloud.vod.v20180717.models.AigcVideoRedrawTaskInputFileInfo`
|
|
14022
|
+
:param _TaskInfo: <p>AIGC 视频转绘任务参数信息。</p>
|
|
14023
|
+
:type TaskInfo: :class:`tencentcloud.vod.v20180717.models.AigcVideoRedrawTaskInfo`
|
|
13986
14024
|
:param _OutputConfig: <p>AIGC 视频转绘输出配置。</p>
|
|
13987
14025
|
:type OutputConfig: :class:`tencentcloud.vod.v20180717.models.AigcVideoRedrawOutputConfig`
|
|
13988
14026
|
"""
|
|
13989
14027
|
self._FileInfo = None
|
|
14028
|
+
self._TaskInfo = None
|
|
13990
14029
|
self._OutputConfig = None
|
|
13991
14030
|
|
|
13992
14031
|
@property
|
|
@@ -14000,6 +14039,17 @@ class AigcVideoRedrawTaskInput(AbstractModel):
|
|
|
14000
14039
|
def FileInfo(self, FileInfo):
|
|
14001
14040
|
self._FileInfo = FileInfo
|
|
14002
14041
|
|
|
14042
|
+
@property
|
|
14043
|
+
def TaskInfo(self):
|
|
14044
|
+
r"""<p>AIGC 视频转绘任务参数信息。</p>
|
|
14045
|
+
:rtype: :class:`tencentcloud.vod.v20180717.models.AigcVideoRedrawTaskInfo`
|
|
14046
|
+
"""
|
|
14047
|
+
return self._TaskInfo
|
|
14048
|
+
|
|
14049
|
+
@TaskInfo.setter
|
|
14050
|
+
def TaskInfo(self, TaskInfo):
|
|
14051
|
+
self._TaskInfo = TaskInfo
|
|
14052
|
+
|
|
14003
14053
|
@property
|
|
14004
14054
|
def OutputConfig(self):
|
|
14005
14055
|
r"""<p>AIGC 视频转绘输出配置。</p>
|
|
@@ -14016,6 +14066,9 @@ class AigcVideoRedrawTaskInput(AbstractModel):
|
|
|
14016
14066
|
if params.get("FileInfo") is not None:
|
|
14017
14067
|
self._FileInfo = AigcVideoRedrawTaskInputFileInfo()
|
|
14018
14068
|
self._FileInfo._deserialize(params.get("FileInfo"))
|
|
14069
|
+
if params.get("TaskInfo") is not None:
|
|
14070
|
+
self._TaskInfo = AigcVideoRedrawTaskInfo()
|
|
14071
|
+
self._TaskInfo._deserialize(params.get("TaskInfo"))
|
|
14019
14072
|
if params.get("OutputConfig") is not None:
|
|
14020
14073
|
self._OutputConfig = AigcVideoRedrawOutputConfig()
|
|
14021
14074
|
self._OutputConfig._deserialize(params.get("OutputConfig"))
|
|
@@ -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.139
|
|
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.139
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.139
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.135
|
|
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
|
|
File without changes
|
|
File without changes
|