tencentcloud-sdk-soe 3.0.939 → 3.0.941
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: de87572fd6d86e5f120d5d8e19bc4d84be842cff
|
4
|
+
data.tar.gz: 0186c50faa317b740e3e5464efafae090b5d21b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8debb9dd8883ccb57636e5fe4b34390cf9df7ba4c1b6b012a70abbd7738e659d3938d1cc66812ccc9cacf5212de5af0d413e1a7368a9ad91cc39a61bce0f3338
|
7
|
+
data.tar.gz: 8e1e236fd05bee760c6fb8378ae95e827564538a6972aeb0c4c09321a7254a9b94abd0ff1dcb828a72f02a1aebe66069f57a3ba3c3324798b2ebdd707119623c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.941
|
data/lib/v20180724/models.rb
CHANGED
@@ -362,7 +362,7 @@ module TencentCloud
|
|
362
362
|
# @type PronFluency: Float
|
363
363
|
# @param PronCompletion: 发音完整度,取值范围[0, 1],当为词模式时,取值无意义;当为流式模式且请求中IsEnd未置1时,取值无意义
|
364
364
|
# @type PronCompletion: Float
|
365
|
-
# @param SuggestedScore: 建议评分,取值范围[0,100],评分方式为建议评分 = 准确度(PronAccuracyfloat
|
365
|
+
# @param SuggestedScore: 建议评分,取值范围[0,100],评分方式为建议评分 = 准确度(PronAccuracyfloat)× 完整度(PronCompletionfloat)×(2 - 完整度(PronCompletionfloat)),如若评分策略不符合请参考Words数组中的详细分数自定义评分逻辑。
|
366
366
|
# @type SuggestedScore: Float
|
367
367
|
# @param RefTextId: 匹配候选文本的序号,在句子多分支、情景对 话、段落模式下表示匹配到的文本序号
|
368
368
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -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, 11
|
660
|
+
deprecate :StorageMode=, :none, 2024, 11
|
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, 11
|
742
|
+
deprecate :AudioUrl=, :none, 2024, 11
|
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.941
|
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-11-
|
11
|
+
date: 2024-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|