tencentcloud-sdk-asr 3.0.684 → 3.0.685
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 +7 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a7a7f848aea0c5c6a4ea67b54ebd1b18d31f5c6
|
4
|
+
data.tar.gz: 050f33156120bb498cd8514de4723cfa182df214
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2617a4d2df298978aa98fe880ee4d23e47df8438f0cb5d199ea484c64dd5068b12371bac78c9f69c26c0492069d1712db15ad040f9efb9202e5e143f4cdcde59
|
7
|
+
data.tar.gz: e64112cc8ef8792ca6ca69399500df21be2b22b05b4c08becca8aacd311b90cd9374c7871fc84886b5a59165f3c9389c3122136a7a63389ca74f9007c0d4153d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.685
|
data/lib/v20190614/models.rb
CHANGED
@@ -391,7 +391,7 @@ module TencentCloud
|
|
391
391
|
# 如设置了该参数,将生效对应id的自学习定制模型;
|
392
392
|
# 点击这里查看[自学习定制模型配置方法](https://cloud.tencent.com/document/product/1093/38416)
|
393
393
|
# @type CustomizationId: String
|
394
|
-
# @param EmotionRecognition: **【增值付费功能】**情绪识别能力(目前仅支持16k_zh)
|
394
|
+
# @param EmotionRecognition: **【增值付费功能】**情绪识别能力(目前仅支持16k_zh,8k_zh)
|
395
395
|
# 0:不开启;
|
396
396
|
# 1:开启情绪识别,但不在文本展示情绪标签;
|
397
397
|
# 2:开启情绪识别,并且在文本展示情绪标签(**该功能需要设置ResTextFormat 大于0**)
|
@@ -1257,12 +1257,12 @@ module TencentCloud
|
|
1257
1257
|
|
1258
1258
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1259
1259
|
extend Gem::Deprecate
|
1260
|
-
deprecate :ProjectId, :none, 2023,
|
1261
|
-
deprecate :ProjectId=, :none, 2023,
|
1262
|
-
deprecate :SubServiceType, :none, 2023,
|
1263
|
-
deprecate :SubServiceType=, :none, 2023,
|
1264
|
-
deprecate :UsrAudioKey, :none, 2023,
|
1265
|
-
deprecate :UsrAudioKey=, :none, 2023,
|
1260
|
+
deprecate :ProjectId, :none, 2023, 10
|
1261
|
+
deprecate :ProjectId=, :none, 2023, 10
|
1262
|
+
deprecate :SubServiceType, :none, 2023, 10
|
1263
|
+
deprecate :SubServiceType=, :none, 2023, 10
|
1264
|
+
deprecate :UsrAudioKey, :none, 2023, 10
|
1265
|
+
deprecate :UsrAudioKey=, :none, 2023, 10
|
1266
1266
|
|
1267
1267
|
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)
|
1268
1268
|
@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.685
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-asr.rb
|
37
36
|
- lib/v20190614/client.rb
|
38
37
|
- lib/v20190614/models.rb
|
38
|
+
- lib/tencentcloud-sdk-asr.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|