tencentcloud-sdk-asr 1.0.228 → 1.0.229

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea76fb9be354e6b9eb50db48f8d4789be031833c
4
- data.tar.gz: 6f90c382cc3fe7a0e8b2dfcd282808fe3b6cfde9
3
+ metadata.gz: c54bdc2c11faded834c00a3000f38433f1e104f9
4
+ data.tar.gz: 565c0e1dae353f4fe5d5d04ebbc42bfff6000f6a
5
5
  SHA512:
6
- metadata.gz: 77555a4c4d310569ea6cefbb0e17cee673a97080e3c1f3457d17a57a0ebff5b0606de71aa58dc543ef3f7d44e05dcf5a1e9548e963efc8227720bf89b0752a70
7
- data.tar.gz: d649be7999152074e0f63e7765392d3830bbf56451fbd95647c62dcb00e815faf50db9b6cce73e14b50c0b9fb534fed7da2625fa975f7c7415af6f2af096ad8a
6
+ metadata.gz: cc092b5a4978e008827297fdc0ebf5195781ad5ece3a1c72b70d3d1582fdaf3e590a722045e4f5f69997471c858c9cdc4517e37523ee2cd751f7f07eb5337a7b
7
+ data.tar.gz: 097dc8aaf43c1a19dd7f4a75e6d43facee4fc737e183b1569ef84c9c9bea5f21a7f85a48bda71a24c5bcb16ebbfa4c8019a97c7b018fffb188af3e427f3d66d9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.228
1
+ 1.0.229
@@ -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.228
4
+ version: 1.0.229
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-21 00:00:00.000000000 Z
11
+ date: 2021-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common