tencentcloud-sdk-asr 3.0.933 → 3.0.935
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 +14 -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: bcb3c494e8249fe981b70ec824e7f35a7cdf9d66
|
4
|
+
data.tar.gz: 7a1bc0e3c7455e5736ea83dcf4e69225a7fdeafb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc813364c7f4ef2504366e5943d76bef931eed1af9b3f26384e75da4cdb32612188fab1d69799039e22d2095929a4da2c7c6fc7cbdf63a76bc43dd03ce692466
|
7
|
+
data.tar.gz: f9519b269180b7d4fa20c3e40e3b97f462f93784edfa1de7627e1d63f756a4f4df58e7df3743201532046b0c86be92010292124177a1dda338b9116ba146a792
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.935
|
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, 2024,
|
309
|
-
deprecate :TagInfos=, :none, 2024,
|
308
|
+
deprecate :TagInfos, :none, 2024, 11
|
309
|
+
deprecate :TagInfos=, :none, 2024, 11
|
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, 11
|
536
|
+
deprecate :ReinforceHotword=, :none, 2024, 11
|
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, 11
|
1047
|
+
deprecate :TagInfos=, :none, 2024, 11
|
1048
1048
|
|
1049
1049
|
def initialize(taginfos=nil, limit=nil, offset=nil)
|
1050
1050
|
@TagInfos = taginfos
|
@@ -1622,14 +1622,14 @@ module TencentCloud
|
|
1622
1622
|
|
1623
1623
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1624
1624
|
extend Gem::Deprecate
|
1625
|
-
deprecate :ProjectId, :none, 2024,
|
1626
|
-
deprecate :ProjectId=, :none, 2024,
|
1627
|
-
deprecate :SubServiceType, :none, 2024,
|
1628
|
-
deprecate :SubServiceType=, :none, 2024,
|
1629
|
-
deprecate :UsrAudioKey, :none, 2024,
|
1630
|
-
deprecate :UsrAudioKey=, :none, 2024,
|
1631
|
-
deprecate :ReinforceHotword, :none, 2024,
|
1632
|
-
deprecate :ReinforceHotword=, :none, 2024,
|
1625
|
+
deprecate :ProjectId, :none, 2024, 11
|
1626
|
+
deprecate :ProjectId=, :none, 2024, 11
|
1627
|
+
deprecate :SubServiceType, :none, 2024, 11
|
1628
|
+
deprecate :SubServiceType=, :none, 2024, 11
|
1629
|
+
deprecate :UsrAudioKey, :none, 2024, 11
|
1630
|
+
deprecate :UsrAudioKey=, :none, 2024, 11
|
1631
|
+
deprecate :ReinforceHotword, :none, 2024, 11
|
1632
|
+
deprecate :ReinforceHotword=, :none, 2024, 11
|
1633
1633
|
|
1634
1634
|
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
1635
|
@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.935
|
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-
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|