tencentcloud-sdk-asr 3.0.1142 → 3.0.1161

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 +20 -19
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf0ba5eaea0c7f748f47590edd990af6f7b3ba80
4
- data.tar.gz: b53cef2cd1acf14e8806e729f7db637f542a4536
3
+ metadata.gz: 3d44e052c1c113ad1b936064dfe2bc51dbb54652
4
+ data.tar.gz: 151be8386b0ba31622eefda3c8f95a762528d579
5
5
  SHA512:
6
- metadata.gz: 51febba6a0b7ffadd505a107c3651c961d621f240a28f7b179ed2803c630da38193d566cbd3edce625da248a3e633de27a3aa9407d9db8366e49f20a5ec70084
7
- data.tar.gz: 1f3b0d842c728e8a0ed0ae3578a5bf81da3201470f1abf077fd52b90cf288b666049112e4f630e9e9ddf7019e2f1a8bae8e99297efa4230f0ac4c1a1c0b5d2cc
6
+ metadata.gz: 5c6b40c1d1d23303c1f41e9a5daf3f67f23be6b31a6ce3ad645c28c066830678fed4b3ca22f7692df016fd2ed730e71863501c8a29a9dfe76fb009f587029b85
7
+ data.tar.gz: 5df0f4a26e00a3fec02410a88dba65f35452afe4ff3b6ca9c7575e4a9718194ba595accfc562d1a7e6d45ad43ae0f9790d964f686360a91995feb4549eb3acaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1142
1
+ 3.0.1161
@@ -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, 9
309
- deprecate :TagInfos=, :none, 2025, 9
308
+ deprecate :TagInfos, :none, 2025, 11
309
+ deprecate :TagInfos=, :none, 2025, 11
310
310
 
311
311
  def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil)
312
312
  @ModelName = modelname
@@ -399,6 +399,7 @@ module TencentCloud
399
399
  # 5:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),并输出口语转书面语转写结果,该结果去除语气词、重复词、精简冗余表达,并修正发言人口误,实现口语转书面语的效果,**适用于线上、线下会议直接总结为书面会议纪要的场景**,仅支持8k_zh/16k_zh引擎
400
400
 
401
401
  # 注意:
402
+ # 以下引擎仅支持参数值设置为0:16k_multi_lang、16k_ja、16k_ko、16k_vi、16k_ms、16k_id、16k_fil、16k_th、16k_pt、16k_tr、16k_ar、16k_es、16k_hi、16k_fr、16k_zh_medical、16k_de
402
403
  # 如果传入参数值4,需确保账号已购买[语义分段资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值4,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**
403
404
  # 如果传入参数值5,需确保账号已购买[口语转书面语资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值5,将自动计费[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**
404
405
  # @type ResTextFormat: Integer
@@ -431,7 +432,7 @@ module TencentCloud
431
432
  # @type CallbackUrl: String
432
433
  # @param SpeakerDiarization: 是否开启说话人分离
433
434
  # 0:不开启;
434
- # 1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id/16k_zh_large/16k_zh_dialect,且ChannelNum=1时可用);
435
+ # 1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id/16k_zh_large/16k_zh_dialect/16k_zh_en,且ChannelNum=1时可用);
435
436
  # 默认值为 0
436
437
 
437
438
  # 注意:
@@ -539,8 +540,8 @@ module TencentCloud
539
540
 
540
541
  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, :ReplaceTextId
541
542
  extend Gem::Deprecate
542
- deprecate :ReinforceHotword, :none, 2025, 9
543
- deprecate :ReinforceHotword=, :none, 2025, 9
543
+ deprecate :ReinforceHotword, :none, 2025, 11
544
+ deprecate :ReinforceHotword=, :none, 2025, 11
544
545
 
545
546
  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, replacetextid=nil)
546
547
  @EngineModelType = enginemodeltype
@@ -930,8 +931,8 @@ module TencentCloud
930
931
 
931
932
  attr_accessor :TagInfos, :Offset, :Limit
932
933
  extend Gem::Deprecate
933
- deprecate :TagInfos, :none, 2025, 9
934
- deprecate :TagInfos=, :none, 2025, 9
934
+ deprecate :TagInfos, :none, 2025, 11
935
+ deprecate :TagInfos=, :none, 2025, 11
935
936
 
936
937
  def initialize(taginfos=nil, offset=nil, limit=nil)
937
938
  @TagInfos = taginfos
@@ -1055,8 +1056,8 @@ module TencentCloud
1055
1056
 
1056
1057
  attr_accessor :TagInfos, :Limit, :Offset
1057
1058
  extend Gem::Deprecate
1058
- deprecate :TagInfos, :none, 2025, 9
1059
- deprecate :TagInfos=, :none, 2025, 9
1059
+ deprecate :TagInfos, :none, 2025, 11
1060
+ deprecate :TagInfos=, :none, 2025, 11
1060
1061
 
1061
1062
  def initialize(taginfos=nil, limit=nil, offset=nil)
1062
1063
  @TagInfos = taginfos
@@ -1356,8 +1357,8 @@ module TencentCloud
1356
1357
 
1357
1358
  attr_accessor :ModelName, :DictName, :ModelId, :ModelType, :ServiceType, :ModelState, :AtUpdated, :TagInfos
1358
1359
  extend Gem::Deprecate
1359
- deprecate :TagInfos, :none, 2025, 9
1360
- deprecate :TagInfos=, :none, 2025, 9
1360
+ deprecate :TagInfos, :none, 2025, 11
1361
+ deprecate :TagInfos=, :none, 2025, 11
1361
1362
 
1362
1363
  def initialize(modelname=nil, dictname=nil, modelid=nil, modeltype=nil, servicetype=nil, modelstate=nil, atupdated=nil, taginfos=nil)
1363
1364
  @ModelName = modelname
@@ -1637,14 +1638,14 @@ module TencentCloud
1637
1638
 
1638
1639
  attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
1639
1640
  extend Gem::Deprecate
1640
- deprecate :ProjectId, :none, 2025, 9
1641
- deprecate :ProjectId=, :none, 2025, 9
1642
- deprecate :SubServiceType, :none, 2025, 9
1643
- deprecate :SubServiceType=, :none, 2025, 9
1644
- deprecate :UsrAudioKey, :none, 2025, 9
1645
- deprecate :UsrAudioKey=, :none, 2025, 9
1646
- deprecate :ReinforceHotword, :none, 2025, 9
1647
- deprecate :ReinforceHotword=, :none, 2025, 9
1641
+ deprecate :ProjectId, :none, 2025, 11
1642
+ deprecate :ProjectId=, :none, 2025, 11
1643
+ deprecate :SubServiceType, :none, 2025, 11
1644
+ deprecate :SubServiceType=, :none, 2025, 11
1645
+ deprecate :UsrAudioKey, :none, 2025, 11
1646
+ deprecate :UsrAudioKey=, :none, 2025, 11
1647
+ deprecate :ReinforceHotword, :none, 2025, 11
1648
+ deprecate :ReinforceHotword=, :none, 2025, 11
1648
1649
 
1649
1650
  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)
1650
1651
  @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.1142
4
+ version: 3.0.1161
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-09-17 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common