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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190614/models.rb +14 -14
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5df5a43d18ef2c827e6728914e42ccae63786b9b
4
- data.tar.gz: 7376c1e1676e3ccb3617f14dda5bd9b0742c49fd
3
+ metadata.gz: 05f372c10989f7b34de6e3def8f9a479da73a6e0
4
+ data.tar.gz: d01cc05973b7e821a9ab1ea4345f1457ea71d391
5
5
  SHA512:
6
- metadata.gz: 2d12abc1bf72744e31900dff9383f43da0795f99be7ccfa46c86b9e488605002b6d07282eaf2c82407a276cb02afedc2bf6744421532ca203f830dc71200189a
7
- data.tar.gz: c6e9e6481b1c91b030439ec5445a86c7869fcb282e3c37ea0b39707eab2e421063217a54e7a8c6c673ac5b91309d2bceb053a8f0b98f5b40b169356d44e7e793
6
+ metadata.gz: d38ac758868f3094723034878e8ace818d8168db48139a4a62c450a7cea2131a28ddf0db8cff5b9b0a559e5bfc173abc4c1269ebfa3e0d6c9098fd46c1dc6df1
7
+ data.tar.gz: 3404e8997b881da8a74a646a60110e9d7ca46f6d2780bb3d6b095f101987ccd5354a4d881c6db6fb2b2b783a5014ed6671d76b217c083db1fef90e5714b3c8ac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.933
1
+ 3.0.934
@@ -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, 10
309
- deprecate :TagInfos=, :none, 2024, 10
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, 10
536
- deprecate :ReinforceHotword=, :none, 2024, 10
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, 10
1047
- deprecate :TagInfos=, :none, 2024, 10
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, 10
1626
- deprecate :ProjectId=, :none, 2024, 10
1627
- deprecate :SubServiceType, :none, 2024, 10
1628
- deprecate :SubServiceType=, :none, 2024, 10
1629
- deprecate :UsrAudioKey, :none, 2024, 10
1630
- deprecate :UsrAudioKey=, :none, 2024, 10
1631
- deprecate :ReinforceHotword, :none, 2024, 10
1632
- deprecate :ReinforceHotword=, :none, 2024, 10
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-asr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.933
4
+ version: 3.0.934
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud