tencentcloud-sdk-asr 1.0.227 → 1.0.231

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44f544e186e17ca5459a99cf1b30778c07e1abe3
4
- data.tar.gz: 3acfa3595cc751d880a293b33aa3ba03be7c8d14
3
+ metadata.gz: 194cd8c60e1886962e5514b0cca044cc3d25adb7
4
+ data.tar.gz: 4f7ebcc646fd125bf7305d6dadf4b6d2e962aeec
5
5
  SHA512:
6
- metadata.gz: 0c2d3583816256ac105924c9f3994db095e70e9190602d4b65dcac1d988744f89c3d3dfc4a70486d0bd3ef8ab88ca410956c5ce8158dc8d3e982e168a8e90082
7
- data.tar.gz: a64fabb37289412d8c21333ad2742ee63455fc3f5da4fd74b98dab5f940168a9b2754ba6fd2af5162683305ba2c53fdbe8fc38f2035f4d5aa599a7fe2b8eeaed
6
+ metadata.gz: 58e4cf0039561a62315c1b1f4d14fafe8366c9813504e55b1ea48622f131a535ff752a25531a50b13396a08aa90a7f0eee785449bdad6267b4893b3fc8b90490
7
+ data.tar.gz: 8212682657845a9842760f912ec847a11af3796ca7f1a8d004513342bb48c67516d9449f287e723cba6fbc39c0132c3d13a981e28eb56087a8607ccdc4d4efe5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.227
1
+ 1.0.231
@@ -175,10 +175,12 @@ module TencentCloud
175
175
  # @type WordInfo: Integer
176
176
  # @param HotwordId: 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
177
177
  # @type HotwordId: String
178
+ # @param AudioData: 回调数据中,是否需要对应音频数据。
179
+ # @type AudioData: Boolean
178
180
 
179
- attr_accessor :EngineType, :Url, :CallbackUrl, :SignToken, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :WordInfo, :HotwordId
181
+ attr_accessor :EngineType, :Url, :CallbackUrl, :SignToken, :FilterDirty, :FilterModal, :FilterPunc, :ConvertNumMode, :WordInfo, :HotwordId, :AudioData
180
182
 
181
- def initialize(enginetype=nil, url=nil, callbackurl=nil, signtoken=nil, filterdirty=nil, filtermodal=nil, filterpunc=nil, convertnummode=nil, wordinfo=nil, hotwordid=nil)
183
+ def initialize(enginetype=nil, url=nil, callbackurl=nil, signtoken=nil, filterdirty=nil, filtermodal=nil, filterpunc=nil, convertnummode=nil, wordinfo=nil, hotwordid=nil, audiodata=nil)
182
184
  @EngineType = enginetype
183
185
  @Url = url
184
186
  @CallbackUrl = callbackurl
@@ -189,6 +191,7 @@ module TencentCloud
189
191
  @ConvertNumMode = convertnummode
190
192
  @WordInfo = wordinfo
191
193
  @HotwordId = hotwordid
194
+ @AudioData = audiodata
192
195
  end
193
196
 
194
197
  def deserialize(params)
@@ -202,6 +205,7 @@ module TencentCloud
202
205
  @ConvertNumMode = params['ConvertNumMode']
203
206
  @WordInfo = params['WordInfo']
204
207
  @HotwordId = params['HotwordId']
208
+ @AudioData = params['AudioData']
205
209
  end
206
210
  end
207
211
 
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: 1.0.227
4
+ version: 1.0.231
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-20 00:00:00.000000000 Z
11
+ date: 2021-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common