tencentcloud-sdk-vclm 3.0.924 → 3.0.925
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: d5847fca79691dd4508bbf3b18081192bab6e342
|
|
4
|
+
data.tar.gz: 7857c129a6f9204dc334742765873fb555cd6f3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 588fd2c60a0aa91b5a1c887bcdf40c2ac28c62cf6456d704629b6c8045323a5072cd421a0e757d156c0a03704a89c4fde4edc13e5d19e8fae04dd6dc49b94dbb
|
|
7
|
+
data.tar.gz: fd458be6d0078df66e97c01752a72c2f497022ed9d6c7df29ce3c446b35c1f93ccd2c4a4bb2dd60db535d8cfcc055c92fb33668528aff0ea41fc2df710367342
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.925
|
data/lib/v20240523/models.rb
CHANGED
|
@@ -542,6 +542,8 @@ module TencentCloud
|
|
|
542
542
|
# 时长要求:【10~300】秒
|
|
543
543
|
# 大小要求:不超过 100M。
|
|
544
544
|
# @type AudioUrl: String
|
|
545
|
+
# @param RemoveVocal: 是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。
|
|
546
|
+
# @type RemoveVocal: Integer
|
|
545
547
|
# @param Confirm: 是否需要确认翻译结果0:不需要,1:需要
|
|
546
548
|
# @type Confirm: Integer
|
|
547
549
|
# @param LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
|
|
@@ -553,13 +555,14 @@ module TencentCloud
|
|
|
553
555
|
# 具体音色包含请见“支持音色种别列表”
|
|
554
556
|
# @type VoiceType: String
|
|
555
557
|
|
|
556
|
-
attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :Confirm, :LipSync, :VoiceType
|
|
558
|
+
attr_accessor :VideoUrl, :SrcLang, :DstLang, :AudioUrl, :RemoveVocal, :Confirm, :LipSync, :VoiceType
|
|
557
559
|
|
|
558
|
-
def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, confirm=nil, lipsync=nil, voicetype=nil)
|
|
560
|
+
def initialize(videourl=nil, srclang=nil, dstlang=nil, audiourl=nil, removevocal=nil, confirm=nil, lipsync=nil, voicetype=nil)
|
|
559
561
|
@VideoUrl = videourl
|
|
560
562
|
@SrcLang = srclang
|
|
561
563
|
@DstLang = dstlang
|
|
562
564
|
@AudioUrl = audiourl
|
|
565
|
+
@RemoveVocal = removevocal
|
|
563
566
|
@Confirm = confirm
|
|
564
567
|
@LipSync = lipsync
|
|
565
568
|
@VoiceType = voicetype
|
|
@@ -570,6 +573,7 @@ module TencentCloud
|
|
|
570
573
|
@SrcLang = params['SrcLang']
|
|
571
574
|
@DstLang = params['DstLang']
|
|
572
575
|
@AudioUrl = params['AudioUrl']
|
|
576
|
+
@RemoveVocal = params['RemoveVocal']
|
|
573
577
|
@Confirm = params['Confirm']
|
|
574
578
|
@LipSync = params['LipSync']
|
|
575
579
|
@VoiceType = params['VoiceType']
|
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.925
|
|
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-10-
|
|
11
|
+
date: 2024-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|