tencentcloud-sdk-asr 3.0.987 → 3.0.989
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 +16 -14
- 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: 6b9b7b14665b032b707b5e3fb60dd8b8012e3969
|
4
|
+
data.tar.gz: 39726b37fe4e5ddaeec4b5c7d835895c17db763b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1337242f414b67b1bc447698520b5376b495afd9b0d949f2c570c738ea37faa240a7119616677112fde695712a4de603f22a2975549806e13a2fb217bbaa9dbd
|
7
|
+
data.tar.gz: 9436f08800014db4bb9492f071c334b95ba7ba5fa67b200b13073090353e82bd3e8f510d08ab2dfa580620b230a8db057eff06821a8f6384144830664a5fb250
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.989
|
data/lib/v20190614/models.rb
CHANGED
@@ -305,8 +305,8 @@ module TencentCloud
|
|
305
305
|
|
306
306
|
attr_accessor :ModelName, :TextUrl, :ModelType, :TagInfos
|
307
307
|
extend Gem::Deprecate
|
308
|
-
deprecate :TagInfos, :none,
|
309
|
-
deprecate :TagInfos=, :none,
|
308
|
+
deprecate :TagInfos, :none, 2025, 1
|
309
|
+
deprecate :TagInfos=, :none, 2025, 1
|
310
310
|
|
311
311
|
def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil)
|
312
312
|
@ModelName = modelname
|
@@ -362,9 +362,11 @@ module TencentCloud
|
|
362
362
|
# • **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
|
363
363
|
# • **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);
|
364
364
|
# • **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
365
|
+
# • **16k_zh_en**:中英大模型引擎【大模型版】。当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
365
366
|
# • **16k_en:**英语;
|
366
367
|
# • **16k_yue:**粤语;
|
367
368
|
# • **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
369
|
+
# • **16k_zh-TW**:中文繁体;
|
368
370
|
# • **16k_ja:**日语;
|
369
371
|
# • **16k_ko:**韩语;
|
370
372
|
# • **16k_vi:**越南语;
|
@@ -532,8 +534,8 @@ module TencentCloud
|
|
532
534
|
|
533
535
|
attr_accessor :EngineModelType, :ChannelNum, :ResTextFormat, :SourceType, :Data, :DataLen, :Url, :CallbackUrl, :SpeakerDiarization, :SpeakerNumber, :HotwordId, :ReinforceHotword, :CustomizationId, :EmotionRecognition, :EmotionalEnergy, :ConvertNumMode, :FilterDirty, :FilterPunc, :FilterModal, :SentenceMaxLength, :Extra, :HotwordList, :KeyWordLibIdList
|
534
536
|
extend Gem::Deprecate
|
535
|
-
deprecate :ReinforceHotword, :none,
|
536
|
-
deprecate :ReinforceHotword=, :none,
|
537
|
+
deprecate :ReinforceHotword, :none, 2025, 1
|
538
|
+
deprecate :ReinforceHotword=, :none, 2025, 1
|
537
539
|
|
538
540
|
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, keywordlibidlist=nil)
|
539
541
|
@EngineModelType = enginemodeltype
|
@@ -1043,8 +1045,8 @@ module TencentCloud
|
|
1043
1045
|
|
1044
1046
|
attr_accessor :TagInfos, :Limit, :Offset
|
1045
1047
|
extend Gem::Deprecate
|
1046
|
-
deprecate :TagInfos, :none,
|
1047
|
-
deprecate :TagInfos=, :none,
|
1048
|
+
deprecate :TagInfos, :none, 2025, 1
|
1049
|
+
deprecate :TagInfos=, :none, 2025, 1
|
1048
1050
|
|
1049
1051
|
def initialize(taginfos=nil, limit=nil, offset=nil)
|
1050
1052
|
@TagInfos = taginfos
|
@@ -1622,14 +1624,14 @@ module TencentCloud
|
|
1622
1624
|
|
1623
1625
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1624
1626
|
extend Gem::Deprecate
|
1625
|
-
deprecate :ProjectId, :none,
|
1626
|
-
deprecate :ProjectId=, :none,
|
1627
|
-
deprecate :SubServiceType, :none,
|
1628
|
-
deprecate :SubServiceType=, :none,
|
1629
|
-
deprecate :UsrAudioKey, :none,
|
1630
|
-
deprecate :UsrAudioKey=, :none,
|
1631
|
-
deprecate :ReinforceHotword, :none,
|
1632
|
-
deprecate :ReinforceHotword=, :none,
|
1627
|
+
deprecate :ProjectId, :none, 2025, 1
|
1628
|
+
deprecate :ProjectId=, :none, 2025, 1
|
1629
|
+
deprecate :SubServiceType, :none, 2025, 1
|
1630
|
+
deprecate :SubServiceType=, :none, 2025, 1
|
1631
|
+
deprecate :UsrAudioKey, :none, 2025, 1
|
1632
|
+
deprecate :UsrAudioKey=, :none, 2025, 1
|
1633
|
+
deprecate :ReinforceHotword, :none, 2025, 1
|
1634
|
+
deprecate :ReinforceHotword=, :none, 2025, 1
|
1633
1635
|
|
1634
1636
|
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)
|
1635
1637
|
@EngSerViceType = engservicetype
|
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.989
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|