tencentcloud-sdk-python-vclm 3.0.1245__tar.gz → 3.0.1247__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-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/setup.py +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud/vclm/v20240523/models.py +25 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud_sdk_python_vclm.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-vclm-3.0.1247/tencentcloud_sdk_python_vclm.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-vclm-3.0.1245/tencentcloud_sdk_python_vclm.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/README.rst +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/setup.cfg +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud/vclm/__init__.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud/vclm/v20240523/__init__.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud/vclm/v20240523/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud/vclm/v20240523/vclm_client.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud_sdk_python_vclm.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud_sdk_python_vclm.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1245 → tencentcloud-sdk-python-vclm-3.0.1247}/tencentcloud_sdk_python_vclm.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-vclm',
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1247"],
|
12
12
|
version=tencentcloud.__version__,
|
13
13
|
description='Tencent Cloud Vclm SDK for Python',
|
14
14
|
long_description=open('README.rst').read(),
|
@@ -261,6 +261,8 @@ class DescribeImageAnimateJobResponse(AbstractModel):
|
|
261
261
|
:type ErrorMessage: str
|
262
262
|
:param _ResultVideoUrl: 结果视频URL。有效期 24 小时。
|
263
263
|
:type ResultVideoUrl: str
|
264
|
+
:param _MaskVideoUrl: 掩码视频链接
|
265
|
+
:type MaskVideoUrl: str
|
264
266
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
265
267
|
:type RequestId: str
|
266
268
|
"""
|
@@ -268,6 +270,7 @@ class DescribeImageAnimateJobResponse(AbstractModel):
|
|
268
270
|
self._ErrorCode = None
|
269
271
|
self._ErrorMessage = None
|
270
272
|
self._ResultVideoUrl = None
|
273
|
+
self._MaskVideoUrl = None
|
271
274
|
self._RequestId = None
|
272
275
|
|
273
276
|
@property
|
@@ -302,6 +305,14 @@ class DescribeImageAnimateJobResponse(AbstractModel):
|
|
302
305
|
def ResultVideoUrl(self, ResultVideoUrl):
|
303
306
|
self._ResultVideoUrl = ResultVideoUrl
|
304
307
|
|
308
|
+
@property
|
309
|
+
def MaskVideoUrl(self):
|
310
|
+
return self._MaskVideoUrl
|
311
|
+
|
312
|
+
@MaskVideoUrl.setter
|
313
|
+
def MaskVideoUrl(self, MaskVideoUrl):
|
314
|
+
self._MaskVideoUrl = MaskVideoUrl
|
315
|
+
|
305
316
|
@property
|
306
317
|
def RequestId(self):
|
307
318
|
return self._RequestId
|
@@ -316,6 +327,7 @@ class DescribeImageAnimateJobResponse(AbstractModel):
|
|
316
327
|
self._ErrorCode = params.get("ErrorCode")
|
317
328
|
self._ErrorMessage = params.get("ErrorMessage")
|
318
329
|
self._ResultVideoUrl = params.get("ResultVideoUrl")
|
330
|
+
self._MaskVideoUrl = params.get("MaskVideoUrl")
|
319
331
|
self._RequestId = params.get("RequestId")
|
320
332
|
|
321
333
|
|
@@ -786,12 +798,16 @@ class SubmitImageAnimateJobRequest(AbstractModel):
|
|
786
798
|
:type EnableAudio: bool
|
787
799
|
:param _EnableBodyJoins: 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
|
788
800
|
:type EnableBodyJoins: bool
|
801
|
+
:param _EnableSegment: 最终视频是否保留原图的背景(该模式对于tuziwu、huajiangwu不生效)
|
802
|
+
|
803
|
+
:type EnableSegment: bool
|
789
804
|
"""
|
790
805
|
self._ImageUrl = None
|
791
806
|
self._ImageBase64 = None
|
792
807
|
self._TemplateId = None
|
793
808
|
self._EnableAudio = None
|
794
809
|
self._EnableBodyJoins = None
|
810
|
+
self._EnableSegment = None
|
795
811
|
|
796
812
|
@property
|
797
813
|
def ImageUrl(self):
|
@@ -833,6 +849,14 @@ class SubmitImageAnimateJobRequest(AbstractModel):
|
|
833
849
|
def EnableBodyJoins(self, EnableBodyJoins):
|
834
850
|
self._EnableBodyJoins = EnableBodyJoins
|
835
851
|
|
852
|
+
@property
|
853
|
+
def EnableSegment(self):
|
854
|
+
return self._EnableSegment
|
855
|
+
|
856
|
+
@EnableSegment.setter
|
857
|
+
def EnableSegment(self, EnableSegment):
|
858
|
+
self._EnableSegment = EnableSegment
|
859
|
+
|
836
860
|
|
837
861
|
def _deserialize(self, params):
|
838
862
|
self._ImageUrl = params.get("ImageUrl")
|
@@ -840,6 +864,7 @@ class SubmitImageAnimateJobRequest(AbstractModel):
|
|
840
864
|
self._TemplateId = params.get("TemplateId")
|
841
865
|
self._EnableAudio = params.get("EnableAudio")
|
842
866
|
self._EnableBodyJoins = params.get("EnableBodyJoins")
|
867
|
+
self._EnableSegment = params.get("EnableSegment")
|
843
868
|
memeber_set = set(params.keys())
|
844
869
|
for name, value in vars(self).items():
|
845
870
|
property_name = name[1:]
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1247
|
@@ -1 +0,0 @@
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1245
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|