tencentcloud-sdk-vtc 3.0.899 → 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: c12b3467d5ecb52b701fd29474e23907da39a1e6
4
- data.tar.gz: 88773045eb326bd9be931f3a16760d80999eba7c
3
+ metadata.gz: 1172ce84668b69df62e66b7f2a44dd6d9c4e5d23
4
+ data.tar.gz: 93a22f2398ad2769b28d3d494e5ad7b2faa8bc4d
5
5
  SHA512:
6
- metadata.gz: a15c65c716ad66f43b9d0a760a52526b179f2b9c3551bec60ad859244833413874e584932ccfd6f32df0991c9990abc269bd0186e25ed38efa6890119eb5a506
7
- data.tar.gz: c2cca42a0919be3c751b73487b53c5e4b4610666f2683c4d29f561244c50975a175a708362003c8dfe6a1d1e7f75f15e4209eac82dadb7c6bc75632d05da8e7a
6
+ metadata.gz: 46fa4911634153b07c89357f5b5726603d4d1c26f2954acbb18894e2b16a159852b7d3b650afff73c6c6a6bab7cc6f22e61bfc2246ad594ea05e8cb84bc641b2
7
+ data.tar.gz: 4b6f7efbeab3ab1deaa0002e9cd2326729cc0fc4d25e2490b1d4d80c9a908392cfb3c5dc9a93b02209695fab35ddc2c6c304b212242f2915a0d4655be021bab2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.899
1
+ 3.0.900
@@ -239,16 +239,19 @@ module TencentCloud
239
239
  # @type Confirm: Integer
240
240
  # @param LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
241
241
  # @type LipSync: Integer
242
+ # @param VoiceType: 音色 ID
243
+ # @type VoiceType: String
242
244
 
243
- attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :Confirm, :LipSync
245
+ attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :Confirm, :LipSync, :VoiceType
244
246
 
245
- def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, confirm=nil, lipsync=nil)
247
+ def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, confirm=nil, lipsync=nil, voicetype=nil)
246
248
  @VideoUrl = videourl
247
249
  @SrcLang = srclang
248
250
  @DstLang = dstlang
249
251
  @AudioUrl = audiourl
250
252
  @Confirm = confirm
251
253
  @LipSync = lipsync
254
+ @VoiceType = voicetype
252
255
  end
253
256
 
254
257
  def deserialize(params)
@@ -258,6 +261,7 @@ module TencentCloud
258
261
  @AudioUrl = params['AudioUrl']
259
262
  @Confirm = params['Confirm']
260
263
  @LipSync = params['LipSync']
264
+ @VoiceType = params['VoiceType']
261
265
  end
262
266
  end
263
267
 
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.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