tencentcloud-sdk-python-vclm 3.0.1295__py2.py3-none-any.whl → 3.0.1304__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 +6 -4
- {tencentcloud_sdk_python_vclm-3.0.1295.dist-info → tencentcloud_sdk_python_vclm-3.0.1304.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_vclm-3.0.1304.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_vclm-3.0.1295.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_vclm-3.0.1295.dist-info → tencentcloud_sdk_python_vclm-3.0.1304.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_vclm-3.0.1295.dist-info → tencentcloud_sdk_python_vclm-3.0.1304.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1884,7 +1884,7 @@ class SubmitVideoTranslateJobRequest(AbstractModel):
|
|
1884
1884
|
fps 要求:【15-60】fps
|
1885
1885
|
分辨率要求:单边像素要求在 【360~4096】 之间。
|
1886
1886
|
大小要求:不超过500MB
|
1887
|
-
|
1887
|
+
请保证文件的下载速度,否则会下载失败。
|
1888
1888
|
:type VideoUrl: str
|
1889
1889
|
:param _SrcLang: 输入视频中音频语种
|
1890
1890
|
目前支持语种范围:zh(中文), en(英文)
|
@@ -1893,8 +1893,9 @@ fps 要求:【15-60】fps
|
|
1893
1893
|
格式要求:支持 mp3、m4a、aac、wav 格式。
|
1894
1894
|
时长要求:【5~600】秒,音频时长要匹配视频时长。
|
1895
1895
|
大小要求:不超过 100MB。
|
1896
|
+
请保证文件的下载速度,否则会下载失败。
|
1896
1897
|
:type AudioUrl: str
|
1897
|
-
:param _DstLang:
|
1898
|
+
:param _DstLang: 输出视频中翻译语种。默认是en(英语)。
|
1898
1899
|
目前支持语种范围:zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)、fr(法语)、id(印尼语)、it(意大利语)、ja(日语)、ko(韩语)、ms(马来语)、pt(葡萄牙语)、ru(俄语)、th(泰语)、tr(土耳其语)、vi(越南语)
|
1899
1900
|
:type DstLang: str
|
1900
1901
|
:param _VoiceType: 翻译语种匹配音色种别,其他说明如下:
|
@@ -1932,7 +1933,7 @@ fps 要求:【15-60】fps
|
|
1932
1933
|
fps 要求:【15-60】fps
|
1933
1934
|
分辨率要求:单边像素要求在 【360~4096】 之间。
|
1934
1935
|
大小要求:不超过500MB
|
1935
|
-
|
1936
|
+
请保证文件的下载速度,否则会下载失败。
|
1936
1937
|
:rtype: str
|
1937
1938
|
"""
|
1938
1939
|
return self._VideoUrl
|
@@ -1959,6 +1960,7 @@ fps 要求:【15-60】fps
|
|
1959
1960
|
格式要求:支持 mp3、m4a、aac、wav 格式。
|
1960
1961
|
时长要求:【5~600】秒,音频时长要匹配视频时长。
|
1961
1962
|
大小要求:不超过 100MB。
|
1963
|
+
请保证文件的下载速度,否则会下载失败。
|
1962
1964
|
:rtype: str
|
1963
1965
|
"""
|
1964
1966
|
return self._AudioUrl
|
@@ -1969,7 +1971,7 @@ fps 要求:【15-60】fps
|
|
1969
1971
|
|
1970
1972
|
@property
|
1971
1973
|
def DstLang(self):
|
1972
|
-
"""
|
1974
|
+
"""输出视频中翻译语种。默认是en(英语)。
|
1973
1975
|
目前支持语种范围:zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)、fr(法语)、id(印尼语)、it(意大利语)、ja(日语)、ko(韩语)、ms(马来语)、pt(葡萄牙语)、ru(俄语)、th(泰语)、tr(土耳其语)、vi(越南语)
|
1974
1976
|
:rtype: str
|
1975
1977
|
"""
|
@@ -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.1304
|
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.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1304)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=hLpndqqq64w7W4Nu57s-XCFWI1VmsfYkfZtTdjzz-Dg,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=A268nNBKnYI7qv_KCNz8gURi1y91tzz0ho2aqKMhe5k,9879
|
5
|
+
tencentcloud/vclm/v20240523/models.py,sha256=oG4Xm0PYzoeSS__OUSph77FvpKU_Z-iEnXkShb_uU7E,71547
|
6
|
+
tencentcloud/vclm/v20240523/vclm_client.py,sha256=ppiwCujLnm07qgB_5zWjyUQlcZEg-UvW0WutpC5h59A,12657
|
7
|
+
tencentcloud_sdk_python_vclm-3.0.1304.dist-info/METADATA,sha256=4TjZnmnHyBTQiaHuVvjJiI-ejv2Zhjt95s3H7eGhd3A,1501
|
8
|
+
tencentcloud_sdk_python_vclm-3.0.1304.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_vclm-3.0.1304.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_vclm-3.0.1304.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=_RgzKSY9R1limCSBVqvKZn2GGWFbn9Zghw1tY3_-EuY,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=A268nNBKnYI7qv_KCNz8gURi1y91tzz0ho2aqKMhe5k,9879
|
5
|
-
tencentcloud/vclm/v20240523/models.py,sha256=feYtsFc0-EvmdXWcuhj4LTisjNO0DMjEIibU8y70EGM,71267
|
6
|
-
tencentcloud/vclm/v20240523/vclm_client.py,sha256=ppiwCujLnm07qgB_5zWjyUQlcZEg-UvW0WutpC5h59A,12657
|
7
|
-
tencentcloud_sdk_python_vclm-3.0.1295.dist-info/METADATA,sha256=ipJ9tW3NEtC9uBJnd70dCbELHSoHpW_BRy7QvbWSkY8,1501
|
8
|
-
tencentcloud_sdk_python_vclm-3.0.1295.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
-
tencentcloud_sdk_python_vclm-3.0.1295.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
-
tencentcloud_sdk_python_vclm-3.0.1295.dist-info/RECORD,,
|
File without changes
|
File without changes
|