tencentcloud-sdk-python-vclm 3.0.1288__py2.py3-none-any.whl → 3.0.1296__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.1288'
17
+ __version__ = '3.0.1296'
@@ -1338,8 +1338,9 @@ class SubmitImageAnimateJobRequest(AbstractModel):
1338
1338
  :type EnableAudio: bool
1339
1339
  :param _EnableBodyJoins: 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
1340
1340
  :type EnableBodyJoins: bool
1341
- :param _EnableSegment: 最终视频是否保留原图的背景,默认不保留。
1342
-
1341
+ :param _EnableSegment: 是否对结果视频背景进行分割,默认值为false。
1342
+ true:分割结果视频,结果视频(ResultVideoUrl)将为去除背景的绿幕视频,并返回掩码视频(MaskVideoUrl);
1343
+ false:不分割结果视频,结果视频(ResultVideoUrl)为带背景的视频,掩码视频(MaskVideoUrl)为空字符串。
1343
1344
  :type EnableSegment: bool
1344
1345
  :param _LogoAdd: 为生成视频添加标识的开关,默认为0。
1345
1346
  1:添加标识。
@@ -1425,8 +1426,9 @@ class SubmitImageAnimateJobRequest(AbstractModel):
1425
1426
 
1426
1427
  @property
1427
1428
  def EnableSegment(self):
1428
- """最终视频是否保留原图的背景,默认不保留。
1429
-
1429
+ """是否对结果视频背景进行分割,默认值为false。
1430
+ true:分割结果视频,结果视频(ResultVideoUrl)将为去除背景的绿幕视频,并返回掩码视频(MaskVideoUrl);
1431
+ false:不分割结果视频,结果视频(ResultVideoUrl)为带背景的视频,掩码视频(MaskVideoUrl)为空字符串。
1430
1432
  :rtype: bool
1431
1433
  """
1432
1434
  return self._EnableSegment
@@ -1882,7 +1884,7 @@ class SubmitVideoTranslateJobRequest(AbstractModel):
1882
1884
  fps 要求:【15-60】fps
1883
1885
  分辨率要求:单边像素要求在 【360~4096】 之间。
1884
1886
  大小要求:不超过500MB
1885
-
1887
+ 请保证文件的下载速度,否则会下载失败。
1886
1888
  :type VideoUrl: str
1887
1889
  :param _SrcLang: 输入视频中音频语种
1888
1890
  目前支持语种范围:zh(中文), en(英文)
@@ -1891,8 +1893,9 @@ fps 要求:【15-60】fps
1891
1893
  格式要求:支持 mp3、m4a、aac、wav 格式。
1892
1894
  时长要求:【5~600】秒,音频时长要匹配视频时长。
1893
1895
  大小要求:不超过 100MB。
1896
+ 请保证文件的下载速度,否则会下载失败。
1894
1897
  :type AudioUrl: str
1895
- :param _DstLang: 输出视频中翻译语种
1898
+ :param _DstLang: 输出视频中翻译语种。默认是en(英语)。
1896
1899
  目前支持语种范围:zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)、fr(法语)、id(印尼语)、it(意大利语)、ja(日语)、ko(韩语)、ms(马来语)、pt(葡萄牙语)、ru(俄语)、th(泰语)、tr(土耳其语)、vi(越南语)
1897
1900
  :type DstLang: str
1898
1901
  :param _VoiceType: 翻译语种匹配音色种别,其他说明如下:
@@ -1930,7 +1933,7 @@ fps 要求:【15-60】fps
1930
1933
  fps 要求:【15-60】fps
1931
1934
  分辨率要求:单边像素要求在 【360~4096】 之间。
1932
1935
  大小要求:不超过500MB
1933
-
1936
+ 请保证文件的下载速度,否则会下载失败。
1934
1937
  :rtype: str
1935
1938
  """
1936
1939
  return self._VideoUrl
@@ -1957,6 +1960,7 @@ fps 要求:【15-60】fps
1957
1960
  格式要求:支持 mp3、m4a、aac、wav 格式。
1958
1961
  时长要求:【5~600】秒,音频时长要匹配视频时长。
1959
1962
  大小要求:不超过 100MB。
1963
+ 请保证文件的下载速度,否则会下载失败。
1960
1964
  :rtype: str
1961
1965
  """
1962
1966
  return self._AudioUrl
@@ -1967,7 +1971,7 @@ fps 要求:【15-60】fps
1967
1971
 
1968
1972
  @property
1969
1973
  def DstLang(self):
1970
- """输出视频中翻译语种
1974
+ """输出视频中翻译语种。默认是en(英语)。
1971
1975
  目前支持语种范围:zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)、fr(法语)、id(印尼语)、it(意大利语)、ja(日语)、ko(韩语)、ms(马来语)、pt(葡萄牙语)、ru(俄语)、th(泰语)、tr(土耳其语)、vi(越南语)
1972
1976
  :rtype: str
1973
1977
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vclm
3
- Version: 3.0.1288
3
+ Version: 3.0.1296
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.1288)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1296)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=XFhdk7AK_ipZK-fLl0KrQsTx-cVJ5t9siwY7O86olWg,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.1296.dist-info/METADATA,sha256=7VFVj_wuJCA-lFygVXX3_f9BQjcpvt_mVnvshhBQPUA,1501
8
+ tencentcloud_sdk_python_vclm-3.0.1296.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_vclm-3.0.1296.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_vclm-3.0.1296.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=TyI3hin136zU4cJvjg_Y-Zb1L3Xnfz1Hc2HqrbXHfWg,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=KxUDfNhsq9RsarAN_1Et37aHwrC8td1sXBHUrdQGcYI,70713
6
- tencentcloud/vclm/v20240523/vclm_client.py,sha256=ppiwCujLnm07qgB_5zWjyUQlcZEg-UvW0WutpC5h59A,12657
7
- tencentcloud_sdk_python_vclm-3.0.1288.dist-info/METADATA,sha256=pZqbbP6LVRkPB0R-cwBFKLs8PhrE7QuFWxEHNt5ccrI,1501
8
- tencentcloud_sdk_python_vclm-3.0.1288.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_vclm-3.0.1288.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_vclm-3.0.1288.dist-info/RECORD,,