tencentcloud-sdk-python-vclm 3.0.1430__py2.py3-none-any.whl → 3.0.1448__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 +1 -1
- tencentcloud/vclm/v20240523/models.py +15 -0
- {tencentcloud_sdk_python_vclm-3.0.1430.dist-info → tencentcloud_sdk_python_vclm-3.0.1448.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_vclm-3.0.1448.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_vclm-3.0.1430.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_vclm-3.0.1430.dist-info → tencentcloud_sdk_python_vclm-3.0.1448.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_vclm-3.0.1430.dist-info → tencentcloud_sdk_python_vclm-3.0.1448.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1428,12 +1428,15 @@ class SubmitTemplateToVideoJobRequest(AbstractModel):
|
|
1428
1428
|
:type LogoParam: :class:`tencentcloud.vclm.v20240523.models.LogoParam`
|
1429
1429
|
:param _Resolution: 视频输出分辨率,默认值:360p - 枚举值: 720p 360p。
|
1430
1430
|
:type Resolution: str
|
1431
|
+
:param _BGM: 是否为生成的视频添加背景音乐。默认:false, 传 true 时系统将从预设 BGM 库中自动挑选合适的音乐并添加;不传或为 false 则不添加 BGM。
|
1432
|
+
:type BGM: bool
|
1431
1433
|
"""
|
1432
1434
|
self._Template = None
|
1433
1435
|
self._Images = None
|
1434
1436
|
self._LogoAdd = None
|
1435
1437
|
self._LogoParam = None
|
1436
1438
|
self._Resolution = None
|
1439
|
+
self._BGM = None
|
1437
1440
|
|
1438
1441
|
@property
|
1439
1442
|
def Template(self):
|
@@ -1499,6 +1502,17 @@ class SubmitTemplateToVideoJobRequest(AbstractModel):
|
|
1499
1502
|
def Resolution(self, Resolution):
|
1500
1503
|
self._Resolution = Resolution
|
1501
1504
|
|
1505
|
+
@property
|
1506
|
+
def BGM(self):
|
1507
|
+
"""是否为生成的视频添加背景音乐。默认:false, 传 true 时系统将从预设 BGM 库中自动挑选合适的音乐并添加;不传或为 false 则不添加 BGM。
|
1508
|
+
:rtype: bool
|
1509
|
+
"""
|
1510
|
+
return self._BGM
|
1511
|
+
|
1512
|
+
@BGM.setter
|
1513
|
+
def BGM(self, BGM):
|
1514
|
+
self._BGM = BGM
|
1515
|
+
|
1502
1516
|
|
1503
1517
|
def _deserialize(self, params):
|
1504
1518
|
self._Template = params.get("Template")
|
@@ -1513,6 +1527,7 @@ class SubmitTemplateToVideoJobRequest(AbstractModel):
|
|
1513
1527
|
self._LogoParam = LogoParam()
|
1514
1528
|
self._LogoParam._deserialize(params.get("LogoParam"))
|
1515
1529
|
self._Resolution = params.get("Resolution")
|
1530
|
+
self._BGM = params.get("BGM")
|
1516
1531
|
memeber_set = set(params.keys())
|
1517
1532
|
for name, value in vars(self).items():
|
1518
1533
|
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.
|
3
|
+
Version: 3.0.1448
|
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 (<4.0.0,>=3.0.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1448)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=l8H8D_HPdJWSm-IJNlKPygUi0dSf3NApdcxqXC5PqAA,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=eJ_NuiNRehzFdsVSkNgrmitfU9eYucOOTV28ABTGLI4,7384
|
5
|
+
tencentcloud/vclm/v20240523/models.py,sha256=Z6UdTcK7whdOStQ8I4JHSjdKuocr6a0KsFkjPMIELD8,56161
|
6
|
+
tencentcloud/vclm/v20240523/vclm_client.py,sha256=KzHKYXxy4JOc_GxaH-3CrFOWnv8o9zM5NcxRFkGNvLI,10142
|
7
|
+
tencentcloud_sdk_python_vclm-3.0.1448.dist-info/METADATA,sha256=s9nxCVnTqNRUFrGha_-NRg8Oy8_VKTzaKdC9V3G1yww,1508
|
8
|
+
tencentcloud_sdk_python_vclm-3.0.1448.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_vclm-3.0.1448.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_vclm-3.0.1448.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=THtEC9RVjjpuxEAztaLa_v8rp_IiC7HNUqE3juB28bE,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=eJ_NuiNRehzFdsVSkNgrmitfU9eYucOOTV28ABTGLI4,7384
|
5
|
-
tencentcloud/vclm/v20240523/models.py,sha256=i_lsEPgocvTxuY1BKi2TK_T3LE60IlX_IVZAVUbcHog,55519
|
6
|
-
tencentcloud/vclm/v20240523/vclm_client.py,sha256=KzHKYXxy4JOc_GxaH-3CrFOWnv8o9zM5NcxRFkGNvLI,10142
|
7
|
-
tencentcloud_sdk_python_vclm-3.0.1430.dist-info/METADATA,sha256=SvSs9Zg3ynuw22OOR6UpQ3fdVDO3_ZmFWr589-8Fe04,1508
|
8
|
-
tencentcloud_sdk_python_vclm-3.0.1430.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
-
tencentcloud_sdk_python_vclm-3.0.1430.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
-
tencentcloud_sdk_python_vclm-3.0.1430.dist-info/RECORD,,
|
File without changes
|
File without changes
|