tencentcloud-sdk-asr 3.0.754 → 3.0.755
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec0feda6a619a642fc0fe18641f65c4a68f6fd02
|
4
|
+
data.tar.gz: bb5286f51c330bb3a3d0546a3cbae4542a24accc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc7c6079652ee7c0b62e4d3c22519abf352753168d903d3b49f6d0f73a5ef0e58e636e8bbb360559911967744ea7c4fdab5222175786b03f13873e145fc27f02
|
7
|
+
data.tar.gz: 5ee66a9fde57e148bf672b3a0879679a6046661beed4b82bd1d7dde3c26b385b877f9c3494fd502b5995ec032457110f2f2b259e673e41cc82c52e6b6ed4ae8f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.755
|
data/lib/v20190614/models.rb
CHANGED
@@ -371,7 +371,7 @@ module TencentCloud
|
|
371
371
|
# @type CallbackUrl: String
|
372
372
|
# @param SpeakerDiarization: 是否开启说话人分离
|
373
373
|
# 0:不开启;
|
374
|
-
# 1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id,且ChannelNum=1时可用);
|
374
|
+
# 1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id/16k_zh_large/16k_dialect_large,且ChannelNum=1时可用);
|
375
375
|
# 默认值为 0
|
376
376
|
|
377
377
|
# 注意:
|
@@ -1266,12 +1266,12 @@ module TencentCloud
|
|
1266
1266
|
|
1267
1267
|
attr_accessor :EngSerViceType, :SourceType, :VoiceFormat, :ProjectId, :SubServiceType, :Url, :UsrAudioKey, :Data, :DataLen, :WordInfo, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :HotwordId, :CustomizationId, :ReinforceHotword, :HotwordList, :InputSampleRate
|
1268
1268
|
extend Gem::Deprecate
|
1269
|
-
deprecate :ProjectId, :none,
|
1270
|
-
deprecate :ProjectId=, :none,
|
1271
|
-
deprecate :SubServiceType, :none,
|
1272
|
-
deprecate :SubServiceType=, :none,
|
1273
|
-
deprecate :UsrAudioKey, :none,
|
1274
|
-
deprecate :UsrAudioKey=, :none,
|
1269
|
+
deprecate :ProjectId, :none, 2024, 1
|
1270
|
+
deprecate :ProjectId=, :none, 2024, 1
|
1271
|
+
deprecate :SubServiceType, :none, 2024, 1
|
1272
|
+
deprecate :SubServiceType=, :none, 2024, 1
|
1273
|
+
deprecate :UsrAudioKey, :none, 2024, 1
|
1274
|
+
deprecate :UsrAudioKey=, :none, 2024, 1
|
1275
1275
|
|
1276
1276
|
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)
|
1277
1277
|
@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.755
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|