tencentcloud-sdk-vrs 3.0.589 → 3.0.591

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200824/models.rb +14 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7cd93e2ef1f88c438cc63a21afb0daf304e7f1f
4
- data.tar.gz: e18de08897da147a1c109f59d0a5d12e4b57f047
3
+ metadata.gz: ec41eb969eed3827dfd4023cb36de90dac4b3282
4
+ data.tar.gz: 661ceff02141196c2ba1509c7230c53eee03571f
5
5
  SHA512:
6
- metadata.gz: 74f041c7e05634bdb29f03b198509ecdd2d4c34e98920039060aed29220f0393df69e38d831d6558a36fc2dd37e5e20fc79820481b26f6fa37e708b5043e405d
7
- data.tar.gz: e98e1b652a5ef83f6e1f62d0f7ca1ca4799912475c820c869bd90eabe8dcd8fbce0f731fcf8ecd3f08d6dc873b76f2c9191b4c4ea7860297de72cfcdb7de26af
6
+ metadata.gz: d88a0746daf663de85f5b30148534549d620bdca6830917acd7fa0747df6cac9dcb4ca1b81c0484217f832ec4077588ef5904bc13e8445ace243078f8832fe42
7
+ data.tar.gz: 35a3ac8de6ebe6181d85b321c7430299d2ec7d2ecc6458d765956137e4b5da974ebf7d3d1bc97cda93e8868a3cdbdca849c915be47d1c460fcb5b777397ae47c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -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.589
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-09 00:00:00.000000000 Z
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