tencentcloud-sdk-asr 3.0.926 → 3.0.928
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 +15 -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: 9b533cf6d32234440abd06e2490521d72c43cbe7
|
4
|
+
data.tar.gz: 13267dfe9bdd003e76dec5f4527163d44ebceb55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94110afc5c91fcee12d857da19f3a2daff7888bdb27eccfdb85307dcad5eed5b09693247bfa2f8905227085b5e6bfa362fa072fe18516b43e4be01a21ec77742
|
7
|
+
data.tar.gz: 1ca033a8f724d58f117f5763420bffcddf75dc58c294082da6652002210577fcd799e18a57dd47f57c2625751ed462b6338874c30e56af14f007719e214d4b1b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.928
|
data/lib/v20190614/models.rb
CHANGED
@@ -225,7 +225,7 @@ module TencentCloud
|
|
225
225
|
# @type SignToken: String
|
226
226
|
# @param FilterDirty: 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0
|
227
227
|
# @type FilterDirty: Integer
|
228
|
-
# @param FilterModal:
|
228
|
+
# @param FilterModal: 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0
|
229
229
|
# @type FilterModal: Integer
|
230
230
|
# @param FilterPunc: 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认为0
|
231
231
|
# @type FilterPunc: Integer
|
@@ -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, 2024,
|
309
|
-
deprecate :TagInfos=, :none, 2024,
|
308
|
+
deprecate :TagInfos, :none, 2024, 10
|
309
|
+
deprecate :TagInfos=, :none, 2024, 10
|
310
310
|
|
311
311
|
def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil)
|
312
312
|
@ModelName = modelname
|
@@ -532,8 +532,8 @@ module TencentCloud
|
|
532
532
|
|
533
533
|
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
534
|
extend Gem::Deprecate
|
535
|
-
deprecate :ReinforceHotword, :none, 2024,
|
536
|
-
deprecate :ReinforceHotword=, :none, 2024,
|
535
|
+
deprecate :ReinforceHotword, :none, 2024, 10
|
536
|
+
deprecate :ReinforceHotword=, :none, 2024, 10
|
537
537
|
|
538
538
|
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
539
|
@EngineModelType = enginemodeltype
|
@@ -1043,8 +1043,8 @@ module TencentCloud
|
|
1043
1043
|
|
1044
1044
|
attr_accessor :TagInfos, :Limit, :Offset
|
1045
1045
|
extend Gem::Deprecate
|
1046
|
-
deprecate :TagInfos, :none, 2024,
|
1047
|
-
deprecate :TagInfos=, :none, 2024,
|
1046
|
+
deprecate :TagInfos, :none, 2024, 10
|
1047
|
+
deprecate :TagInfos=, :none, 2024, 10
|
1048
1048
|
|
1049
1049
|
def initialize(taginfos=nil, limit=nil, offset=nil)
|
1050
1050
|
@TagInfos = taginfos
|
@@ -1621,14 +1621,14 @@ module TencentCloud
|
|
1621
1621
|
|
1622
1622
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1623
1623
|
extend Gem::Deprecate
|
1624
|
-
deprecate :ProjectId, :none, 2024,
|
1625
|
-
deprecate :ProjectId=, :none, 2024,
|
1626
|
-
deprecate :SubServiceType, :none, 2024,
|
1627
|
-
deprecate :SubServiceType=, :none, 2024,
|
1628
|
-
deprecate :UsrAudioKey, :none, 2024,
|
1629
|
-
deprecate :UsrAudioKey=, :none, 2024,
|
1630
|
-
deprecate :ReinforceHotword, :none, 2024,
|
1631
|
-
deprecate :ReinforceHotword=, :none, 2024,
|
1624
|
+
deprecate :ProjectId, :none, 2024, 10
|
1625
|
+
deprecate :ProjectId=, :none, 2024, 10
|
1626
|
+
deprecate :SubServiceType, :none, 2024, 10
|
1627
|
+
deprecate :SubServiceType=, :none, 2024, 10
|
1628
|
+
deprecate :UsrAudioKey, :none, 2024, 10
|
1629
|
+
deprecate :UsrAudioKey=, :none, 2024, 10
|
1630
|
+
deprecate :ReinforceHotword, :none, 2024, 10
|
1631
|
+
deprecate :ReinforceHotword=, :none, 2024, 10
|
1632
1632
|
|
1633
1633
|
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)
|
1634
1634
|
@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.928
|
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-10-
|
11
|
+
date: 2024-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|