tencentcloud-sdk-soe 3.0.766 → 3.0.767
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +6 -5
- 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: f258538ebccfc767da30a21f4038f30d260c41d2
|
4
|
+
data.tar.gz: d53ceb69a190f9c3c4abc29381f0dcb3290ffcb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8af046936a3a795e312cc30e9950993e88a358188d3d96d01d01194dfbe128806797b3a919df44a73fa1ebd5d1c4bf5589d4dddacabe0f82258f7bda8cf12efa
|
7
|
+
data.tar.gz: ca4efb5b0736a65b4b507db889b727458f8216ca79a7bdf4c370944504075724fd60882a143158c88e38ecaea67ea399b34c998381009f83c1b722da64082450
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.767
|
data/lib/v20180724/models.rb
CHANGED
@@ -650,13 +650,14 @@ module TencentCloud
|
|
650
650
|
# @type TextMode: Integer
|
651
651
|
# @param Keyword: 主题词和关键词
|
652
652
|
# @type Keyword: String
|
653
|
-
# @param COSBucketURL:
|
653
|
+
# @param COSBucketURL: 音频存储模式,此参数已废弃,无需设置;
|
654
|
+
# 注:有存储需求的用户建议自行存储至腾讯云COS[对象存储](https://cloud.tencent.com/product/cos)使用。
|
654
655
|
# @type COSBucketURL: String
|
655
656
|
|
656
657
|
attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :IsQuery, :TextMode, :Keyword, :COSBucketURL
|
657
658
|
extend Gem::Deprecate
|
658
|
-
deprecate :StorageMode, :none,
|
659
|
-
deprecate :StorageMode=, :none,
|
659
|
+
deprecate :StorageMode, :none, 2024, 2
|
660
|
+
deprecate :StorageMode=, :none, 2024, 2
|
660
661
|
|
661
662
|
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)
|
662
663
|
@SeqId = seqid
|
@@ -737,8 +738,8 @@ module TencentCloud
|
|
737
738
|
|
738
739
|
attr_accessor :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SessionId, :AudioUrl, :SentenceInfoSet, :Status, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits, :RequestId
|
739
740
|
extend Gem::Deprecate
|
740
|
-
deprecate :AudioUrl, :none,
|
741
|
-
deprecate :AudioUrl=, :none,
|
741
|
+
deprecate :AudioUrl, :none, 2024, 2
|
742
|
+
deprecate :AudioUrl=, :none, 2024, 2
|
742
743
|
|
743
744
|
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)
|
744
745
|
@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.767
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|