tencentcloud-sdk-vtc 3.0.924 → 3.0.925
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/v20240223/models.rb +6 -2
- 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: 9b42feab05e4909d492bc198a6307b0c95163af6
|
4
|
+
data.tar.gz: 656f2aa35cdb1de3c6a4545fe4f6664ee4f1299e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9074a45df787471da5c893fd166bd65be00ea20f0c82a4b8b945e6e3645c339b052465f51dc9825bf1af8f798247aa6a9842c873ff5bb3e9113197e454418168
|
7
|
+
data.tar.gz: 64204666251f50424a80cdf343ed5f4f724d3529acf1b263d3fa1db4ff3c81eff3ffdf9784211a7ca911974cbf8ce69a37585d88e5cb4d968c072a8a11f648df
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.925
|
data/lib/v20240223/models.rb
CHANGED
@@ -245,6 +245,8 @@ module TencentCloud
|
|
245
245
|
# 大小要求:不超过 100M。
|
246
246
|
# 示例值:http://xxx/audio.mp3
|
247
247
|
# @type AudioUrl: String
|
248
|
+
# @param RemoveVocal: 是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。
|
249
|
+
# @type RemoveVocal: Integer
|
248
250
|
# @param Confirm: 是否需要确认翻译结果0:不需要,1:需要
|
249
251
|
# @type Confirm: Integer
|
250
252
|
# @param LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
|
@@ -256,13 +258,14 @@ module TencentCloud
|
|
256
258
|
# 具体音色包含请见“支持音色种别列表”
|
257
259
|
# @type VoiceType: String
|
258
260
|
|
259
|
-
attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :Confirm, :LipSync, :VoiceType
|
261
|
+
attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :RemoveVocal, :Confirm, :LipSync, :VoiceType
|
260
262
|
|
261
|
-
def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, confirm=nil, lipsync=nil, voicetype=nil)
|
263
|
+
def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, removevocal=nil, confirm=nil, lipsync=nil, voicetype=nil)
|
262
264
|
@VideoUrl = videourl
|
263
265
|
@SrcLang = srclang
|
264
266
|
@DstLang = dstlang
|
265
267
|
@AudioUrl = audiourl
|
268
|
+
@RemoveVocal = removevocal
|
266
269
|
@Confirm = confirm
|
267
270
|
@LipSync = lipsync
|
268
271
|
@VoiceType = voicetype
|
@@ -273,6 +276,7 @@ module TencentCloud
|
|
273
276
|
@SrcLang = params['SrcLang']
|
274
277
|
@DstLang = params['DstLang']
|
275
278
|
@AudioUrl = params['AudioUrl']
|
279
|
+
@RemoveVocal = params['RemoveVocal']
|
276
280
|
@Confirm = params['Confirm']
|
277
281
|
@LipSync = params['LipSync']
|
278
282
|
@VoiceType = params['VoiceType']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vtc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.925
|
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-10-
|
11
|
+
date: 2024-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|