tencentcloud-sdk-asr 3.0.684 → 3.0.686
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: 428b696a5e7e1914f507d887eb8dd5aeddcca028
|
4
|
+
data.tar.gz: 492ebf409828c91453b847ef34a7277fab333ed2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ea35f47290e221c1fe1342e9e34e6905fd815fa1f4c12c84b8ebf80fac85e088f53ba9b8e037841d90d14686226ab6a5f63733453a5a6e573816b0757298af0
|
7
|
+
data.tar.gz: 20dbd3892694e51e243a4530b0b2ccd2ef75abfe3861c746baa28c00cbf9acab8e6dcf59ac5276a02169504adece5a8c748e7ff7d355f356f8dd1362b9b3d8da
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.686
|
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.686
|
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-27 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:
|