tencentcloud-sdk-asr 3.0.1073 → 3.0.1080
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 +21 -18
- 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: 93c649e9847afe3793846e18b88622cf3840c71b
|
4
|
+
data.tar.gz: 0c4ffc989250e5baff7e36e8b20994596a497e0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc3bdf674439c0f53991393900016e88925b4bc23c451094c0f6490ccabea88af231013673331a78ba29b1b5ae939ef513a6645f0031144ead0bd5466fdfee2e
|
7
|
+
data.tar.gz: 038157172543ba6dc45ec1d73bef1eb91d6ff572c2562bb11d2464d1f97e783022d81ecd6142e5adf59449dfdb4c5c57c93e0ca0056f0e31c79c9ea8f39ac80e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1080
|
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, 2025,
|
309
|
-
deprecate :TagInfos=, :none, 2025,
|
308
|
+
deprecate :TagInfos, :none, 2025, 6
|
309
|
+
deprecate :TagInfos=, :none, 2025, 6
|
310
310
|
|
311
311
|
def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil)
|
312
312
|
@ModelName = modelname
|
@@ -532,12 +532,15 @@ module TencentCloud
|
|
532
532
|
# @param KeyWordLibIdList: 关键词识别ID列表,默认空为不进行识别,最多10个
|
533
533
|
# @type KeyWordLibIdList: Array
|
534
534
|
# @param ReplaceTextId: 替换词汇表id, 适用于热词和自学习场景也无法解决的极端case词组, 会对识别结果强制替换。具体可参考[配置控制台](https://console.cloud.tencent.com/asr/replaceword);强制替换功能可能会影响正常识别结果,请谨慎使用
|
535
|
+
|
536
|
+
# 注意:
|
537
|
+
# 1. 本功能配置完成后,预计在10分钟后生效
|
535
538
|
# @type ReplaceTextId: String
|
536
539
|
|
537
540
|
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, :ReplaceTextId
|
538
541
|
extend Gem::Deprecate
|
539
|
-
deprecate :ReinforceHotword, :none, 2025,
|
540
|
-
deprecate :ReinforceHotword=, :none, 2025,
|
542
|
+
deprecate :ReinforceHotword, :none, 2025, 6
|
543
|
+
deprecate :ReinforceHotword=, :none, 2025, 6
|
541
544
|
|
542
545
|
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, replacetextid=nil)
|
543
546
|
@EngineModelType = enginemodeltype
|
@@ -927,8 +930,8 @@ module TencentCloud
|
|
927
930
|
|
928
931
|
attr_accessor :TagInfos, :Offset, :Limit
|
929
932
|
extend Gem::Deprecate
|
930
|
-
deprecate :TagInfos, :none, 2025,
|
931
|
-
deprecate :TagInfos=, :none, 2025,
|
933
|
+
deprecate :TagInfos, :none, 2025, 6
|
934
|
+
deprecate :TagInfos=, :none, 2025, 6
|
932
935
|
|
933
936
|
def initialize(taginfos=nil, offset=nil, limit=nil)
|
934
937
|
@TagInfos = taginfos
|
@@ -1052,8 +1055,8 @@ module TencentCloud
|
|
1052
1055
|
|
1053
1056
|
attr_accessor :TagInfos, :Limit, :Offset
|
1054
1057
|
extend Gem::Deprecate
|
1055
|
-
deprecate :TagInfos, :none, 2025,
|
1056
|
-
deprecate :TagInfos=, :none, 2025,
|
1058
|
+
deprecate :TagInfos, :none, 2025, 6
|
1059
|
+
deprecate :TagInfos=, :none, 2025, 6
|
1057
1060
|
|
1058
1061
|
def initialize(taginfos=nil, limit=nil, offset=nil)
|
1059
1062
|
@TagInfos = taginfos
|
@@ -1353,8 +1356,8 @@ module TencentCloud
|
|
1353
1356
|
|
1354
1357
|
attr_accessor :ModelName, :DictName, :ModelId, :ModelType, :ServiceType, :ModelState, :AtUpdated, :TagInfos
|
1355
1358
|
extend Gem::Deprecate
|
1356
|
-
deprecate :TagInfos, :none, 2025,
|
1357
|
-
deprecate :TagInfos=, :none, 2025,
|
1359
|
+
deprecate :TagInfos, :none, 2025, 6
|
1360
|
+
deprecate :TagInfos=, :none, 2025, 6
|
1358
1361
|
|
1359
1362
|
def initialize(modelname=nil, dictname=nil, modelid=nil, modeltype=nil, servicetype=nil, modelstate=nil, atupdated=nil, taginfos=nil)
|
1360
1363
|
@ModelName = modelname
|
@@ -1634,14 +1637,14 @@ module TencentCloud
|
|
1634
1637
|
|
1635
1638
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1636
1639
|
extend Gem::Deprecate
|
1637
|
-
deprecate :ProjectId, :none, 2025,
|
1638
|
-
deprecate :ProjectId=, :none, 2025,
|
1639
|
-
deprecate :SubServiceType, :none, 2025,
|
1640
|
-
deprecate :SubServiceType=, :none, 2025,
|
1641
|
-
deprecate :UsrAudioKey, :none, 2025,
|
1642
|
-
deprecate :UsrAudioKey=, :none, 2025,
|
1643
|
-
deprecate :ReinforceHotword, :none, 2025,
|
1644
|
-
deprecate :ReinforceHotword=, :none, 2025,
|
1640
|
+
deprecate :ProjectId, :none, 2025, 6
|
1641
|
+
deprecate :ProjectId=, :none, 2025, 6
|
1642
|
+
deprecate :SubServiceType, :none, 2025, 6
|
1643
|
+
deprecate :SubServiceType=, :none, 2025, 6
|
1644
|
+
deprecate :UsrAudioKey, :none, 2025, 6
|
1645
|
+
deprecate :UsrAudioKey=, :none, 2025, 6
|
1646
|
+
deprecate :ReinforceHotword, :none, 2025, 6
|
1647
|
+
deprecate :ReinforceHotword=, :none, 2025, 6
|
1645
1648
|
|
1646
1649
|
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)
|
1647
1650
|
@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.1080
|
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-06-
|
11
|
+
date: 2025-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|