tencentcloud-sdk-aai 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180522/models.rb +8 -8
- 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: 1f1d79bb785e2b0a705860e43588679d7314d67b
|
4
|
+
data.tar.gz: a9df840d1c4d309632485dba9c08c22695b83d83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d7ac2e88b6289b3afc5da7bddde2e68f655ab580061b3a8539b96c22fcd15a04096daa41c484cacc189fcb603362942936d5e6fcc282a5d899621d4e615b2fa
|
7
|
+
data.tar.gz: d613897211dcce6b3be2812e73ee2492c8b5bf28ba6c198a380babbbb42cc82ad21b664d187d453a3b1a7bf4104f954114fafe02a7a462b11b26072a03f38507
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20180522/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type User: String
|
28
28
|
|
29
29
|
attr_accessor :Text, :ProjectId, :User
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(text=nil, projectid=nil, user=nil)
|
32
32
|
@Text = text
|
33
33
|
@ProjectId = projectid
|
@@ -49,7 +49,7 @@ module TencentCloud
|
|
49
49
|
# @type RequestId: String
|
50
50
|
|
51
51
|
attr_accessor :Answer, :RequestId
|
52
|
-
|
52
|
+
|
53
53
|
def initialize(answer=nil, requestid=nil)
|
54
54
|
@Answer = answer
|
55
55
|
@RequestId = requestid
|
@@ -83,7 +83,7 @@ module TencentCloud
|
|
83
83
|
# @type DataLen: Integer
|
84
84
|
|
85
85
|
attr_accessor :ProjectId, :SubServiceType, :EngSerViceType, :SourceType, :VoiceFormat, :UsrAudioKey, :Url, :Data, :DataLen
|
86
|
-
|
86
|
+
|
87
87
|
def initialize(projectid=nil, subservicetype=nil, engservicetype=nil, sourcetype=nil, voiceformat=nil, usraudiokey=nil, url=nil, data=nil, datalen=nil)
|
88
88
|
@ProjectId = projectid
|
89
89
|
@SubServiceType = subservicetype
|
@@ -117,7 +117,7 @@ module TencentCloud
|
|
117
117
|
# @type RequestId: String
|
118
118
|
|
119
119
|
attr_accessor :Result, :RequestId
|
120
|
-
|
120
|
+
|
121
121
|
def initialize(result=nil, requestid=nil)
|
122
122
|
@Result = result
|
123
123
|
@RequestId = requestid
|
@@ -157,7 +157,7 @@ module TencentCloud
|
|
157
157
|
# @type Seq: Integer
|
158
158
|
|
159
159
|
attr_accessor :ProjectId, :SubServiceType, :RecEngineModelType, :Data, :DataLen, :VoiceId, :IsEnd, :VoiceFormat, :OpenTranslate, :SourceLanguage, :TargetLanguage, :Seq
|
160
|
-
|
160
|
+
|
161
161
|
def initialize(projectid=nil, subservicetype=nil, recenginemodeltype=nil, data=nil, datalen=nil, voiceid=nil, isend=nil, voiceformat=nil, opentranslate=nil, sourcelanguage=nil, targetlanguage=nil, seq=nil)
|
162
162
|
@ProjectId = projectid
|
163
163
|
@SubServiceType = subservicetype
|
@@ -199,7 +199,7 @@ module TencentCloud
|
|
199
199
|
# @type RequestId: String
|
200
200
|
|
201
201
|
attr_accessor :AsrText, :NmtText, :RequestId
|
202
|
-
|
202
|
+
|
203
203
|
def initialize(asrtext=nil, nmttext=nil, requestid=nil)
|
204
204
|
@AsrText = asrtext
|
205
205
|
@NmtText = nmttext
|
@@ -239,7 +239,7 @@ module TencentCloud
|
|
239
239
|
# @type Codec: String
|
240
240
|
|
241
241
|
attr_accessor :Text, :SessionId, :ModelType, :Volume, :Speed, :ProjectId, :VoiceType, :PrimaryLanguage, :SampleRate, :Codec
|
242
|
-
|
242
|
+
|
243
243
|
def initialize(text=nil, sessionid=nil, modeltype=nil, volume=nil, speed=nil, projectid=nil, voicetype=nil, primarylanguage=nil, samplerate=nil, codec=nil)
|
244
244
|
@Text = text
|
245
245
|
@SessionId = sessionid
|
@@ -277,7 +277,7 @@ module TencentCloud
|
|
277
277
|
# @type RequestId: String
|
278
278
|
|
279
279
|
attr_accessor :Audio, :SessionId, :RequestId
|
280
|
-
|
280
|
+
|
281
281
|
def initialize(audio=nil, sessionid=nil, requestid=nil)
|
282
282
|
@Audio = audio
|
283
283
|
@SessionId = sessionid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-aai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.591
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|