tencentcloud-sdk-vtc 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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240223/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1172ce84668b69df62e66b7f2a44dd6d9c4e5d23
|
|
4
|
+
data.tar.gz: 93a22f2398ad2769b28d3d494e5ad7b2faa8bc4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46fa4911634153b07c89357f5b5726603d4d1c26f2954acbb18894e2b16a159852b7d3b650afff73c6c6a6bab7cc6f22e61bfc2246ad594ea05e8cb84bc641b2
|
|
7
|
+
data.tar.gz: 4b6f7efbeab3ab1deaa0002e9cd2326729cc0fc4d25e2490b1d4d80c9a908392cfb3c5dc9a93b02209695fab35ddc2c6c304b212242f2915a0d4655be021bab2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.900
|
data/lib/v20240223/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|