tencentcloud-sdk-vclm 3.0.924 → 3.0.926

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf29bab2dd0224bc573eb607a3fcb111810a418d
4
- data.tar.gz: 63acdcf5ac7d381916ef8a12c7443362b30a8461
3
+ metadata.gz: a8ffb10cec348a63e1c029a584674393e2f571e5
4
+ data.tar.gz: 369510a667a0aa55467a75ef0a880bd586fcc41e
5
5
  SHA512:
6
- metadata.gz: eb3e0f89f08802f482416b71870ab9da3e19edd20e33289aae0ad79f84758db6d776a3ceebe46408ae7bac9a04503b30032f9a92fcce0e2214dccb171e72a7bc
7
- data.tar.gz: 3dc12776be0142c14e96ce451c020a16717c4fdaee04bbd7d4493d43163b25dc8046181c085294ce342c14b5ae50a4832163a15bb04fb6b215fc36df63bb88a2
6
+ metadata.gz: 9aa722d28f00ff52a934298fffc148cd14053c0846a6517e5dd6b80fb8eb88edfd15bb637c7e9e5d8320a45e96d2b9a75143eb9dde30c447ded9f4ceda7ed402
7
+ data.tar.gz: 2c8e31b6693110715270f54b37e9ccff83183abf6ce8444dbc104241585dd46af1ff16dbf3c35b61c7f6a2a6d2cbf2350ebaeeaf0364436f2b9aec4d9ea4c337
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.924
1
+ 3.0.926
@@ -542,6 +542,8 @@ module TencentCloud
542
542
  # 时长要求:【10~300】秒
543
543
  # 大小要求:不超过 100M。
544
544
  # @type AudioUrl: String
545
+ # @param RemoveVocal: 是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。
546
+ # @type RemoveVocal: Integer
545
547
  # @param Confirm: 是否需要确认翻译结果0:不需要,1:需要
546
548
  # @type Confirm: Integer
547
549
  # @param LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
@@ -553,13 +555,14 @@ module TencentCloud
553
555
  # 具体音色包含请见“支持音色种别列表”
554
556
  # @type VoiceType: String
555
557
 
556
- attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :Confirm, :LipSync, :VoiceType
558
+ attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :RemoveVocal, :Confirm, :LipSync, :VoiceType
557
559
 
558
- def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, confirm=nil, lipsync=nil, voicetype=nil)
560
+ def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, removevocal=nil, confirm=nil, lipsync=nil, voicetype=nil)
559
561
  @VideoUrl = videourl
560
562
  @SrcLang = srclang
561
563
  @DstLang = dstlang
562
564
  @AudioUrl = audiourl
565
+ @RemoveVocal = removevocal
563
566
  @Confirm = confirm
564
567
  @LipSync = lipsync
565
568
  @VoiceType = voicetype
@@ -570,6 +573,7 @@ module TencentCloud
570
573
  @SrcLang = params['SrcLang']
571
574
  @DstLang = params['DstLang']
572
575
  @AudioUrl = params['AudioUrl']
576
+ @RemoveVocal = params['RemoveVocal']
573
577
  @Confirm = params['Confirm']
574
578
  @LipSync = params['LipSync']
575
579
  @VoiceType = params['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.924
4
+ version: 3.0.926
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common