tencentcloud-sdk-python-vclm 3.0.1250__tar.gz → 3.0.1252__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.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/setup.py +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud/vclm/v20240523/models.py +12 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud_sdk_python_vclm.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-vclm-3.0.1252/tencentcloud_sdk_python_vclm.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-vclm-3.0.1250/tencentcloud_sdk_python_vclm.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/README.rst +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/setup.cfg +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud/vclm/__init__.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud/vclm/v20240523/__init__.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud/vclm/v20240523/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud/vclm/v20240523/vclm_client.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud_sdk_python_vclm.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/tencentcloud_sdk_python_vclm.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1250 → tencentcloud-sdk-python-vclm-3.0.1252}/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.1252"],
|
12
12
|
version=tencentcloud.__version__,
|
13
13
|
description='Tencent Cloud Vclm SDK for Python',
|
14
14
|
long_description=open('README.rst').read(),
|
@@ -1138,6 +1138,8 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1138
1138
|
时长要求:【10~300】秒
|
1139
1139
|
大小要求:不超过 100M。
|
1140
1140
|
:type AudioUrl: str
|
1141
|
+
:param _RemoveVocal: 是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。
|
1142
|
+
:type RemoveVocal: int
|
1141
1143
|
:param _Confirm: 是否需要确认翻译结果0:不需要,1:需要
|
1142
1144
|
:type Confirm: int
|
1143
1145
|
:param _LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
|
@@ -1153,6 +1155,7 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1153
1155
|
self._SrcLang = None
|
1154
1156
|
self._DstLang = None
|
1155
1157
|
self._AudioUrl = None
|
1158
|
+
self._RemoveVocal = None
|
1156
1159
|
self._Confirm = None
|
1157
1160
|
self._LipSync = None
|
1158
1161
|
self._VoiceType = None
|
@@ -1189,6 +1192,14 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1189
1192
|
def AudioUrl(self, AudioUrl):
|
1190
1193
|
self._AudioUrl = AudioUrl
|
1191
1194
|
|
1195
|
+
@property
|
1196
|
+
def RemoveVocal(self):
|
1197
|
+
return self._RemoveVocal
|
1198
|
+
|
1199
|
+
@RemoveVocal.setter
|
1200
|
+
def RemoveVocal(self, RemoveVocal):
|
1201
|
+
self._RemoveVocal = RemoveVocal
|
1202
|
+
|
1192
1203
|
@property
|
1193
1204
|
def Confirm(self):
|
1194
1205
|
return self._Confirm
|
@@ -1219,6 +1230,7 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1219
1230
|
self._SrcLang = params.get("SrcLang")
|
1220
1231
|
self._DstLang = params.get("DstLang")
|
1221
1232
|
self._AudioUrl = params.get("AudioUrl")
|
1233
|
+
self._RemoveVocal = params.get("RemoveVocal")
|
1222
1234
|
self._Confirm = params.get("Confirm")
|
1223
1235
|
self._LipSync = params.get("LipSync")
|
1224
1236
|
self._VoiceType = params.get("VoiceType")
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1252
|
@@ -1 +0,0 @@
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1250
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|