tencentcloud-sdk-asr 3.0.858 → 3.0.859
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/v20190614/models.rb +16 -15
- 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: 5ada6e6f1f60cb0bbc2868d5ca4fde4517568e3d
|
4
|
+
data.tar.gz: 2eaf6e3b50f826398ba277fa202dea2420092ef6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9176022f63e858aacfd4611125e7218448466e32b8bc99f6aa5f8b2c0496b42906fc715aac4e65ba9a1ae9773b47bafe62e9299d1d6f0232c747bb112d1d370b
|
7
|
+
data.tar.gz: 6933b4c85f095850cca335cbfa3d7cad8777d3a519d72c19898806cf310114b1785f9f3637ce007d790261ea5ecd0f0cb05407e108f4778717ee04918b73bb23
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.859
|
data/lib/v20190614/models.rb
CHANGED
@@ -257,8 +257,8 @@ module TencentCloud
|
|
257
257
|
|
258
258
|
attr_accessor :ModelName, :TextUrl, :ModelType, :TagInfos
|
259
259
|
extend Gem::Deprecate
|
260
|
-
deprecate :TagInfos, :none, 2024,
|
261
|
-
deprecate :TagInfos=, :none, 2024,
|
260
|
+
deprecate :TagInfos, :none, 2024, 7
|
261
|
+
deprecate :TagInfos=, :none, 2024, 7
|
262
262
|
|
263
263
|
def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil)
|
264
264
|
@ModelName = modelname
|
@@ -481,8 +481,8 @@ module TencentCloud
|
|
481
481
|
|
482
482
|
attr_accessor :EngineModelType, :ChannelNum, :ResTextFormat, :SourceType, :Data, :DataLen, :Url, :CallbackUrl, :SpeakerDiarization, :SpeakerNumber, :HotwordId, :ReinforceHotword, :CustomizationId, :EmotionRecognition, :EmotionalEnergy, :ConvertNumMode, :FilterDirty, :FilterPunc, :FilterModal, :SentenceMaxLength, :Extra, :HotwordList
|
483
483
|
extend Gem::Deprecate
|
484
|
-
deprecate :ReinforceHotword, :none, 2024,
|
485
|
-
deprecate :ReinforceHotword=, :none, 2024,
|
484
|
+
deprecate :ReinforceHotword, :none, 2024, 7
|
485
|
+
deprecate :ReinforceHotword=, :none, 2024, 7
|
486
486
|
|
487
487
|
def initialize(enginemodeltype=nil, channelnum=nil, restextformat=nil, sourcetype=nil, data=nil, datalen=nil, url=nil, callbackurl=nil, speakerdiarization=nil, speakernumber=nil, hotwordid=nil, reinforcehotword=nil, customizationid=nil, emotionrecognition=nil, emotionalenergy=nil, convertnummode=nil, filterdirty=nil, filterpunc=nil, filtermodal=nil, sentencemaxlength=nil, extra=nil, hotwordlist=nil)
|
488
488
|
@EngineModelType = enginemodeltype
|
@@ -907,8 +907,8 @@ module TencentCloud
|
|
907
907
|
|
908
908
|
attr_accessor :TagInfos, :Limit, :Offset
|
909
909
|
extend Gem::Deprecate
|
910
|
-
deprecate :TagInfos, :none, 2024,
|
911
|
-
deprecate :TagInfos=, :none, 2024,
|
910
|
+
deprecate :TagInfos, :none, 2024, 7
|
911
|
+
deprecate :TagInfos=, :none, 2024, 7
|
912
912
|
|
913
913
|
def initialize(taginfos=nil, limit=nil, offset=nil)
|
914
914
|
@TagInfos = taginfos
|
@@ -1308,14 +1308,14 @@ module TencentCloud
|
|
1308
1308
|
|
1309
1309
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1310
1310
|
extend Gem::Deprecate
|
1311
|
-
deprecate :ProjectId, :none, 2024,
|
1312
|
-
deprecate :ProjectId=, :none, 2024,
|
1313
|
-
deprecate :SubServiceType, :none, 2024,
|
1314
|
-
deprecate :SubServiceType=, :none, 2024,
|
1315
|
-
deprecate :UsrAudioKey, :none, 2024,
|
1316
|
-
deprecate :UsrAudioKey=, :none, 2024,
|
1317
|
-
deprecate :ReinforceHotword, :none, 2024,
|
1318
|
-
deprecate :ReinforceHotword=, :none, 2024,
|
1311
|
+
deprecate :ProjectId, :none, 2024, 7
|
1312
|
+
deprecate :ProjectId=, :none, 2024, 7
|
1313
|
+
deprecate :SubServiceType, :none, 2024, 7
|
1314
|
+
deprecate :SubServiceType=, :none, 2024, 7
|
1315
|
+
deprecate :UsrAudioKey, :none, 2024, 7
|
1316
|
+
deprecate :UsrAudioKey=, :none, 2024, 7
|
1317
|
+
deprecate :ReinforceHotword, :none, 2024, 7
|
1318
|
+
deprecate :ReinforceHotword=, :none, 2024, 7
|
1319
1319
|
|
1320
1320
|
def initialize(engservicetype=nil, sourcetype=nil, voiceformat=nil, projectid=nil, subservicetype=nil, url=nil, usraudiokey=nil, data=nil, datalen=nil, wordinfo=nil, filterdirty=nil, filtermodal=nil, filterpunc=nil, convertnummode=nil, hotwordid=nil, customizationid=nil, reinforcehotword=nil, hotwordlist=nil, inputsamplerate=nil)
|
1321
1321
|
@EngSerViceType = engservicetype
|
@@ -1566,10 +1566,11 @@ module TencentCloud
|
|
1566
1566
|
# @type VocabId: String
|
1567
1567
|
# @param Name: 热词表名称,长度在1-255之间
|
1568
1568
|
# @type Name: String
|
1569
|
-
# @param WordWeights: 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或100,数组长度不大于1000
|
1569
|
+
# @param WordWeights: 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或100,数组长度不大于1000 (注意:如果仅更新热词表名称或者描述字段,请求不用带本参数)
|
1570
1570
|
# @type WordWeights: Array
|
1571
1571
|
# @param WordWeightStr: 词权重文件(纯文本文件)的二进制base64编码,以行分隔,每行的格式为word|weight,即以英文符号|为分割,左边为词,右边为权重,如:你好|5。
|
1572
1572
|
# 当用户传此参数(参数长度大于0),即以此参数解析词权重,WordWeights会被忽略
|
1573
|
+
# (注意:如果仅更新热词表名称或者描述字段,请求不用带本参数)
|
1573
1574
|
# @type WordWeightStr: String
|
1574
1575
|
# @param Description: 热词表描述,长度在0-1000之间
|
1575
1576
|
# @type Description: String
|
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.859
|
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-07-
|
11
|
+
date: 2024-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|