tencentcloud-sdk-python-vcg 3.0.1254__tar.gz → 3.0.1277__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-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/PKG-INFO +3 -3
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/setup.cfg +0 -1
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/setup.py +1 -1
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud/vcg/v20240404/models.py +40 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud_sdk_python_vcg.egg-info/PKG-INFO +3 -3
- tencentcloud-sdk-python-vcg-3.0.1277/tencentcloud_sdk_python_vcg.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-vcg-3.0.1254/tencentcloud_sdk_python_vcg.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/README.rst +0 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud/vcg/__init__.py +0 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud/vcg/v20240404/__init__.py +0 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud/vcg/v20240404/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud/vcg/v20240404/vcg_client.py +0 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud_sdk_python_vcg.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud_sdk_python_vcg.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-vcg-3.0.1254 → tencentcloud-sdk-python-vcg-3.0.1277}/tencentcloud_sdk_python_vcg.egg-info/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
|
-
Metadata-Version: 1.
|
1
|
+
Metadata-Version: 1.2
|
2
2
|
Name: tencentcloud-sdk-python-vcg
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1277
|
4
4
|
Summary: Tencent Cloud Vcg SDK for Python
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
6
6
|
Author: Tencent Cloud
|
7
|
-
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
8
8
|
License: Apache License 2.0
|
9
9
|
Description: ============================
|
10
10
|
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-vcg',
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1277"],
|
12
12
|
version=tencentcloud.__version__,
|
13
13
|
description='Tencent Cloud Vcg SDK for Python',
|
14
14
|
long_description=open('README.rst').read(),
|
@@ -32,6 +32,9 @@ class DescribeVideoStylizationJobRequest(AbstractModel):
|
|
32
32
|
|
33
33
|
@property
|
34
34
|
def JobId(self):
|
35
|
+
"""任务ID
|
36
|
+
:rtype: str
|
37
|
+
"""
|
35
38
|
return self._JobId
|
36
39
|
|
37
40
|
@JobId.setter
|
@@ -82,6 +85,9 @@ JobSuccess: "处理完成"。
|
|
82
85
|
|
83
86
|
@property
|
84
87
|
def JobId(self):
|
88
|
+
"""任务ID。
|
89
|
+
:rtype: str
|
90
|
+
"""
|
85
91
|
return self._JobId
|
86
92
|
|
87
93
|
@JobId.setter
|
@@ -90,6 +96,14 @@ JobSuccess: "处理完成"。
|
|
90
96
|
|
91
97
|
@property
|
92
98
|
def StatusCode(self):
|
99
|
+
"""任务状态码:
|
100
|
+
JobInit: "初始化中"
|
101
|
+
JobModerationFailed: "审核失败",
|
102
|
+
JobRunning: "处理中",
|
103
|
+
JobFailed: "处理失败",
|
104
|
+
JobSuccess: "处理完成"。
|
105
|
+
:rtype: str
|
106
|
+
"""
|
93
107
|
return self._StatusCode
|
94
108
|
|
95
109
|
@StatusCode.setter
|
@@ -98,6 +112,9 @@ JobSuccess: "处理完成"。
|
|
98
112
|
|
99
113
|
@property
|
100
114
|
def StatusMsg(self):
|
115
|
+
"""任务状态描述。
|
116
|
+
:rtype: str
|
117
|
+
"""
|
101
118
|
return self._StatusMsg
|
102
119
|
|
103
120
|
@StatusMsg.setter
|
@@ -106,6 +123,9 @@ JobSuccess: "处理完成"。
|
|
106
123
|
|
107
124
|
@property
|
108
125
|
def ResultVideoUrl(self):
|
126
|
+
"""处理结果视频Url。URL有效期为24小时。
|
127
|
+
:rtype: str
|
128
|
+
"""
|
109
129
|
return self._ResultVideoUrl
|
110
130
|
|
111
131
|
@ResultVideoUrl.setter
|
@@ -114,6 +134,9 @@ JobSuccess: "处理完成"。
|
|
114
134
|
|
115
135
|
@property
|
116
136
|
def RequestId(self):
|
137
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
138
|
+
:rtype: str
|
139
|
+
"""
|
117
140
|
return self._RequestId
|
118
141
|
|
119
142
|
@RequestId.setter
|
@@ -151,6 +174,9 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
|
|
151
174
|
|
152
175
|
@property
|
153
176
|
def StyleId(self):
|
177
|
+
"""风格ID,取值说明:2d_anime 2D动漫;3d_cartoon 3D卡通;3d_china 3D国潮;pixel_art 像素风。
|
178
|
+
:rtype: str
|
179
|
+
"""
|
154
180
|
return self._StyleId
|
155
181
|
|
156
182
|
@StyleId.setter
|
@@ -159,6 +185,14 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
|
|
159
185
|
|
160
186
|
@property
|
161
187
|
def VideoUrl(self):
|
188
|
+
"""输入视频URL。视频要求:
|
189
|
+
- 视频格式:mp4、mov;
|
190
|
+
- 视频时长:1~60秒;
|
191
|
+
- 视频分辨率:540P~2056P,即长宽像素数均在540px~2056px范围内;
|
192
|
+
- 视频大小:不超过200M;
|
193
|
+
- 视频FPS:15~60fps。
|
194
|
+
:rtype: str
|
195
|
+
"""
|
162
196
|
return self._VideoUrl
|
163
197
|
|
164
198
|
@VideoUrl.setter
|
@@ -196,6 +230,9 @@ class SubmitVideoStylizationJobResponse(AbstractModel):
|
|
196
230
|
|
197
231
|
@property
|
198
232
|
def JobId(self):
|
233
|
+
"""任务ID
|
234
|
+
:rtype: str
|
235
|
+
"""
|
199
236
|
return self._JobId
|
200
237
|
|
201
238
|
@JobId.setter
|
@@ -204,6 +241,9 @@ class SubmitVideoStylizationJobResponse(AbstractModel):
|
|
204
241
|
|
205
242
|
@property
|
206
243
|
def RequestId(self):
|
244
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
245
|
+
:rtype: str
|
246
|
+
"""
|
207
247
|
return self._RequestId
|
208
248
|
|
209
249
|
@RequestId.setter
|
@@ -1,10 +1,10 @@
|
|
1
|
-
Metadata-Version: 1.
|
1
|
+
Metadata-Version: 1.2
|
2
2
|
Name: tencentcloud-sdk-python-vcg
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1277
|
4
4
|
Summary: Tencent Cloud Vcg SDK for Python
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
6
6
|
Author: Tencent Cloud
|
7
|
-
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
8
8
|
License: Apache License 2.0
|
9
9
|
Description: ============================
|
10
10
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1277
|
@@ -1 +0,0 @@
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1254
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|