tencentcloud-sdk-asr 3.0.664 → 3.0.665
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/v20190614/models.rb +7 -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: 2dfe2d1e6bbc8fda6d1a82f16c8ed72f194ab161
|
4
|
+
data.tar.gz: bf3575f30a5157b31710d3fcb5fecf99f9512807
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7304016fa07ea28faacc6463986bc180b23474e6dc054c6282377550aef6a125930660540b3502bb7416fae987d5fb5ec9779e18805cef51b805d0169fabd3a5
|
7
|
+
data.tar.gz: ff5b2f86715445b8508e00f796fc9a3531cf05681f5515b7c7b228af7d672398167dcbbf72734e37995549328ceb87880b4ba6b1c1d7c147909887278f244694
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.665
|
data/lib/v20190614/models.rb
CHANGED
@@ -1111,6 +1111,9 @@ module TencentCloud
|
|
1111
1111
|
# @param SliceSentence: 单句中间识别结果,使用空格拆分为多个词
|
1112
1112
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1113
1113
|
# @type SliceSentence: String
|
1114
|
+
# @param WrittenText: 口语转书面语结果,开启改功能才有值
|
1115
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1116
|
+
# @type WrittenText: String
|
1114
1117
|
# @param StartMs: 单句开始时间(毫秒)
|
1115
1118
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1116
1119
|
# @type StartMs: Integer
|
@@ -1139,11 +1142,12 @@ module TencentCloud
|
|
1139
1142
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1140
1143
|
# @type EmotionType: Array
|
1141
1144
|
|
1142
|
-
attr_accessor :FinalSentence, :SliceSentence, :StartMs, :EndMs, :WordsNum, :Words, :SpeechSpeed, :SpeakerId, :EmotionalEnergy, :SilenceTime, :EmotionType
|
1145
|
+
attr_accessor :FinalSentence, :SliceSentence, :WrittenText, :StartMs, :EndMs, :WordsNum, :Words, :SpeechSpeed, :SpeakerId, :EmotionalEnergy, :SilenceTime, :EmotionType
|
1143
1146
|
|
1144
|
-
def initialize(finalsentence=nil, slicesentence=nil, startms=nil, endms=nil, wordsnum=nil, words=nil, speechspeed=nil, speakerid=nil, emotionalenergy=nil, silencetime=nil, emotiontype=nil)
|
1147
|
+
def initialize(finalsentence=nil, slicesentence=nil, writtentext=nil, startms=nil, endms=nil, wordsnum=nil, words=nil, speechspeed=nil, speakerid=nil, emotionalenergy=nil, silencetime=nil, emotiontype=nil)
|
1145
1148
|
@FinalSentence = finalsentence
|
1146
1149
|
@SliceSentence = slicesentence
|
1150
|
+
@WrittenText = writtentext
|
1147
1151
|
@StartMs = startms
|
1148
1152
|
@EndMs = endms
|
1149
1153
|
@WordsNum = wordsnum
|
@@ -1158,6 +1162,7 @@ module TencentCloud
|
|
1158
1162
|
def deserialize(params)
|
1159
1163
|
@FinalSentence = params['FinalSentence']
|
1160
1164
|
@SliceSentence = params['SliceSentence']
|
1165
|
+
@WrittenText = params['WrittenText']
|
1161
1166
|
@StartMs = params['StartMs']
|
1162
1167
|
@EndMs = params['EndMs']
|
1163
1168
|
@WordsNum = params['WordsNum']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-asr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.665
|
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-09-
|
11
|
+
date: 2023-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|