tencentcloud-sdk-vtc 3.0.924 → 3.0.925

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef3493ded8c4fa3317ff780797209ef3e8349e0c
4
- data.tar.gz: e4627dcc7e5df185d1aa0304cc8dd314a65e7bf2
3
+ metadata.gz: 9b42feab05e4909d492bc198a6307b0c95163af6
4
+ data.tar.gz: 656f2aa35cdb1de3c6a4545fe4f6664ee4f1299e
5
5
  SHA512:
6
- metadata.gz: ef0bf2816959b536d9003666c8879589f27ae8c0d092833843d0adf3fc3ecf76b6a7ecb4cf7fa50612b89474ab9948d9b5204febd9edc338b44d3c0b63cf1c2b
7
- data.tar.gz: a89c2075322ba6f94f49450636a51b875bd322f3f50b2a486f4120077415ba5db76e5f1c958c1ca055e3efbe3bdad185039113edea5a17256e3a0fa9203b6bf7
6
+ metadata.gz: 9074a45df787471da5c893fd166bd65be00ea20f0c82a4b8b945e6e3645c339b052465f51dc9825bf1af8f798247aa6a9842c873ff5bb3e9113197e454418168
7
+ data.tar.gz: 64204666251f50424a80cdf343ed5f4f724d3529acf1b263d3fa1db4ff3c81eff3ffdf9784211a7ca911974cbf8ce69a37585d88e5cb4d968c072a8a11f648df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.924
1
+ 3.0.925
@@ -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.924
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-14 00:00:00.000000000 Z
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