tencentcloud-sdk-asr 1.0.261 → 1.0.262

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: 0b2843ccc282e77419c8e874f4f687d81e443142
4
- data.tar.gz: 99bd5f29d9fda200f77f80555980451175534204
3
+ metadata.gz: 5fea5f80a24d5275ba4436aeb1122bb64ba9218e
4
+ data.tar.gz: af57b21ee6a619a9b37496ea742162ff96a356b5
5
5
  SHA512:
6
- metadata.gz: ebab8146517e7b620ce22081dda1aee52c74f7a7f021c346f2dd96205b59e0d8536d54ae4cc3aed04558ee71a61b3b0888c7dbcedb65a126af6004e2a97d111a
7
- data.tar.gz: a2cd1e912856060840c2560046e13a2990ff8741ae29ad460f913c2caed6c19123b1cf7aa601f279b2e16e0cf9c470f666ba31c56f0e1c418390172d17bada5c
6
+ metadata.gz: ab8f23ba47744613e032d605a6ad4723d767817d8bb32dca0f91f6c3e4acd621faafb94206a8c7ab8acf9233644190eb0b5089de0b1cf5ce696a821053ac10b2
7
+ data.tar.gz: 3d44ecb42b26b50d38517d7a6f8e4b8d17b2a637806ae3e81fcdbd09fea90c0cf6cc5d7c34a394057f687359de3f6105f8e996902c642d3704f141d767350d47
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.261
1
+ 1.0.262
@@ -315,7 +315,7 @@ module TencentCloud
315
315
  # @type CallbackUrl: String
316
316
  # @param Url: 语音的URL地址,需要公网可下载。长度小于2048字节,当 SourceType 值为 0 时须填写该字段,为 1 时不需要填写。注意:请确保录音文件时长在5个小时之内,否则可能识别失败。请保证文件的下载速度,否则可能下载失败。
317
317
  # @type Url: String
318
- # @param Data: 语音数据,当SourceType 值为1时必须填写,为0可不写。要base64编码(采用python语言时注意读取文件应该为string而不是byte,以byte格式读取后要decode()。编码后的数据不可带有回车换行符)。音频数据要小于5MB。
318
+ # @param Data: 语音数据base64编码,当SourceType 值为1时必须填写,为0可不写。音频数据要小于5MB。
319
319
  # @type Data: String
320
320
  # @param DataLen: 数据长度,非必填(此数据长度为数据未进行base64编码时的数据长度)。
321
321
  # @type DataLen: Integer
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.261
4
+ version: 1.0.262
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-21 00:00:00.000000000 Z
11
+ date: 2022-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common