tencentcloud-sdk-soe 3.0.676 → 3.0.677
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 +12 -2
- 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: fced5ec30a8d6fbbb3e86a6f8d39e1d1d48c4c2c
|
4
|
+
data.tar.gz: 2dd48004fcb7e93aa1a85dfa9b3488c07575f423
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 577d54e463267c7666b7e2c03aded456831ad9b24cd9c193c058146d0209c8f9b17fec4299e4370d9cfae777b5f2796b51756b4f357921e577cde4b139cf04c4
|
7
|
+
data.tar.gz: f0352aba783a1eb25eb76af06bc92f6d095a89c2f38bed7c3866300c55f5a38da176f90f44361d074a8ef11a5882f2f841f130a8d33d19f9290588536a91c028
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.677
|
data/lib/v20180724/models.rb
CHANGED
@@ -650,10 +650,15 @@ module TencentCloud
|
|
650
650
|
# @type TextMode: Integer
|
651
651
|
# @param Keyword: 主题词和关键词
|
652
652
|
# @type Keyword: String
|
653
|
+
# @param COSBucketURL: 音频存储路径,支持通过子路径指定文件夹名称
|
654
|
+
# @type COSBucketURL: String
|
653
655
|
|
654
|
-
attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :IsQuery, :TextMode, :Keyword
|
656
|
+
attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :IsQuery, :TextMode, :Keyword, :COSBucketURL
|
657
|
+
extend Gem::Deprecate
|
658
|
+
deprecate :StorageMode, :none, 2023, 10
|
659
|
+
deprecate :StorageMode=, :none, 2023, 10
|
655
660
|
|
656
|
-
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)
|
661
|
+
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, cosbucketurl=nil)
|
657
662
|
@SeqId = seqid
|
658
663
|
@IsEnd = isend
|
659
664
|
@VoiceFileType = voicefiletype
|
@@ -672,6 +677,7 @@ module TencentCloud
|
|
672
677
|
@IsQuery = isquery
|
673
678
|
@TextMode = textmode
|
674
679
|
@Keyword = keyword
|
680
|
+
@COSBucketURL = cosbucketurl
|
675
681
|
end
|
676
682
|
|
677
683
|
def deserialize(params)
|
@@ -693,6 +699,7 @@ module TencentCloud
|
|
693
699
|
@IsQuery = params['IsQuery']
|
694
700
|
@TextMode = params['TextMode']
|
695
701
|
@Keyword = params['Keyword']
|
702
|
+
@COSBucketURL = params['COSBucketURL']
|
696
703
|
end
|
697
704
|
end
|
698
705
|
|
@@ -729,6 +736,9 @@ module TencentCloud
|
|
729
736
|
# @type RequestId: String
|
730
737
|
|
731
738
|
attr_accessor :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SessionId, :AudioUrl, :SentenceInfoSet, :Status, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits, :RequestId
|
739
|
+
extend Gem::Deprecate
|
740
|
+
deprecate :AudioUrl, :none, 2023, 10
|
741
|
+
deprecate :AudioUrl=, :none, 2023, 10
|
732
742
|
|
733
743
|
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)
|
734
744
|
@PronAccuracy = pronaccuracy
|
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.677
|
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-10-
|
11
|
+
date: 2023-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|