tencentcloud-sdk-python-vclm 3.0.1268__tar.gz → 3.0.1269__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.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/setup.py +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud/vclm/v20240523/models.py +86 -62
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud/vclm/v20240523/vclm_client.py +1 -1
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud_sdk_python_vclm.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-vclm-3.0.1269/tencentcloud_sdk_python_vclm.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-vclm-3.0.1268/tencentcloud_sdk_python_vclm.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/README.rst +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/setup.cfg +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud/vclm/__init__.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud/vclm/v20240523/__init__.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud/vclm/v20240523/errorcodes.py +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud_sdk_python_vclm.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/tencentcloud_sdk_python_vclm.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-vclm-3.0.1268 → tencentcloud-sdk-python-vclm-3.0.1269}/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.1269"],
|
12
12
|
version=tencentcloud.__version__,
|
13
13
|
description='Tencent Cloud Vclm SDK for Python',
|
14
14
|
long_description=open('README.rst').read(),
|
@@ -97,7 +97,7 @@ class ConfirmVideoTranslateJobRequest(AbstractModel):
|
|
97
97
|
|
98
98
|
def __init__(self):
|
99
99
|
r"""
|
100
|
-
:param _JobId:
|
100
|
+
:param _JobId: 视频转译任务 ID
|
101
101
|
:type JobId: str
|
102
102
|
:param _TranslateResults: 待确认文本
|
103
103
|
:type TranslateResults: list of TranslateResult
|
@@ -107,7 +107,7 @@ class ConfirmVideoTranslateJobRequest(AbstractModel):
|
|
107
107
|
|
108
108
|
@property
|
109
109
|
def JobId(self):
|
110
|
-
"""
|
110
|
+
"""视频转译任务 ID
|
111
111
|
:rtype: str
|
112
112
|
"""
|
113
113
|
return self._JobId
|
@@ -153,15 +153,15 @@ class ConfirmVideoTranslateJobResponse(AbstractModel):
|
|
153
153
|
|
154
154
|
def __init__(self):
|
155
155
|
r"""
|
156
|
-
:param _JobId:
|
156
|
+
:param _JobId: 视频转译任务 ID。
|
157
157
|
:type JobId: str
|
158
|
-
:param _TaskId:
|
158
|
+
:param _TaskId: 音频转译任务 ID。
|
159
159
|
:type TaskId: str
|
160
|
-
:param _SessionId:
|
160
|
+
:param _SessionId: 音频转译结果确认 session。
|
161
161
|
:type SessionId: str
|
162
|
-
:param _Status:
|
162
|
+
:param _Status: 该字段与 DescribeVideoTranslateJob 接口的 Status 功能相同,均表示任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。
|
163
163
|
:type Status: int
|
164
|
-
:param _Message:
|
164
|
+
:param _Message: 视频转译任务信息。
|
165
165
|
:type Message: str
|
166
166
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
167
167
|
:type RequestId: str
|
@@ -175,7 +175,7 @@ class ConfirmVideoTranslateJobResponse(AbstractModel):
|
|
175
175
|
|
176
176
|
@property
|
177
177
|
def JobId(self):
|
178
|
-
"""
|
178
|
+
"""视频转译任务 ID。
|
179
179
|
:rtype: str
|
180
180
|
"""
|
181
181
|
return self._JobId
|
@@ -186,7 +186,7 @@ class ConfirmVideoTranslateJobResponse(AbstractModel):
|
|
186
186
|
|
187
187
|
@property
|
188
188
|
def TaskId(self):
|
189
|
-
"""
|
189
|
+
"""音频转译任务 ID。
|
190
190
|
:rtype: str
|
191
191
|
"""
|
192
192
|
return self._TaskId
|
@@ -197,7 +197,7 @@ class ConfirmVideoTranslateJobResponse(AbstractModel):
|
|
197
197
|
|
198
198
|
@property
|
199
199
|
def SessionId(self):
|
200
|
-
"""
|
200
|
+
"""音频转译结果确认 session。
|
201
201
|
:rtype: str
|
202
202
|
"""
|
203
203
|
return self._SessionId
|
@@ -208,7 +208,7 @@ class ConfirmVideoTranslateJobResponse(AbstractModel):
|
|
208
208
|
|
209
209
|
@property
|
210
210
|
def Status(self):
|
211
|
-
"""
|
211
|
+
"""该字段与 DescribeVideoTranslateJob 接口的 Status 功能相同,均表示任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。
|
212
212
|
:rtype: int
|
213
213
|
"""
|
214
214
|
return self._Status
|
@@ -219,7 +219,7 @@ class ConfirmVideoTranslateJobResponse(AbstractModel):
|
|
219
219
|
|
220
220
|
@property
|
221
221
|
def Message(self):
|
222
|
-
"""
|
222
|
+
"""视频转译任务信息。
|
223
223
|
:rtype: str
|
224
224
|
"""
|
225
225
|
return self._Message
|
@@ -595,14 +595,19 @@ class DescribeVideoStylizationJobResponse(AbstractModel):
|
|
595
595
|
r"""
|
596
596
|
:param _JobId: 任务ID。
|
597
597
|
:type JobId: str
|
598
|
-
:param _StatusCode:
|
599
|
-
JobInit: "初始化中"
|
600
|
-
JobModerationFailed: "审核失败"
|
601
|
-
JobRunning: "处理中"
|
602
|
-
JobFailed: "处理失败"
|
598
|
+
:param _StatusCode: 任务状态码。取值说明:
|
599
|
+
JobInit: "初始化中";
|
600
|
+
JobModerationFailed: "审核失败";
|
601
|
+
JobRunning: "处理中";
|
602
|
+
JobFailed: "处理失败";
|
603
603
|
JobSuccess: "处理完成"。
|
604
604
|
:type StatusCode: str
|
605
|
-
:param _StatusMsg:
|
605
|
+
:param _StatusMsg: 任务状态描述。取值说明:
|
606
|
+
JobInit: "初始化中";
|
607
|
+
JobModerationFailed: "审核失败";
|
608
|
+
JobRunning: "处理中";
|
609
|
+
JobFailed: "处理失败";
|
610
|
+
JobSuccess: "处理完成"。
|
606
611
|
:type StatusMsg: str
|
607
612
|
:param _ResultVideoUrl: 处理结果视频Url。URL有效期为24小时。
|
608
613
|
:type ResultVideoUrl: str
|
@@ -628,11 +633,11 @@ JobSuccess: "处理完成"。
|
|
628
633
|
|
629
634
|
@property
|
630
635
|
def StatusCode(self):
|
631
|
-
"""
|
632
|
-
JobInit: "初始化中"
|
633
|
-
JobModerationFailed: "审核失败"
|
634
|
-
JobRunning: "处理中"
|
635
|
-
JobFailed: "处理失败"
|
636
|
+
"""任务状态码。取值说明:
|
637
|
+
JobInit: "初始化中";
|
638
|
+
JobModerationFailed: "审核失败";
|
639
|
+
JobRunning: "处理中";
|
640
|
+
JobFailed: "处理失败";
|
636
641
|
JobSuccess: "处理完成"。
|
637
642
|
:rtype: str
|
638
643
|
"""
|
@@ -644,7 +649,12 @@ JobSuccess: "处理完成"。
|
|
644
649
|
|
645
650
|
@property
|
646
651
|
def StatusMsg(self):
|
647
|
-
"""
|
652
|
+
"""任务状态描述。取值说明:
|
653
|
+
JobInit: "初始化中";
|
654
|
+
JobModerationFailed: "审核失败";
|
655
|
+
JobRunning: "处理中";
|
656
|
+
JobFailed: "处理失败";
|
657
|
+
JobSuccess: "处理完成"。
|
648
658
|
:rtype: str
|
649
659
|
"""
|
650
660
|
return self._StatusMsg
|
@@ -727,31 +737,32 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
727
737
|
|
728
738
|
def __init__(self):
|
729
739
|
r"""
|
730
|
-
:param _JobStatus: 任务状态。 1
|
740
|
+
:param _JobStatus: 任务状态。0: 任务初始化。 1:音频转译中。 2:音频转译失败。 3:音频转译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频转译中。 7:视频转译失败。 8:视频转译成功。
|
731
741
|
:type JobStatus: int
|
732
|
-
:param _JobErrorCode:
|
742
|
+
:param _JobErrorCode: 本次任务出错的错误码,用来定位问题原因。
|
733
743
|
:type JobErrorCode: str
|
734
|
-
:param _JobErrorMsg:
|
744
|
+
:param _JobErrorMsg: 任务错误信息,错误码出现的原因。
|
735
745
|
:type JobErrorMsg: str
|
736
|
-
:param _ResultVideoUrl:
|
746
|
+
:param _ResultVideoUrl: 视频转译生成结果视频url,有效期1天。当JobStatus为8时,该字段返回视频Url。
|
737
747
|
:type ResultVideoUrl: str
|
738
|
-
:param _TranslateResults:
|
748
|
+
:param _TranslateResults: 音频转译后分句翻译内容,包含分句起始时间、源识别文本以及翻译后文本。
|
749
|
+
当JobStatus为3、4时,该字段返回分句翻译数据。
|
739
750
|
:type TranslateResults: list of TranslateResult
|
740
|
-
:param _JobConfirm: 是否需要确认翻译结果。0:不需要,1
|
751
|
+
:param _JobConfirm: 是否需要确认翻译结果。0:不需要,1:需要。
|
741
752
|
:type JobConfirm: int
|
742
|
-
:param _JobAudioTaskId: 音频任务 ID
|
753
|
+
:param _JobAudioTaskId: 音频任务 ID。
|
743
754
|
:type JobAudioTaskId: str
|
744
|
-
:param _JobVideoModerationId: 视频审核任务ID
|
755
|
+
:param _JobVideoModerationId: 视频审核任务ID。
|
745
756
|
:type JobVideoModerationId: str
|
746
|
-
:param _JobAudioModerationId: 音频审核任务 ID
|
757
|
+
:param _JobAudioModerationId: 音频审核任务 ID。
|
747
758
|
:type JobAudioModerationId: str
|
748
|
-
:param _JobVideoId: 口型驱动任务 ID
|
759
|
+
:param _JobVideoId: 口型驱动任务 ID。
|
749
760
|
:type JobVideoId: str
|
750
|
-
:param _OriginalVideoUrl: 视频素材原始 URL
|
761
|
+
:param _OriginalVideoUrl: 视频素材原始 URL。
|
751
762
|
:type OriginalVideoUrl: str
|
752
|
-
:param _AsrTimestamps:
|
763
|
+
:param _AsrTimestamps: 文本片段及其时间戳。
|
753
764
|
:type AsrTimestamps: list of AsrTimestamps
|
754
|
-
:param _JobSubmitReqId:
|
765
|
+
:param _JobSubmitReqId: 提交视频转译任务时的 requestId。
|
755
766
|
:type JobSubmitReqId: str
|
756
767
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
757
768
|
:type RequestId: str
|
@@ -773,7 +784,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
773
784
|
|
774
785
|
@property
|
775
786
|
def JobStatus(self):
|
776
|
-
"""任务状态。 1
|
787
|
+
"""任务状态。0: 任务初始化。 1:音频转译中。 2:音频转译失败。 3:音频转译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频转译中。 7:视频转译失败。 8:视频转译成功。
|
777
788
|
:rtype: int
|
778
789
|
"""
|
779
790
|
return self._JobStatus
|
@@ -784,7 +795,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
784
795
|
|
785
796
|
@property
|
786
797
|
def JobErrorCode(self):
|
787
|
-
"""
|
798
|
+
"""本次任务出错的错误码,用来定位问题原因。
|
788
799
|
:rtype: str
|
789
800
|
"""
|
790
801
|
return self._JobErrorCode
|
@@ -795,7 +806,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
795
806
|
|
796
807
|
@property
|
797
808
|
def JobErrorMsg(self):
|
798
|
-
"""
|
809
|
+
"""任务错误信息,错误码出现的原因。
|
799
810
|
:rtype: str
|
800
811
|
"""
|
801
812
|
return self._JobErrorMsg
|
@@ -806,7 +817,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
806
817
|
|
807
818
|
@property
|
808
819
|
def ResultVideoUrl(self):
|
809
|
-
"""
|
820
|
+
"""视频转译生成结果视频url,有效期1天。当JobStatus为8时,该字段返回视频Url。
|
810
821
|
:rtype: str
|
811
822
|
"""
|
812
823
|
return self._ResultVideoUrl
|
@@ -817,7 +828,8 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
817
828
|
|
818
829
|
@property
|
819
830
|
def TranslateResults(self):
|
820
|
-
"""
|
831
|
+
"""音频转译后分句翻译内容,包含分句起始时间、源识别文本以及翻译后文本。
|
832
|
+
当JobStatus为3、4时,该字段返回分句翻译数据。
|
821
833
|
:rtype: list of TranslateResult
|
822
834
|
"""
|
823
835
|
return self._TranslateResults
|
@@ -828,7 +840,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
828
840
|
|
829
841
|
@property
|
830
842
|
def JobConfirm(self):
|
831
|
-
"""是否需要确认翻译结果。0:不需要,1
|
843
|
+
"""是否需要确认翻译结果。0:不需要,1:需要。
|
832
844
|
:rtype: int
|
833
845
|
"""
|
834
846
|
return self._JobConfirm
|
@@ -839,7 +851,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
839
851
|
|
840
852
|
@property
|
841
853
|
def JobAudioTaskId(self):
|
842
|
-
"""音频任务 ID
|
854
|
+
"""音频任务 ID。
|
843
855
|
:rtype: str
|
844
856
|
"""
|
845
857
|
return self._JobAudioTaskId
|
@@ -850,7 +862,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
850
862
|
|
851
863
|
@property
|
852
864
|
def JobVideoModerationId(self):
|
853
|
-
"""视频审核任务ID
|
865
|
+
"""视频审核任务ID。
|
854
866
|
:rtype: str
|
855
867
|
"""
|
856
868
|
return self._JobVideoModerationId
|
@@ -861,7 +873,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
861
873
|
|
862
874
|
@property
|
863
875
|
def JobAudioModerationId(self):
|
864
|
-
"""音频审核任务 ID
|
876
|
+
"""音频审核任务 ID。
|
865
877
|
:rtype: str
|
866
878
|
"""
|
867
879
|
return self._JobAudioModerationId
|
@@ -872,7 +884,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
872
884
|
|
873
885
|
@property
|
874
886
|
def JobVideoId(self):
|
875
|
-
"""口型驱动任务 ID
|
887
|
+
"""口型驱动任务 ID。
|
876
888
|
:rtype: str
|
877
889
|
"""
|
878
890
|
return self._JobVideoId
|
@@ -883,7 +895,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
883
895
|
|
884
896
|
@property
|
885
897
|
def OriginalVideoUrl(self):
|
886
|
-
"""视频素材原始 URL
|
898
|
+
"""视频素材原始 URL。
|
887
899
|
:rtype: str
|
888
900
|
"""
|
889
901
|
return self._OriginalVideoUrl
|
@@ -894,7 +906,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
894
906
|
|
895
907
|
@property
|
896
908
|
def AsrTimestamps(self):
|
897
|
-
"""
|
909
|
+
"""文本片段及其时间戳。
|
898
910
|
:rtype: list of AsrTimestamps
|
899
911
|
"""
|
900
912
|
return self._AsrTimestamps
|
@@ -905,7 +917,7 @@ class DescribeVideoTranslateJobResponse(AbstractModel):
|
|
905
917
|
|
906
918
|
@property
|
907
919
|
def JobSubmitReqId(self):
|
908
|
-
"""
|
920
|
+
"""提交视频转译任务时的 requestId。
|
909
921
|
:rtype: str
|
910
922
|
"""
|
911
923
|
return self._JobSubmitReqId
|
@@ -1522,7 +1534,11 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
|
|
1522
1534
|
|
1523
1535
|
def __init__(self):
|
1524
1536
|
r"""
|
1525
|
-
:param _StyleId: 风格ID
|
1537
|
+
:param _StyleId: 风格ID。取值说明:
|
1538
|
+
2d_anime:2D动漫;
|
1539
|
+
3d_cartoon:3D卡通;
|
1540
|
+
3d_china:3D国潮;
|
1541
|
+
pixel_art:像素风。
|
1526
1542
|
:type StyleId: str
|
1527
1543
|
:param _VideoUrl: 输入视频URL。视频要求:
|
1528
1544
|
- 视频格式:mp4、mov;
|
@@ -1531,9 +1547,11 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
|
|
1531
1547
|
- 视频大小:不超过200M;
|
1532
1548
|
- 视频FPS:15~60fps。
|
1533
1549
|
:type VideoUrl: str
|
1534
|
-
:param _StyleStrength:
|
1535
|
-
|
1536
|
-
|
1550
|
+
:param _StyleStrength: 风格化强度。取值说明:
|
1551
|
+
low:风格化强度弱;
|
1552
|
+
medium:风格化强度中等;
|
1553
|
+
high:风格化强度强。
|
1554
|
+
默认值为medium。
|
1537
1555
|
:type StyleStrength: str
|
1538
1556
|
"""
|
1539
1557
|
self._StyleId = None
|
@@ -1542,7 +1560,11 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
|
|
1542
1560
|
|
1543
1561
|
@property
|
1544
1562
|
def StyleId(self):
|
1545
|
-
"""风格ID
|
1563
|
+
"""风格ID。取值说明:
|
1564
|
+
2d_anime:2D动漫;
|
1565
|
+
3d_cartoon:3D卡通;
|
1566
|
+
3d_china:3D国潮;
|
1567
|
+
pixel_art:像素风。
|
1546
1568
|
:rtype: str
|
1547
1569
|
"""
|
1548
1570
|
return self._StyleId
|
@@ -1569,9 +1591,11 @@ class SubmitVideoStylizationJobRequest(AbstractModel):
|
|
1569
1591
|
|
1570
1592
|
@property
|
1571
1593
|
def StyleStrength(self):
|
1572
|
-
"""
|
1573
|
-
|
1574
|
-
|
1594
|
+
"""风格化强度。取值说明:
|
1595
|
+
low:风格化强度弱;
|
1596
|
+
medium:风格化强度中等;
|
1597
|
+
high:风格化强度强。
|
1598
|
+
默认值为medium。
|
1575
1599
|
:rtype: str
|
1576
1600
|
"""
|
1577
1601
|
return self._StyleStrength
|
@@ -1602,7 +1626,7 @@ class SubmitVideoStylizationJobResponse(AbstractModel):
|
|
1602
1626
|
|
1603
1627
|
def __init__(self):
|
1604
1628
|
r"""
|
1605
|
-
:param _JobId: 任务ID
|
1629
|
+
:param _JobId: 任务ID。任务有效期为48小时。
|
1606
1630
|
:type JobId: str
|
1607
1631
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1608
1632
|
:type RequestId: str
|
@@ -1612,7 +1636,7 @@ class SubmitVideoStylizationJobResponse(AbstractModel):
|
|
1612
1636
|
|
1613
1637
|
@property
|
1614
1638
|
def JobId(self):
|
1615
|
-
"""任务ID
|
1639
|
+
"""任务ID。任务有效期为48小时。
|
1616
1640
|
:rtype: str
|
1617
1641
|
"""
|
1618
1642
|
return self._JobId
|
@@ -1657,7 +1681,7 @@ fps 要求:【15-60】fps
|
|
1657
1681
|
目前支持语种范围:zh(中文), en(英文)
|
1658
1682
|
:type SrcLang: str
|
1659
1683
|
:param _AudioUrl: 当音频 URL 不为空时,不经过语音AI处理,直接以视频为素材用音频内容做视频口型驱动。
|
1660
|
-
格式要求:支持 mp3、m4a、
|
1684
|
+
格式要求:支持 mp3、m4a、aac、wav 格式。
|
1661
1685
|
时长要求:【5~600】秒,音频时长要匹配视频时长。
|
1662
1686
|
大小要求:不超过 100Mb。
|
1663
1687
|
:type AudioUrl: str
|
@@ -1723,7 +1747,7 @@ fps 要求:【15-60】fps
|
|
1723
1747
|
@property
|
1724
1748
|
def AudioUrl(self):
|
1725
1749
|
"""当音频 URL 不为空时,不经过语音AI处理,直接以视频为素材用音频内容做视频口型驱动。
|
1726
|
-
格式要求:支持 mp3、m4a、
|
1750
|
+
格式要求:支持 mp3、m4a、aac、wav 格式。
|
1727
1751
|
时长要求:【5~600】秒,音频时长要匹配视频时长。
|
1728
1752
|
大小要求:不超过 100Mb。
|
1729
1753
|
:rtype: str
|
@@ -120,7 +120,7 @@ class VclmClient(AbstractClient):
|
|
120
120
|
|
121
121
|
|
122
122
|
def DescribeVideoTranslateJob(self, request):
|
123
|
-
"""
|
123
|
+
"""查询视频转译任务
|
124
124
|
|
125
125
|
:param request: Request instance for DescribeVideoTranslateJob.
|
126
126
|
:type request: :class:`tencentcloud.vclm.v20240523.models.DescribeVideoTranslateJobRequest`
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1269
|
@@ -1 +0,0 @@
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1268
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|