tencentcloud-sdk-python-vclm 3.0.1244__py2.py3-none-any.whl → 3.0.1246__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.1244'
17
+ __version__ = '3.0.1246'
@@ -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:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vclm
3
- Version: 3.0.1244
3
+ Version: 3.0.1246
4
4
  Summary: Tencent Cloud Vclm 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.1244)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1246)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=TQtfiz-r3aVa6I8ADIdxZ_ikUib_205KXpeAnltK1wM,631
2
+ tencentcloud/vclm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/vclm/v20240523/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/vclm/v20240523/errorcodes.py,sha256=FFphJYPTskpe6jtyy8Bho-p569-DkxgNDPTX5bwkniU,9663
5
+ tencentcloud/vclm/v20240523/models.py,sha256=zVENCJRhyVTenA82DIJ8pwe-7PvJQp2gSKV0usmLYfA,38515
6
+ tencentcloud/vclm/v20240523/vclm_client.py,sha256=Karo2Q2sIi1_vWltJDVTt1mfzyVoZK0W61xmLgIoTYE,14182
7
+ tencentcloud_sdk_python_vclm-3.0.1246.dist-info/METADATA,sha256=D1tT-8jLpeGVL0tyfzTCrBGS43OhOkMjnZgTtPFcvRE,1497
8
+ tencentcloud_sdk_python_vclm-3.0.1246.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_vclm-3.0.1246.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_vclm-3.0.1246.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=oqkTEetmhB1BRzGrqNPZTJ6EwACQG8Se63d3Z3syh8Y,631
2
- tencentcloud/vclm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/vclm/v20240523/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/vclm/v20240523/errorcodes.py,sha256=FFphJYPTskpe6jtyy8Bho-p569-DkxgNDPTX5bwkniU,9663
5
- tencentcloud/vclm/v20240523/models.py,sha256=qulBDmUbTZb4MR1JDz7C4mOU2_lIhcV42StY_3gOv5A,37715
6
- tencentcloud/vclm/v20240523/vclm_client.py,sha256=Karo2Q2sIi1_vWltJDVTt1mfzyVoZK0W61xmLgIoTYE,14182
7
- tencentcloud_sdk_python_vclm-3.0.1244.dist-info/METADATA,sha256=vk6mJJGLHmcAG50tdd97jL3dsj3q8CA9P4bIvO7V8j4,1497
8
- tencentcloud_sdk_python_vclm-3.0.1244.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_vclm-3.0.1244.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_vclm-3.0.1244.dist-info/RECORD,,