tencentcloud-sdk-python-vcg 3.0.1394__py2.py3-none-any.whl → 3.0.1459__py2.py3-none-any.whl

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/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1394'
17
+ __version__ = '3.0.1459'
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ from tencentcloud.common.abstract_model import AbstractModel
19
19
 
20
20
 
21
21
  class DescribeVideoStylizationJobRequest(AbstractModel):
22
- """DescribeVideoStylizationJob请求参数结构体
22
+ r"""DescribeVideoStylizationJob请求参数结构体
23
23
 
24
24
  """
25
25
 
@@ -32,7 +32,7 @@ class DescribeVideoStylizationJobRequest(AbstractModel):
32
32
 
33
33
  @property
34
34
  def JobId(self):
35
- """任务ID
35
+ r"""任务ID
36
36
  :rtype: str
37
37
  """
38
38
  return self._JobId
@@ -55,7 +55,7 @@ class DescribeVideoStylizationJobRequest(AbstractModel):
55
55
 
56
56
 
57
57
  class DescribeVideoStylizationJobResponse(AbstractModel):
58
- """DescribeVideoStylizationJob返回参数结构体
58
+ r"""DescribeVideoStylizationJob返回参数结构体
59
59
 
60
60
  """
61
61
 
@@ -85,7 +85,7 @@ JobSuccess: "处理完成"。
85
85
 
86
86
  @property
87
87
  def JobId(self):
88
- """任务ID。
88
+ r"""任务ID。
89
89
  :rtype: str
90
90
  """
91
91
  return self._JobId
@@ -96,7 +96,7 @@ JobSuccess: "处理完成"。
96
96
 
97
97
  @property
98
98
  def StatusCode(self):
99
- """任务状态码:
99
+ r"""任务状态码:
100
100
  JobInit: "初始化中"
101
101
  JobModerationFailed: "审核失败",
102
102
  JobRunning: "处理中",
@@ -112,7 +112,7 @@ JobSuccess: "处理完成"。
112
112
 
113
113
  @property
114
114
  def StatusMsg(self):
115
- """任务状态描述。
115
+ r"""任务状态描述。
116
116
  :rtype: str
117
117
  """
118
118
  return self._StatusMsg
@@ -123,7 +123,7 @@ JobSuccess: "处理完成"。
123
123
 
124
124
  @property
125
125
  def ResultVideoUrl(self):
126
- """处理结果视频Url。URL有效期为24小时。
126
+ r"""处理结果视频Url。URL有效期为24小时。
127
127
  :rtype: str
128
128
  """
129
129
  return self._ResultVideoUrl
@@ -134,7 +134,7 @@ JobSuccess: "处理完成"。
134
134
 
135
135
  @property
136
136
  def RequestId(self):
137
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
137
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
138
138
  :rtype: str
139
139
  """
140
140
  return self._RequestId
@@ -153,7 +153,7 @@ JobSuccess: "处理完成"。
153
153
 
154
154
 
155
155
  class SubmitVideoStylizationJobRequest(AbstractModel):
156
- """SubmitVideoStylizationJob请求参数结构体
156
+ r"""SubmitVideoStylizationJob请求参数结构体
157
157
 
158
158
  """
159
159
 
@@ -174,7 +174,7 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
174
174
 
175
175
  @property
176
176
  def StyleId(self):
177
- """风格ID,取值说明:2d_anime 2D动漫;3d_cartoon 3D卡通;3d_china 3D国潮;pixel_art 像素风。
177
+ r"""风格ID,取值说明:2d_anime 2D动漫;3d_cartoon 3D卡通;3d_china 3D国潮;pixel_art 像素风。
178
178
  :rtype: str
179
179
  """
180
180
  return self._StyleId
@@ -185,7 +185,7 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
185
185
 
186
186
  @property
187
187
  def VideoUrl(self):
188
- """输入视频URL。视频要求:
188
+ r"""输入视频URL。视频要求:
189
189
  - 视频格式:mp4、mov;
190
190
  - 视频时长:1~60秒;
191
191
  - 视频分辨率:540P~2056P,即长宽像素数均在540px~2056px范围内;
@@ -214,7 +214,7 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
214
214
 
215
215
 
216
216
  class SubmitVideoStylizationJobResponse(AbstractModel):
217
- """SubmitVideoStylizationJob返回参数结构体
217
+ r"""SubmitVideoStylizationJob返回参数结构体
218
218
 
219
219
  """
