tencentcloud-sdk-asr 3.0.1021 → 3.0.1022
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 +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: 3f819cba4cdaddf89f06a8a0dac4a2ab8a644838
|
4
|
+
data.tar.gz: 371c2b7fc921f7a25c1ec96a2657cbdf26f5edbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a6556b3b3b6fd0fbfabb89200d7916ef054710a4da9ed435ad976b019c2ecc4fca0b13adc15a152cd33e2a7e9ace6ca02f5e53f86f3f279bfec4bc58dfb0285
|
7
|
+
data.tar.gz: 192da3bea661b0fc793c0a0bc8263558dbaf9ba42a71d647af9fee37b2e050e9186a43e882e85461c8d4de1750e4b1ab4c46d98197e895e8f402208bd8cd6752
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
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, 3
|
309
|
+
deprecate :TagInfos=, :none, 2025, 3
|
310
310
|
|
311
311
|
def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil)
|
312
312
|
@ModelName = modelname
|
@@ -534,8 +534,8 @@ module TencentCloud
|
|
534
534
|
|
535
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
|
536
536
|
extend Gem::Deprecate
|
537
|
-
deprecate :ReinforceHotword, :none, 2025,
|
538
|
-
deprecate :ReinforceHotword=, :none, 2025,
|
537
|
+
deprecate :ReinforceHotword, :none, 2025, 3
|
538
|
+
deprecate :ReinforceHotword=, :none, 2025, 3
|
539
539
|
|
540
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)
|
541
541
|
@EngineModelType = enginemodeltype
|
@@ -1045,8 +1045,8 @@ module TencentCloud
|
|
1045
1045
|
|
1046
1046
|
attr_accessor :TagInfos, :Limit, :Offset
|
1047
1047
|
extend Gem::Deprecate
|
1048
|
-
deprecate :TagInfos, :none, 2025,
|
1049
|
-
deprecate :TagInfos=, :none, 2025,
|
1048
|
+
deprecate :TagInfos, :none, 2025, 3
|
1049
|
+
deprecate :TagInfos=, :none, 2025, 3
|
1050
1050
|
|
1051
1051
|
def initialize(taginfos=nil, limit=nil, offset=nil)
|
1052
1052
|
@TagInfos = taginfos
|
@@ -1624,14 +1624,14 @@ module TencentCloud
|
|
1624
1624
|
|
1625
1625
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1626
1626
|
extend Gem::Deprecate
|
1627
|
-
deprecate :ProjectId, :none, 2025,
|
1628
|
-
deprecate :ProjectId=, :none, 2025,
|
1629
|
-
deprecate :SubServiceType, :none, 2025,
|
1630
|
-
deprecate :SubServiceType=, :none, 2025,
|
1631
|
-
deprecate :UsrAudioKey, :none, 2025,
|
1632
|
-
deprecate :UsrAudioKey=, :none, 2025,
|
1633
|
-
deprecate :ReinforceHotword, :none, 2025,
|
1634
|
-
deprecate :ReinforceHotword=, :none, 2025,
|
1627
|
+
deprecate :ProjectId, :none, 2025, 3
|
1628
|
+
deprecate :ProjectId=, :none, 2025, 3
|
1629
|
+
deprecate :SubServiceType, :none, 2025, 3
|
1630
|
+
deprecate :SubServiceType=, :none, 2025, 3
|
1631
|
+
deprecate :UsrAudioKey, :none, 2025, 3
|
1632
|
+
deprecate :UsrAudioKey=, :none, 2025, 3
|
1633
|
+
deprecate :ReinforceHotword, :none, 2025, 3
|
1634
|
+
deprecate :ReinforceHotword=, :none, 2025, 3
|
1635
1635
|
|
1636
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)
|
1637
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.1022
|
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-03-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|