tencentcloud-sdk-vclm 3.0.899 → 3.0.900

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: 04b84c53c564372152cc2ac4b0d0b7662040ecec
4
- data.tar.gz: e1503b570ac5cbfd25a5759eaa108401831121f5
3
+ metadata.gz: 1682388f5df199de172e00bdd3ddd7121451c722
4
+ data.tar.gz: 6716f91e9f3e23ece57f7a9701a42871868142e7
5
5
  SHA512:
6
- metadata.gz: 2a74b0304b160070565562b3bc17cd8c0a4b26447cd049c18a7ac55724a64d8b0bb039a9607c0e3e868f9d733a651f577f948de0fa028479a3ca535c0427c81b
7
- data.tar.gz: 3ac0d0b3cbb06cab9fd0f59a49e21a04e61dd96e3416283eecd0ff2078e12940e95f92e6239f62cf242777e1f2b84b007ece5fccdc700b8e47980d20009e2148
6
+ metadata.gz: e3ccb4838009f292f774a96d8b33796eea773558b1a7a58f3d6cc213496ea4aaed371cfd986961d2f0f74f504c1783dd7e8bddc5220e62c5146da5386933a10a
7
+ data.tar.gz: bf60abd2f548fcc6e5ce2410cfa61e0f7dd5dce84a1fcf4ee843028de03d805b6dd07c587b69e0b157f40b0924e5ae32e96fb3e662cadde49e89d23898093932
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.899
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.899
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