tencentcloud-sdk-aai 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99d956a3eac50ca6172803d00565f48efc762d27
4
- data.tar.gz: a814b466029ed0ce496b3f8f15dbec4b3b646140
3
+ metadata.gz: 1d25d40d5cf137391b987ede7b109e97850c5e58
4
+ data.tar.gz: b5656e05322a05a4f2a3fee1c9a91b6ea275afae
5
5
  SHA512:
6
- metadata.gz: b3941bca5863e73f305c175eb0c70cb44dcaab447efa76405d80db52488edcb2748ead95b44d40cce6eb9191fdfacf65904058e8f51b13dfcf233131bbeb976a
7
- data.tar.gz: f2cd99b219c9b1d222233e5102dace2899663bd506c70f099d9ceb514aebead44a0d7471c9d2ff60c011bd6d76cc8bdfc7867c850bfc9199b6f58d66ceda3f4d
6
+ metadata.gz: b562aeee22f28df637f454dba506baa5a168180a756c98cd075e75bd92dc6bd33ed0fa449b23c8b6772ee90e92b3219ca7fd461a52c6bd523735f1f30c3ab4d1
7
+ data.tar.gz: 1de0ac73862ede2b32ee25d95e85516ae1ec268fadfa0ab479052780e48760a86d62010d1f6d58821353ff825f8a66b7b95440c433c7e1f48ce93399241f34f5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.590
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-12 00:00:00.000000000 Z
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