tencentcloud-sdk-soe 3.0.590 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +13 -13
- 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: 81abf20f77bceb8e2ff379ece7d5eea7feef9e93
|
|
4
|
+
data.tar.gz: fc93dddef19dbbff235a7ac0f84474b88178b27e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36d6d2623decbe917857cbf6b9b044f97cbecd7b489bba30c35e48cfdbc4375ff854e4ecbeb73b944b652f88fd76dacee3813d725330b3c585b233777622d181
|
|
7
|
+
data.tar.gz: 8bb2bba71f991c296b9c60dac2d32a142f2afd874815e4e1359e1beb714f04b59a3a53846f53accf8156999e57a7a307206049859627aba3c42b55135651ccad
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20180724/models.rb
CHANGED
|
@@ -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.
|
|
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
|