tencentcloud-sdk-asr 3.0.933 → 3.0.934
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 +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05f372c10989f7b34de6e3def8f9a479da73a6e0
|
|
4
|
+
data.tar.gz: d01cc05973b7e821a9ab1ea4345f1457ea71d391
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d38ac758868f3094723034878e8ace818d8168db48139a4a62c450a7cea2131a28ddf0db8cff5b9b0a559e5bfc173abc4c1269ebfa3e0d6c9098fd46c1dc6df1
|
|
7
|
+
data.tar.gz: 3404e8997b881da8a74a646a60110e9d7ca46f6d2780bb3d6b095f101987ccd5354a4d881c6db6fb2b2b783a5014ed6671d76b217c083db1fef90e5714b3c8ac
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.934
|
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
|