tencentcloud-sdk-trtc 3.0.1147 → 3.0.1153
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/v20190722/models.rb +20 -20
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dac09ea819ddf51d03667ff52b20b2bc5273362
|
4
|
+
data.tar.gz: cf280a2a109ebfd24a9526ab966548ce8cb5ddc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b3ddbd5650660e5473f6ecc579ae19ac7b06d651c5864005da0df9c2fca09e184ee3146b3fda73bf5e05dccd8291e30f8a9e0fb76abea66776ea731fcc349e2
|
7
|
+
data.tar.gz: ea972a282498b4ce29c5151adfa6f70e76b8429b41a96ee01f285e78b6ad27fd121f14a1bb3ceac830359be2fe3925e1b194b0d3c1f5854a39b9e09d42277359
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1153
|
data/lib/v20190722/models.rb
CHANGED
@@ -4771,10 +4771,10 @@ module TencentCloud
|
|
4771
4771
|
|
4772
4772
|
attr_accessor :Language, :AlternativeLanguage, :Model, :TranslationLanguage, :HotWordList, :VadSilenceTime, :VadLevel
|
4773
4773
|
extend Gem::Deprecate
|
4774
|
-
deprecate :Model, :none, 2025,
|
4775
|
-
deprecate :Model=, :none, 2025,
|
4776
|
-
deprecate :TranslationLanguage, :none, 2025,
|
4777
|
-
deprecate :TranslationLanguage=, :none, 2025,
|
4774
|
+
deprecate :Model, :none, 2025, 10
|
4775
|
+
deprecate :Model=, :none, 2025, 10
|
4776
|
+
deprecate :TranslationLanguage, :none, 2025, 10
|
4777
|
+
deprecate :TranslationLanguage=, :none, 2025, 10
|
4778
4778
|
|
4779
4779
|
def initialize(language=nil, alternativelanguage=nil, model=nil, translationlanguage=nil, hotwordlist=nil, vadsilencetime=nil, vadlevel=nil)
|
4780
4780
|
@Language = language
|
@@ -5897,12 +5897,12 @@ module TencentCloud
|
|
5897
5897
|
|
5898
5898
|
attr_accessor :SdkAppId, :RoomId, :RoomIdType, :UserId, :UserSig, :StreamUrl, :PrivateMapKey, :VideoEncodeParams, :AudioEncodeParams, :SourceUrl, :SeekSecond, :AutoPush, :RepeatNum, :MaxDuration, :Volume
|
5899
5899
|
extend Gem::Deprecate
|
5900
|
-
deprecate :VideoEncodeParams, :none, 2025,
|
5901
|
-
deprecate :VideoEncodeParams=, :none, 2025,
|
5902
|
-
deprecate :AudioEncodeParams, :none, 2025,
|
5903
|
-
deprecate :AudioEncodeParams=, :none, 2025,
|
5904
|
-
deprecate :SourceUrl, :none, 2025,
|
5905
|
-
deprecate :SourceUrl=, :none, 2025,
|
5900
|
+
deprecate :VideoEncodeParams, :none, 2025, 10
|
5901
|
+
deprecate :VideoEncodeParams=, :none, 2025, 10
|
5902
|
+
deprecate :AudioEncodeParams, :none, 2025, 10
|
5903
|
+
deprecate :AudioEncodeParams=, :none, 2025, 10
|
5904
|
+
deprecate :SourceUrl, :none, 2025, 10
|
5905
|
+
deprecate :SourceUrl=, :none, 2025, 10
|
5906
5906
|
|
5907
5907
|
def initialize(sdkappid=nil, roomid=nil, roomidtype=nil, userid=nil, usersig=nil, streamurl=nil, privatemapkey=nil, videoencodeparams=nil, audioencodeparams=nil, sourceurl=nil, seeksecond=nil, autopush=nil, repeatnum=nil, maxduration=nil, volume=nil)
|
5908
5908
|
@SdkAppId = sdkappid
|
@@ -6734,10 +6734,10 @@ module TencentCloud
|
|
6734
6734
|
|
6735
6735
|
attr_accessor :UserId, :UserSig, :IMAdminUserId, :IMAdminUserSig, :MaxIdleTime, :TranscriptionMode, :TargetUserId, :TargetUserIdList, :VoicePrint, :TurnDetection
|
6736
6736
|
extend Gem::Deprecate
|
6737
|
-
deprecate :IMAdminUserId, :none, 2025,
|
6738
|
-
deprecate :IMAdminUserId=, :none, 2025,
|
6739
|
-
deprecate :IMAdminUserSig, :none, 2025,
|
6740
|
-
deprecate :IMAdminUserSig=, :none, 2025,
|
6737
|
+
deprecate :IMAdminUserId, :none, 2025, 10
|
6738
|
+
deprecate :IMAdminUserId=, :none, 2025, 10
|
6739
|
+
deprecate :IMAdminUserSig, :none, 2025, 10
|
6740
|
+
deprecate :IMAdminUserSig=, :none, 2025, 10
|
6741
6741
|
|
6742
6742
|
def initialize(userid=nil, usersig=nil, imadminuserid=nil, imadminusersig=nil, maxidletime=nil, transcriptionmode=nil, targetuserid=nil, targetuseridlist=nil, voiceprint=nil, turndetection=nil)
|
6743
6743
|
@UserId = userid
|
@@ -7300,30 +7300,30 @@ module TencentCloud
|
|
7300
7300
|
class VoiceCloneRequest < TencentCloud::Common::AbstractModel
|
7301
7301
|
# @param SdkAppId: TRTC的SdkAppId
|
7302
7302
|
# @type SdkAppId: Integer
|
7303
|
-
# @param APIKey: TTS的API密钥
|
7304
|
-
# @type APIKey: String
|
7305
7303
|
# @param VoiceName: 声音克隆的名称, 只允许使用数字、字母、下划线,不能超过36位
|
7306
7304
|
# @type VoiceName: String
|
7307
7305
|
# @param PromptAudio: 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在5秒~12秒之间
|
7308
7306
|
# @type PromptAudio: String
|
7307
|
+
# @param APIKey: TTS的API密钥
|
7308
|
+
# @type APIKey: String
|
7309
7309
|
# @param PromptText: 声音克隆的参考文本,为参考音频对应的文字。
|
7310
7310
|
# @type PromptText: String
|
7311
7311
|
|
7312
|
-
attr_accessor :SdkAppId, :
|
7312
|
+
attr_accessor :SdkAppId, :VoiceName, :PromptAudio, :APIKey, :PromptText
|
7313
7313
|
|
7314
|
-
def initialize(sdkappid=nil,
|
7314
|
+
def initialize(sdkappid=nil, voicename=nil, promptaudio=nil, apikey=nil, prompttext=nil)
|
7315
7315
|
@SdkAppId = sdkappid
|
7316
|
-
@APIKey = apikey
|
7317
7316
|
@VoiceName = voicename
|
7318
7317
|
@PromptAudio = promptaudio
|
7318
|
+
@APIKey = apikey
|
7319
7319
|
@PromptText = prompttext
|
7320
7320
|
end
|
7321
7321
|
|
7322
7322
|
def deserialize(params)
|
7323
7323
|
@SdkAppId = params['SdkAppId']
|
7324
|
-
@APIKey = params['APIKey']
|
7325
7324
|
@VoiceName = params['VoiceName']
|
7326
7325
|
@PromptAudio = params['PromptAudio']
|
7326
|
+
@APIKey = params['APIKey']
|
7327
7327
|
@PromptText = params['PromptText']
|
7328
7328
|
end
|
7329
7329
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trtc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1153
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20190722/client.rb
|
37
|
-
- lib/v20190722/models.rb
|
38
36
|
- lib/tencentcloud-sdk-trtc.rb
|
37
|
+
- lib/v20190722/models.rb
|
38
|
+
- lib/v20190722/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|