tencentcloud-sdk-vclm 3.0.974 → 3.0.975
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240523/models.rb +25 -23
- 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: 1fcc0b3e6a9d9e070758f3502b5c8bd89c55af31
|
4
|
+
data.tar.gz: 106998cfda829f902b5ba48b4d6196fba57c90c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32d4dab5d5a79a3677cfd7b63afb59a67fc8ff32ecc8864dac4a846977425609264486fa62f63dd6beb222df5f25e254cddcfd09b53a96191ead72cd130febb5
|
7
|
+
data.tar.gz: 1422221d51b9a99ee0337cb5942ecb74a8521599e97c3e2bb57119cee849479776d736ee4bcac51f00096d2475b2c82ee2fb811e27b5305de2fdc5f90dbf0740
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.975
|
data/lib/v20240523/models.rb
CHANGED
@@ -146,14 +146,14 @@ module TencentCloud
|
|
146
146
|
|
147
147
|
attr_accessor :JobId, :TaskId, :SessionId, :Status, :Message, :JobStatus, :RequestId
|
148
148
|
extend Gem::Deprecate
|
149
|
-
deprecate :TaskId, :none,
|
150
|
-
deprecate :TaskId=, :none,
|
151
|
-
deprecate :SessionId, :none,
|
152
|
-
deprecate :SessionId=, :none,
|
153
|
-
deprecate :Status, :none,
|
154
|
-
deprecate :Status=, :none,
|
155
|
-
deprecate :Message, :none,
|
156
|
-
deprecate :Message=, :none,
|
149
|
+
deprecate :TaskId, :none, 2025, 1
|
150
|
+
deprecate :TaskId=, :none, 2025, 1
|
151
|
+
deprecate :SessionId, :none, 2025, 1
|
152
|
+
deprecate :SessionId=, :none, 2025, 1
|
153
|
+
deprecate :Status, :none, 2025, 1
|
154
|
+
deprecate :Status=, :none, 2025, 1
|
155
|
+
deprecate :Message, :none, 2025, 1
|
156
|
+
deprecate :Message=, :none, 2025, 1
|
157
157
|
|
158
158
|
def initialize(jobid=nil, taskid=nil, sessionid=nil, status=nil, message=nil, jobstatus=nil, requestid=nil)
|
159
159
|
@JobId = jobid
|
@@ -396,20 +396,20 @@ module TencentCloud
|
|
396
396
|
|
397
397
|
attr_accessor :JobStatus, :JobErrorCode, :JobErrorMsg, :ResultVideoUrl, :TranslateResults, :JobConfirm, :JobAudioTaskId, :JobVideoModerationId, :JobAudioModerationId, :JobVideoId, :OriginalVideoUrl, :AsrTimestamps, :JobSubmitReqId, :RequestId
|
398
398
|
extend Gem::Deprecate
|
399
|
-
deprecate :JobConfirm, :none,
|
400
|
-
deprecate :JobConfirm=, :none,
|
401
|
-
deprecate :JobAudioTaskId, :none,
|
402
|
-
deprecate :JobAudioTaskId=, :none,
|
403
|
-
deprecate :JobVideoModerationId, :none,
|
404
|
-
deprecate :JobVideoModerationId=, :none,
|
405
|
-
deprecate :JobAudioModerationId, :none,
|
406
|
-
deprecate :JobAudioModerationId=, :none,
|
407
|
-
deprecate :JobVideoId, :none,
|
408
|
-
deprecate :JobVideoId=, :none,
|
409
|
-
deprecate :OriginalVideoUrl, :none,
|
410
|
-
deprecate :OriginalVideoUrl=, :none,
|
411
|
-
deprecate :JobSubmitReqId, :none,
|
412
|
-
deprecate :JobSubmitReqId=, :none,
|
399
|
+
deprecate :JobConfirm, :none, 2025, 1
|
400
|
+
deprecate :JobConfirm=, :none, 2025, 1
|
401
|
+
deprecate :JobAudioTaskId, :none, 2025, 1
|
402
|
+
deprecate :JobAudioTaskId=, :none, 2025, 1
|
403
|
+
deprecate :JobVideoModerationId, :none, 2025, 1
|
404
|
+
deprecate :JobVideoModerationId=, :none, 2025, 1
|
405
|
+
deprecate :JobAudioModerationId, :none, 2025, 1
|
406
|
+
deprecate :JobAudioModerationId=, :none, 2025, 1
|
407
|
+
deprecate :JobVideoId, :none, 2025, 1
|
408
|
+
deprecate :JobVideoId=, :none, 2025, 1
|
409
|
+
deprecate :OriginalVideoUrl, :none, 2025, 1
|
410
|
+
deprecate :OriginalVideoUrl=, :none, 2025, 1
|
411
|
+
deprecate :JobSubmitReqId, :none, 2025, 1
|
412
|
+
deprecate :JobSubmitReqId=, :none, 2025, 1
|
413
413
|
|
414
414
|
def initialize(jobstatus=nil, joberrorcode=nil, joberrormsg=nil, resultvideourl=nil, translateresults=nil, jobconfirm=nil, jobaudiotaskid=nil, jobvideomoderationid=nil, jobaudiomoderationid=nil, jobvideoid=nil, originalvideourl=nil, asrtimestamps=nil, jobsubmitreqid=nil, requestid=nil)
|
415
415
|
@JobStatus = jobstatus
|
@@ -742,6 +742,7 @@ module TencentCloud
|
|
742
742
|
# fps 要求:【15-60】fps
|
743
743
|
# 分辨率要求:单边像素要求在 【360~4096】 之间。
|
744
744
|
# 大小要求:不超过500MB
|
745
|
+
# 请保证文件的下载速度,否则会下载失败。
|
745
746
|
# @type VideoUrl: String
|
746
747
|
# @param SrcLang: 输入视频中音频语种
|
747
748
|
# 目前支持语种范围:zh(中文), en(英文)
|
@@ -750,8 +751,9 @@ module TencentCloud
|
|
750
751
|
# 格式要求:支持 mp3、m4a、aac、wav 格式。
|
751
752
|
# 时长要求:【5~600】秒,音频时长要匹配视频时长。
|
752
753
|
# 大小要求:不超过 100MB。
|
754
|
+
# 请保证文件的下载速度,否则会下载失败。
|
753
755
|
# @type AudioUrl: String
|
754
|
-
# @param DstLang:
|
756
|
+
# @param DstLang: 输出视频中翻译语种。默认是en(英语)。
|
755
757
|
# 目前支持语种范围:zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)、fr(法语)、id(印尼语)、it(意大利语)、ja(日语)、ko(韩语)、ms(马来语)、pt(葡萄牙语)、ru(俄语)、th(泰语)、tr(土耳其语)、vi(越南语)
|
756
758
|
# @type DstLang: String
|
757
759
|
# @param VoiceType: 翻译语种匹配音色种别,其他说明如下:
|
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.975
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|