tencentcloud-sdk-soe 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180724/models.rb +13 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 000b6a75f5410b1253193f7a589b8ab50b698279
4
- data.tar.gz: c4ede38c2ec22295e4995ec4b46f3d4095bc5328
3
+ metadata.gz: 7a3edc272300f709329053c6ae3e69173e127438
4
+ data.tar.gz: d4f46ba0c509dafd5e07c0ab6d647c2f266bf787
5
5
  SHA512:
6
- metadata.gz: fcd70c68458daad4cf9d9ef76a81d3806e0d40ccd2979bad1b4bc728bfa8509f9547c652f73ad544d7b630b3d4ca21afc278d34bc49f60e157eff4e2b04d2827
7
- data.tar.gz: 6da169f9b49967e4f5931cf56c05078b2aac5b79734c7cc774a9c1486290bca59703399837524f0bd90abacb869edf7b7d34e07a3e6be51c6edf3d934ac92aa5
6
+ metadata.gz: 9565dea09186b763222d524d4c1092d8d5ef0e6e996abb4f1c21d748256589e23c757c528a0555b8e65704e9f22e8868f03905a93baaa123352e9028ec3b9a90
7
+ data.tar.gz: 8212615c9214928f471041d437eeb88acb5010704bfee60bdee83b422b1833f77286c85403fe8511cd559dca40efc866beda99d00cf1be135b82b4711e612611
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -76,7 +76,7 @@ module TencentCloud
76
76
  # @type Keyword: String
77
77
 
78
78
  attr_accessor :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :IsLongLifeSession, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :TextMode, :Keyword
79
-
79
+
80
80
  def initialize(sessionid=nil, reftext=nil, workmode=nil, evalmode=nil, scorecoeff=nil, soeappid=nil, islonglifesession=nil, storagemode=nil, sentenceinfoenabled=nil, servertype=nil, isasync=nil, textmode=nil, keyword=nil)
81
81
  @SessionId = sessionid
82
82
  @RefText = reftext
@@ -118,7 +118,7 @@ module TencentCloud
118
118
  # @type RequestId: String
119
119
 
120
120
  attr_accessor :SessionId, :RequestId
121
-
121
+
122
122
  def initialize(sessionid=nil, requestid=nil)
123
123
  @SessionId = sessionid
124
124
  @RequestId = requestid
@@ -145,7 +145,7 @@ module TencentCloud
145
145
  # @type TextMode: Integer
146
146
 
147
147
  attr_accessor :RefText, :EvalMode, :ScoreCoeff, :ServerType, :TextMode
148
-
148
+
149
149
  def initialize(reftext=nil, evalmode=nil, scorecoeff=nil, servertype=nil, textmode=nil)
150
150
  @RefText = reftext
151
151
  @EvalMode = evalmode
@@ -194,7 +194,7 @@ module TencentCloud
194
194
  # @type IsQuery: Integer
195
195
 
196
196
  attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :Keywords, :SoeAppId, :IsQuery
197
-
197
+
198
198
  def initialize(seqid=nil, isend=nil, voicefiletype=nil, voiceencodetype=nil, uservoicedata=nil, sessionid=nil, keywords=nil, soeappid=nil, isquery=nil)
199
199
  @SeqId = seqid
200
200
  @IsEnd = isend
@@ -237,7 +237,7 @@ module TencentCloud
237
237
  # @type RequestId: String
238
238
 
239
239
  attr_accessor :KeywordScores, :SessionId, :RequestId
240
-
240
+
241
241
  def initialize(keywordscores=nil, sessionid=nil, requestid=nil)
242
242
  @KeywordScores = keywordscores
243
243
  @SessionId = sessionid
@@ -275,7 +275,7 @@ module TencentCloud
275
275
  # @type SuggestedScore: Float
276
276
 
277
277
  attr_accessor :Keyword, :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SuggestedScore
278
-
278
+
279
279
  def initialize(keyword=nil, pronaccuracy=nil, pronfluency=nil, proncompletion=nil, words=nil, suggestedscore=nil)
280
280
  @Keyword = keyword
281
281
  @PronAccuracy = pronaccuracy
@@ -324,7 +324,7 @@ module TencentCloud
324
324
  # @type ReferenceLetter: String
325
325
 
