tencentcloud-sdk-vclm 3.0.898 → 3.0.900

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: d70f21da8717a03a7123f49a33a250659500ce96
4
- data.tar.gz: e1f4f9a08a2161c85718c8d0d2ef03f824ce89b1
3
+ metadata.gz: 1682388f5df199de172e00bdd3ddd7121451c722
4
+ data.tar.gz: 6716f91e9f3e23ece57f7a9701a42871868142e7
5
5
  SHA512:
6
- metadata.gz: aa9cd91d2335892b95734031295e51f0d45b074828680f66f711b293aeafb5c6d41ee594742d6224af53d3551415bf6e0bf8bd53667aaead417f4d4c0351dd61
7
- data.tar.gz: 770169020ea30b8a96243035e032d6fa16594f55732db37bf5ba16de1f4c56fd1497907d812e5b181b54207f20e6f3e4d462abb532f1122e796c5fd1b7fb2e0e
6
+ metadata.gz: e3ccb4838009f292f774a96d8b33796eea773558b1a7a58f3d6cc213496ea4aaed371cfd986961d2f0f74f504c1783dd7e8bddc5220e62c5146da5386933a10a
7
+ data.tar.gz: bf60abd2f548fcc6e5ce2410cfa61e0f7dd5dce84a1fcf4ee843028de03d805b6dd07c587b69e0b157f40b0924e5ae32e96fb3e662cadde49e89d23898093932
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.898
1
+ 3.0.900
@@ -530,16 +530,19 @@ module TencentCloud
530
530
  # @type Confirm: Integer
531
531
  # @param LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
532
532
  # @type LipSync: Integer
533
+ # @param VoiceType: 音色 Id
534
+ # @type VoiceType: String
533
535
 
534
- attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :Confirm, :LipSync
536
+ attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :Confirm, :LipSync, :VoiceType
535
537
 
536
- def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, confirm=nil, lipsync=nil)
538
+ def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, confirm=nil, lipsync=nil, voicetype=nil)
537
539
  @VideoUrl = videourl
538
540
  @SrcLang = srclang
539
541
  @DstLang = dstlang
540
542
  @AudioUrl = audiourl
541
543
  @Confirm = confirm
542
544
  @LipSync = lipsync
545
+ @VoiceType = voicetype
543
546
  end
544
547
 
545
548
  def deserialize(params)
@@ -549,6 +552,7 @@ module TencentCloud
549
552
  @AudioUrl = params['AudioUrl']
550
553
  @Confirm = params['Confirm']
551
554
  @LipSync = params['LipSync']
555
+ @VoiceType = params['VoiceType']
552
556
  end
553
557
  end
554
558
 
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.898
4
+ version: 3.0.900
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-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common