220
220
 
@@ -230,7 +230,7 @@ class SubmitVideoStylizationJobResponse(AbstractModel):
230
230
 
231
231
  @property
232
232
  def JobId(self):
233
- """任务ID
233
+ r"""任务ID
234
234
  :rtype: str
235
235
  """
236
236
  return self._JobId
@@ -241,7 +241,7 @@ class SubmitVideoStylizationJobResponse(AbstractModel):
241
241
 
242
242
  @property
243
243
  def RequestId(self):
244
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
244
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
245
245
  :rtype: str
246
246
  """
247
247
  return self._RequestId
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ class VcgClient(AbstractClient):
27
27
 
28
28
 
29
29
  def DescribeVideoStylizationJob(self, request):
30
- """用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
30
+ r"""用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
31
31
 
32
32
  :param request: Request instance for DescribeVideoStylizationJob.
33
33
  :type request: :class:`tencentcloud.vcg.v20240404.models.DescribeVideoStylizationJobRequest`
@@ -50,7 +50,7 @@ class VcgClient(AbstractClient):
50
50
 
51
51
 
52
52
  def SubmitVideoStylizationJob(self, request):
53
- """用于提交视频风格化任务。支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
53
+ r"""用于提交视频风格化任务。支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
54
54
 
55
55
  :param request: Request instance for SubmitVideoStylizationJob.
56
56
  :type request: :class:`tencentcloud.vcg.v20240404.models.SubmitVideoStylizationJobRequest`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vcg
3
- Version: 3.0.1394
3
+ Version: 3.0.1459
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
@@ -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 (==3.0.1394)
18
+ Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1459)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=r84PYsG-hFbeEH3ch-Sw2bJmqWlws-vogRx7ePuiG9c,631
2
+ tencentcloud/vcg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/vcg/v20240404/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/vcg/v20240404/errorcodes.py,sha256=JrMrT_1wbG42uskp9QfKvMu8_tf6g1hikOxJlro8bDs,2444
5
+ tencentcloud/vcg/v20240404/models.py,sha256=Bk3UQf8mLG-ev571A8hm2nmjaMJ9mmSORO7zhD1kuKA,7672
6
+ tencentcloud/vcg/v20240404/vcg_client.py,sha256=WNVzHCUIDKOmDuM9y36AcXuf4-Wnhxj-EjSWmazSlD4,3241
7
+ tencentcloud_sdk_python_vcg-3.0.1459.dist-info/METADATA,sha256=UnUHGjxKi_mOmIdVEm9F5P2f3RKPZjFhpNAc3udAag8,1503
8
+ tencentcloud_sdk_python_vcg-3.0.1459.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_vcg-3.0.1459.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_vcg-3.0.1459.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=5zO2lLZe1BHAXaibBkb5tZiMM5HPiQZRFL83ZVZxrU8,631
2
- tencentcloud/vcg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/vcg/v20240404/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/vcg/v20240404/errorcodes.py,sha256=JAdjQpOKzjOQxDMUjoNvkwnV7oxM1nAUG9f8XFgwUOA,2471
5
- tencentcloud/vcg/v20240404/models.py,sha256=R3YzFwQfcL_6su0nOLH0F2xR82ZS-wBRoeSk9K2-o5w,7685
6
- tencentcloud/vcg/v20240404/vcg_client.py,sha256=HDj1lg4spV51IWy_QEF1EMTu19ILlXuEA4lyvaZXA4g,3266
7
- tencentcloud_sdk_python_vcg-3.0.1394.dist-info/METADATA,sha256=tZgRzrabUFRqTV109N2CajlSLhStmvQIsXmGlrYH5B8,1496
8
- tencentcloud_sdk_python_vcg-3.0.1394.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_vcg-3.0.1394.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_vcg-3.0.1394.dist-info/RECORD,,