326
326
  attr_accessor :MemBeginTime, :MemEndTime, :PronAccuracy, :DetectedStress, :Phone, :Stress, :ReferencePhone, :MatchTag, :ReferenceLetter
327
-
327
+
328
328
  def initialize(membegintime=nil, memendtime=nil, pronaccuracy=nil, detectedstress=nil, phone=nil, stress=nil, referencephone=nil, matchtag=nil, referenceletter=nil)
329
329
  @MemBeginTime = membegintime
330
330
  @MemEndTime = memendtime
@@ -375,7 +375,7 @@ module TencentCloud
375
375
  # @type UnKeyWordHits: Array
376
376
 
377
377
  attr_accessor :SentenceId, :Words, :PronAccuracy, :PronFluency, :PronCompletion, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits
378
-
378
+
379
379
  def initialize(sentenceid=nil, words=nil, pronaccuracy=nil, pronfluency=nil, proncompletion=nil, suggestedscore=nil, reftextid=nil, keywordhits=nil, unkeywordhits=nil)
380
380
  @SentenceId = sentenceid
381
381
  @Words = words
@@ -438,7 +438,7 @@ module TencentCloud
438
438
  # @type IsQuery: Integer
439
439
 
440
440
  attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :SoeAppId, :IsLongLifeSession, :IsQuery
441
-
441
+
442
442
  def initialize(seqid=nil, isend=nil, voicefiletype=nil, voiceencodetype=nil, uservoicedata=nil, sessionid=nil, soeappid=nil, islonglifesession=nil, isquery=nil)
443
443
  @SeqId = seqid
444
444
  @IsEnd = isend
@@ -497,7 +497,7 @@ module TencentCloud
497
497
  # @type RequestId: String
498
498
 
499
499
  attr_accessor :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SessionId, :AudioUrl, :SentenceInfoSet, :Status, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits, :RequestId
500
-
500
+
501
501
  def initialize(pronaccuracy=nil, pronfluency=nil, proncompletion=nil, words=nil, sessionid=nil, audiourl=nil, sentenceinfoset=nil, status=nil, suggestedscore=nil, reftextid=nil, keywordhits=nil, unkeywordhits=nil, requestid=nil)
502
502
  @PronAccuracy = pronaccuracy
503
503
  @PronFluency = pronfluency
@@ -625,7 +625,7 @@ module TencentCloud
625
625
  # @type Keyword: String
626
626
 
627
627
  attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :IsQuery, :TextMode, :Keyword
628
-
628
+
629
629
  def initialize(seqid=nil, isend=nil, voicefiletype=nil, voiceencodetype=nil, uservoicedata=nil, sessionid=nil, reftext=nil, workmode=nil, evalmode=nil, scorecoeff=nil, soeappid=nil, storagemode=nil, sentenceinfoenabled=nil, servertype=nil, isasync=nil, isquery=nil, textmode=nil, keyword=nil)
630
630
  @SeqId = seqid
631
631
  @IsEnd = isend
@@ -702,7 +702,7 @@ module TencentCloud
702
702
  # @type RequestId: String
703
703
 
704
704
  attr_accessor :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SessionId, :AudioUrl, :SentenceInfoSet, :Status, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits, :RequestId
705
-
705
+
706
706
  def initialize(pronaccuracy=nil, pronfluency=nil, proncompletion=nil, words=nil, sessionid=nil, audiourl=nil, sentenceinfoset=nil, status=nil, suggestedscore=nil, reftextid=nil, keywordhits=nil, unkeywordhits=nil, requestid=nil)
707
707
  @PronAccuracy = pronaccuracy
708
708
  @PronFluency = pronfluency
@@ -773,7 +773,7 @@ module TencentCloud
773
773
  # @type KeywordTag: Integer
774
774
 
775
775
  attr_accessor :MemBeginTime, :MemEndTime, :PronAccuracy, :PronFluency, :Word, :MatchTag, :PhoneInfos, :ReferenceWord, :KeywordTag
776
-
776
+
777
777
  def initialize(membegintime=nil, memendtime=nil, pronaccuracy=nil, pronfluency=nil, word=nil, matchtag=nil, phoneinfos=nil, referenceword=nil, keywordtag=nil)
778
778
  @MemBeginTime = membegintime
779
779
  @MemEndTime = memendtime
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-soe
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