tencentcloud-sdk-vclm 3.0.943 → 3.0.945
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240523/client.rb +1 -1
- data/lib/v20240523/models.rb +43 -31
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c995a0b8790459b89941c5bf3fb8450b94b1047
|
4
|
+
data.tar.gz: 73a14f880b0528bd29aa24308774106d7da43769
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65da167fc620343f9bef13064419ea2db15b78d168cca08baf15f492bf42e31236433a1356a5bd2e3aa440e63923a25c0d4eb35039117a918152d18cc4d470c2
|
7
|
+
data.tar.gz: 592905a37af8df710daa03fc493a988378d289d0c6cb6b9f21793b0fb5bdf21c4d601ea6341fcdfeaaa0286679130e5685da6a4cfc334f9e5b68fb3f5157d24e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.945
|
data/lib/v20240523/client.rb
CHANGED
@@ -126,7 +126,7 @@ module TencentCloud
|
|
126
126
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
127
127
|
end
|
128
128
|
|
129
|
-
#
|
129
|
+
# 查询视频转译任务
|
130
130
|
|
131
131
|
# @param request: Request instance for DescribeVideoTranslateJob.
|
132
132
|
# @type request: :class:`Tencentcloud::vclm::V20240523::DescribeVideoTranslateJobRequest`
|
data/lib/v20240523/models.rb
CHANGED
@@ -46,7 +46,7 @@ module TencentCloud
|
|
46
46
|
|
47
47
|
# ConfirmVideoTranslateJob请求参数结构体
|
48
48
|
class ConfirmVideoTranslateJobRequest < TencentCloud::Common::AbstractModel
|
49
|
-
# @param JobId:
|
49
|
+
# @param JobId: 视频转译任务 ID
|
50
50
|
# @type JobId: String
|
51
51
|
# @param TranslateResults: 待确认文本
|
52
52
|
# @type TranslateResults: Array
|
@@ -73,15 +73,15 @@ module TencentCloud
|
|
73
73
|
|
74
74
|
# ConfirmVideoTranslateJob返回参数结构体
|
75
75
|
class ConfirmVideoTranslateJobResponse < TencentCloud::Common::AbstractModel
|
76
|
-
# @param JobId:
|
76
|
+
# @param JobId: 视频转译任务 ID。
|
77
77
|
# @type JobId: String
|
78
|
-
# @param TaskId:
|
78
|
+
# @param TaskId: 音频转译任务 ID。
|
79
79
|
# @type TaskId: String
|
80
|
-
# @param SessionId:
|
80
|
+
# @param SessionId: 音频转译结果确认 session。
|
81
81
|
# @type SessionId: String
|
82
|
-
# @param Status:
|
82
|
+
# @param Status: 该字段与 DescribeVideoTranslateJob 接口的 Status 功能相同,均表示任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。
|
83
83
|
# @type Status: Integer
|
84
|
-
# @param Message:
|
84
|
+
# @param Message: 视频转译任务信息。
|
85
85
|
# @type Message: String
|
86
86
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
87
87
|
# @type RequestId: String
|
@@ -239,14 +239,19 @@ module TencentCloud
|
|
239
239
|
class DescribeVideoStylizationJobResponse < TencentCloud::Common::AbstractModel
|
240
240
|
# @param JobId: 任务ID。
|
241
241
|
# @type JobId: String
|
242
|
-
# @param StatusCode:
|
243
|
-
# JobInit: "初始化中"
|
244
|
-
# JobModerationFailed: "审核失败"
|
245
|
-
# JobRunning: "处理中"
|
246
|
-
# JobFailed: "处理失败"
|
242
|
+
# @param StatusCode: 任务状态码。取值说明:
|
243
|
+
# JobInit: "初始化中";
|
244
|
+
# JobModerationFailed: "审核失败";
|
245
|
+
# JobRunning: "处理中";
|
246
|
+
# JobFailed: "处理失败";
|
247
247
|
# JobSuccess: "处理完成"。
|
248
248
|
# @type StatusCode: String
|
249
|
-
# @param StatusMsg:
|
249
|
+
# @param StatusMsg: 任务状态描述。取值说明:
|
250
|
+
# JobInit: "初始化中";
|
251
|
+
# JobModerationFailed: "审核失败";
|
252
|
+
# JobRunning: "处理中";
|
253
|
+
# JobFailed: "处理失败";
|
254
|
+
# JobSuccess: "处理完成"。
|
250
255
|
# @type StatusMsg: String
|
251
256
|
# @param ResultVideoUrl: 处理结果视频Url。URL有效期为24小时。
|
252
257
|
# @type ResultVideoUrl: String
|
@@ -290,31 +295,32 @@ module TencentCloud
|
|
290
295
|
|
291
296
|
# DescribeVideoTranslateJob返回参数结构体
|
292
297
|
class DescribeVideoTranslateJobResponse < TencentCloud::Common::AbstractModel
|
293
|
-
# @param JobStatus: 任务状态。 1
|
298
|
+
# @param JobStatus: 任务状态。0: 任务初始化。 1:音频转译中。 2:音频转译失败。 3:音频转译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频转译中。 7:视频转译失败。 8:视频转译成功。
|
294
299
|
# @type JobStatus: Integer
|
295
|
-
# @param JobErrorCode:
|
300
|
+
# @param JobErrorCode: 本次任务出错的错误码,用来定位问题原因。
|
296
301
|
# @type JobErrorCode: String
|
297
|
-
# @param JobErrorMsg:
|
302
|
+
# @param JobErrorMsg: 任务错误信息,错误码出现的原因。
|
298
303
|
# @type JobErrorMsg: String
|
299
|
-
# @param ResultVideoUrl:
|
304
|
+
# @param ResultVideoUrl: 视频转译生成结果视频url,有效期1天。当JobStatus为8时,该字段返回视频Url。
|
300
305
|
# @type ResultVideoUrl: String
|
301
|
-
# @param TranslateResults:
|
306
|
+
# @param TranslateResults: 音频转译后分句翻译内容,包含分句起始时间、源识别文本以及翻译后文本。
|
307
|
+
# 当JobStatus为3、4时,该字段返回分句翻译数据。
|
302
308
|
# @type TranslateResults: Array
|
303
|
-
# @param JobConfirm: 是否需要确认翻译结果。0:不需要,1
|
309
|
+
# @param JobConfirm: 是否需要确认翻译结果。0:不需要,1:需要。
|
304
310
|
# @type JobConfirm: Integer
|
305
|
-
# @param JobAudioTaskId: 音频任务 ID
|
311
|
+
# @param JobAudioTaskId: 音频任务 ID。
|
306
312
|
# @type JobAudioTaskId: String
|
307
|
-
# @param JobVideoModerationId: 视频审核任务ID
|
313
|
+
# @param JobVideoModerationId: 视频审核任务ID。
|
308
314
|
# @type JobVideoModerationId: String
|
309
|
-
# @param JobAudioModerationId: 音频审核任务 ID
|
315
|
+
# @param JobAudioModerationId: 音频审核任务 ID。
|
310
316
|
# @type JobAudioModerationId: String
|
311
|
-
# @param JobVideoId: 口型驱动任务 ID
|
317
|
+
# @param JobVideoId: 口型驱动任务 ID。
|
312
318
|
# @type JobVideoId: String
|
313
|
-
# @param OriginalVideoUrl: 视频素材原始 URL
|
319
|
+
# @param OriginalVideoUrl: 视频素材原始 URL。
|
314
320
|
# @type OriginalVideoUrl: String
|
315
|
-
# @param AsrTimestamps:
|
321
|
+
# @param AsrTimestamps: 文本片段及其时间戳。
|
316
322
|
# @type AsrTimestamps: Array
|
317
|
-
# @param JobSubmitReqId:
|
323
|
+
# @param JobSubmitReqId: 提交视频转译任务时的 requestId。
|
318
324
|
# @type JobSubmitReqId: String
|
319
325
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
320
326
|
# @type RequestId: String
|
@@ -583,7 +589,11 @@ module TencentCloud
|
|
583
589
|
|
584
590
|
# SubmitVideoStylizationJob请求参数结构体
|
585
591
|
class SubmitVideoStylizationJobRequest < TencentCloud::Common::AbstractModel
|
586
|
-
# @param StyleId: 风格ID
|
592
|
+
# @param StyleId: 风格ID。取值说明:
|
593
|
+
# 2d_anime:2D动漫;
|
594
|
+
# 3d_cartoon:3D卡通;
|
595
|
+
# 3d_china:3D国潮;
|
596
|
+
# pixel_art:像素风。
|
587
597
|
# @type StyleId: String
|
588
598
|
# @param VideoUrl: 输入视频URL。视频要求:
|
589
599
|
# - 视频格式:mp4、mov;
|
@@ -592,9 +602,11 @@ module TencentCloud
|
|
592
602
|
# - 视频大小:不超过200M;
|
593
603
|
# - 视频FPS:15~60fps。
|
594
604
|
# @type VideoUrl: String
|
595
|
-
# @param StyleStrength:
|
596
|
-
#
|
597
|
-
#
|
605
|
+
# @param StyleStrength: 风格化强度。取值说明:
|
606
|
+
# low:风格化强度弱;
|
607
|
+
# medium:风格化强度中等;
|
608
|
+
# high:风格化强度强。
|
609
|
+
# 默认值为medium。
|
598
610
|
# @type StyleStrength: String
|
599
611
|
|
600
612
|
attr_accessor :StyleId, :VideoUrl, :StyleStrength
|
@@ -614,7 +626,7 @@ module TencentCloud
|
|
614
626
|
|
615
627
|
# SubmitVideoStylizationJob返回参数结构体
|
616
628
|
class SubmitVideoStylizationJobResponse < TencentCloud::Common::AbstractModel
|
617
|
-
# @param JobId: 任务ID
|
629
|
+
# @param JobId: 任务ID。任务有效期为48小时。
|
618
630
|
# @type JobId: String
|
619
631
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
620
632
|
# @type RequestId: String
|
@@ -645,7 +657,7 @@ module TencentCloud
|
|
645
657
|
# 目前支持语种范围:zh(中文), en(英文)
|
646
658
|
# @type SrcLang: String
|
647
659
|
# @param AudioUrl: 当音频 URL 不为空时,不经过语音AI处理,直接以视频为素材用音频内容做视频口型驱动。
|
648
|
-
# 格式要求:支持 mp3、m4a、
|
660
|
+
# 格式要求:支持 mp3、m4a、aac、wav 格式。
|
649
661
|
# 时长要求:【5~600】秒,音频时长要匹配视频时长。
|
650
662
|
# 大小要求:不超过 100Mb。
|
651
663
|
# @type AudioUrl: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vclm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.945
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|