tencentcloud-sdk-soe 3.0.800 → 3.0.801
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 +5 -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: 0d1be859296fe4740dfe59d231bb719f1f192083
|
4
|
+
data.tar.gz: 1f007085c881d2f93c68795fd5a6a8d7d348b57e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39654b61ff545ee3af61387dd91cc5bf5376e6a386da7eb7c4c10fb8baec474d5d2d6c8228d68e740c65e90476452e0a6bc181a62501e4df35b5eafc830ccee5
|
7
|
+
data.tar.gz: eed6f3cfdbc2a9c432b7595b66cd6deda73d2aaa69d3059356e33bd4b4322d269819f969be5b2de3a49c957989bc0070d380fcc84943bdf3cfba8a875af6bc00
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.801
|
data/lib/v20180724/models.rb
CHANGED
@@ -459,7 +459,7 @@ module TencentCloud
|
|
459
459
|
# @type SessionId: String
|
460
460
|
# @param SoeAppId: 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数,新的 SoeAppId 可以在[控制台](https://console.cloud.tencent.com/soe)【应用管理】下新建。如果没有新建SoeAppId,请勿填入该参数,否则会报欠费错误。使用指南:[业务应用](https://cloud.tencent.com/document/product/884/78824#.E4.B8.9A.E5.8A.A1.E5.BA.94.E7.94.A8)
|
461
461
|
# @type SoeAppId: String
|
462
|
-
# @param IsLongLifeSession: 长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度。当InitOralProcess
|
462
|
+
# @param IsLongLifeSession: 长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度。当InitOralProcess接口和TransmitOralProcess接口的IsLongLifeSession均为1时,才可生效。
|
463
463
|
# @type IsLongLifeSession: Integer
|
464
464
|
# @param IsQuery: 查询标识,当该参数为1时,该请求为查询请求,请求返回该 Session 的评估结果。
|
465
465
|
# @type IsQuery: Integer
|
@@ -656,8 +656,8 @@ module TencentCloud
|
|
656
656
|
|
657
657
|
attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :IsQuery, :TextMode, :Keyword, :COSBucketURL
|
658
658
|
extend Gem::Deprecate
|
659
|
-
deprecate :StorageMode, :none, 2024,
|
660
|
-
deprecate :StorageMode=, :none, 2024,
|
659
|
+
deprecate :StorageMode, :none, 2024, 4
|
660
|
+
deprecate :StorageMode=, :none, 2024, 4
|
661
661
|
|
662
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)
|
663
663
|
@SeqId = seqid
|
@@ -738,8 +738,8 @@ module TencentCloud
|
|
738
738
|
|
739
739
|
attr_accessor :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SessionId, :AudioUrl, :SentenceInfoSet, :Status, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits, :RequestId
|
740
740
|
extend Gem::Deprecate
|
741
|
-
deprecate :AudioUrl, :none, 2024,
|
742
|
-
deprecate :AudioUrl=, :none, 2024,
|
741
|
+
deprecate :AudioUrl, :none, 2024, 4
|
742
|
+
deprecate :AudioUrl=, :none, 2024, 4
|
743
743
|
|
744
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)
|
745
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.801
|
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-04-
|
11
|
+
date: 2024-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|