tencentcloud-sdk-vrs 3.0.590 → 3.0.592
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/v20200824/models.rb +14 -14
- 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: b7bc6cbfd13ade1e9a9de22873901b7e9d06aa2b
|
4
|
+
data.tar.gz: 03cd7f0f65133676346e00a41e4485f66efc9fa9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b3e9073af7656d5d1304f1775fe5cd3f42291c15c865a34fbc33527fb79df7198718b8b5414babf2c3dfd2ebeb9d868a1e41487c552dc1e143b260d4ea7e961
|
7
|
+
data.tar.gz: f46d3be95d4b30738f02f742d26182094fd82b5a651a220050a3b5cfb3a5590a5308bb2de4ae6ef9f3f5df758b17a243767e63d6908b84e26de5cbca414acfa6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20200824/models.rb
CHANGED
@@ -46,7 +46,7 @@ module TencentCloud
|
|
46
46
|
# @type CallbackUrl: String
|
47
47
|
|
48
48
|
attr_accessor :SessionId, :VoiceName, :SampleRate, :VoiceGender, :VoiceLanguage, :Codec, :AudioIdList, :CallbackUrl
|
49
|
-
|
49
|
+
|
50
50
|
def initialize(sessionid=nil, voicename=nil, samplerate=nil, voicegender=nil, voicelanguage=nil, codec=nil, audioidlist=nil, callbackurl=nil)
|
51
51
|
@SessionId = sessionid
|
52
52
|
@VoiceName = voicename
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
# @type TaskId: String
|
78
78
|
|
79
79
|
attr_accessor :TaskId
|
80
|
-
|
80
|
+
|
81
81
|
def initialize(taskid=nil)
|
82
82
|
@TaskId = taskid
|
83
83
|
end
|
@@ -95,7 +95,7 @@ module TencentCloud
|
|
95
95
|
# @type RequestId: String
|
96
96
|
|
97
97
|
attr_accessor :Data, :RequestId
|
98
|
-
|
98
|
+
|
99
99
|
def initialize(data=nil, requestid=nil)
|
100
100
|
@Data = data
|
101
101
|
@RequestId = requestid
|
@@ -116,7 +116,7 @@ module TencentCloud
|
|
116
116
|
# @type TaskId: String
|
117
117
|
|
118
118
|
attr_accessor :TaskId
|
119
|
-
|
119
|
+
|
120
120
|
def initialize(taskid=nil)
|
121
121
|
@TaskId = taskid
|
122
122
|
end
|
@@ -145,7 +145,7 @@ module TencentCloud
|
|
145
145
|
# @type ErrorMsg: String
|
146
146
|
|
147
147
|
attr_accessor :TaskId, :Status, :StatusStr, :VoiceType, :ErrorMsg
|
148
|
-
|
148
|
+
|
149
149
|
def initialize(taskid=nil, status=nil, statusstr=nil, voicetype=nil, errormsg=nil)
|
150
150
|
@TaskId = taskid
|
151
151
|
@Status = status
|
@@ -171,7 +171,7 @@ module TencentCloud
|
|
171
171
|
# @type RequestId: String
|
172
172
|
|
173
173
|
attr_accessor :Data, :RequestId
|
174
|
-
|
174
|
+
|
175
175
|
def initialize(data=nil, requestid=nil)
|
176
176
|
@Data = data
|
177
177
|
@RequestId = requestid
|
@@ -202,7 +202,7 @@ module TencentCloud
|
|
202
202
|
# @type SampleRate: Integer
|
203
203
|
|
204
204
|
attr_accessor :TextId, :AudioData, :Codec, :TypeId, :SampleRate
|
205
|
-
|
205
|
+
|
206
206
|
def initialize(textid=nil, audiodata=nil, codec=nil, typeid=nil, samplerate=nil)
|
207
207
|
@TextId = textid
|
208
208
|
@AudioData = audiodata
|
@@ -228,7 +228,7 @@ module TencentCloud
|
|
228
228
|
# @type RequestId: String
|
229
229
|
|
230
230
|
attr_accessor :Data, :RequestId
|
231
|
-
|
231
|
+
|
232
232
|
def initialize(data=nil, requestid=nil)
|
233
233
|
@Data = data
|
234
234
|
@RequestId = requestid
|
@@ -264,7 +264,7 @@ module TencentCloud
|
|
264
264
|
# @type DetectionTip: Array
|
265
265
|
|
266
266
|
attr_accessor :AudioId, :DetectionCode, :DetectionMsg, :DetectionTip
|
267
|
-
|
267
|
+
|
268
268
|
def initialize(audioid=nil, detectioncode=nil, detectionmsg=nil, detectiontip=nil)
|
269
269
|
@AudioId = audioid
|
270
270
|
@DetectionCode = detectioncode
|
@@ -290,7 +290,7 @@ module TencentCloud
|
|
290
290
|
# GetTrainingText请求参数结构体
|
291
291
|
class GetTrainingTextRequest < TencentCloud::Common::AbstractModel
|
292
292
|
|
293
|
-
|
293
|
+
|
294
294
|
def initialize()
|
295
295
|
end
|
296
296
|
|
@@ -306,7 +306,7 @@ module TencentCloud
|
|
306
306
|
# @type RequestId: String
|
307
307
|
|
308
308
|
attr_accessor :Data, :RequestId
|
309
|
-
|
309
|
+
|
310
310
|
def initialize(data=nil, requestid=nil)
|
311
311
|
@Data = data
|
312
312
|
@RequestId = requestid
|
@@ -331,7 +331,7 @@ module TencentCloud
|
|
331
331
|
# @type Text: String
|
332
332
|
|
333
333
|
attr_accessor :TextId, :Text
|
334
|
-
|
334
|
+
|
335
335
|
def initialize(textid=nil, text=nil)
|
336
336
|
@TextId = textid
|
337
337
|
@Text = text
|
@@ -350,7 +350,7 @@ module TencentCloud
|
|
350
350
|
# @type TrainingTextList: Array
|
351
351
|
|
352
352
|
attr_accessor :TrainingTextList
|
353
|
-
|
353
|
+
|
354
354
|
def initialize(trainingtextlist=nil)
|
355
355
|
@TrainingTextList = trainingtextlist
|
356
356
|
end
|
@@ -391,7 +391,7 @@ module TencentCloud
|
|
391
391
|
# @type Word: String
|
392
392
|
|
393
393
|
attr_accessor :PronAccuracy, :PronFluency, :Tag, :Word
|
394
|
-
|
394
|
+
|
395
395
|
def initialize(pronaccuracy=nil, pronfluency=nil, tag=nil, word=nil)
|
396
396
|
@PronAccuracy = pronaccuracy
|
397
397
|
@PronFluency = pronfluency
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vrs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.592
|
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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|