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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240523/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: 1682388f5df199de172e00bdd3ddd7121451c722
|
|
4
|
+
data.tar.gz: 6716f91e9f3e23ece57f7a9701a42871868142e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3ccb4838009f292f774a96d8b33796eea773558b1a7a58f3d6cc213496ea4aaed371cfd986961d2f0f74f504c1783dd7e8bddc5220e62c5146da5386933a10a
|
|
7
|
+
data.tar.gz: bf60abd2f548fcc6e5ce2410cfa61e0f7dd5dce84a1fcf4ee843028de03d805b6dd07c587b69e0b157f40b0924e5ae32e96fb3e662cadde49e89d23898093932
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.900
|
data/lib/v20240523/models.rb
CHANGED
|
@@ -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.
|
|
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
|