tencentcloud-sdk-asr 3.0.663 → 3.0.664

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: 2691ec19613e5281a5b0f4ff2c0eb915f1a123ce
4
- data.tar.gz: e9477641336c83186f6c618ee7d380b709d82f6e
3
+ metadata.gz: 1fb9c4d1541ac238e2b29575e728311ea11ad18d
4
+ data.tar.gz: 46707c154da0acd4532fd83aaa68cb6020219685
5
5
  SHA512:
6
- metadata.gz: a132bc3a28fa9e5a0355b3536361a7b63d5adae15c13511d2c07d8b3aa0f6ecc50bef61f2f8ee4c26c2c9bc0804a47ce9124f3a09e911a15daa5164038db876d
7
- data.tar.gz: fd5c1609c73144acaccd1b526a42a366eec426d17721cb88d0933f8aa02bef20a302cb53ddd81be93c1092c2a80a069614a506be781193e8bcaab5f631d20b84
6
+ metadata.gz: 97b0b6e944e019f6bd45650d653a2c1dd3e91f039eadf457c279ba663fb48262c43b1aa5d62f4990356ddedd2a0856b608d09af0592eba71ba25cc5c3460e335
7
+ data.tar.gz: e21b944796fcfb62e0a7f42b3537d1329072887b84348af05f36894330f4bb0ec90032fdf713b4c596eb083f147e8694abe03c7ebddf1122d0e8c1ddd421bbc0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.663
1
+ 3.0.664
@@ -335,18 +335,18 @@ module TencentCloud
335
335
 
336
336
  # 注意:如果传入参数值4,需确保账号已购买[语义分段资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值4,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852))**
337
337
  # @type ResTextFormat: Integer
338
- # @param SourceType: 语音数据来源
339
- # 0:语音 URL;
340
- # 1:语音数据(post body)
338
+ # @param SourceType: 音频数据来源
339
+ # 0:音频URL;
340
+ # 1:音频数据(post body)
341
341
  # @type SourceType: Integer
342
- # @param Data: 语音数据base64编码
342
+ # @param Data: 音频数据base64编码
343
343
  # **当 SourceType 值为 1 时须填写该字段,为 0 时不需要填写**
344
344
 
345
345
  # 注意:音频数据要小于5MB(含)
346
346
  # @type Data: String
347
347
  # @param DataLen: 数据长度(此数据长度为数据未进行base64编码时的长度)
348
348
  # @type DataLen: Integer
349
- # @param Url: 语音URL的地址(需要公网环境浏览器可下载)
349
+ # @param Url: 音频URL的地址(需要公网环境浏览器可下载)
350
350
  # **当 SourceType 值为 0 时须填写该字段,为 1 时不需要填写**
351
351
 
352
352
  # 注意:
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.663
4
+ version: 3.0.664
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-09-20 00:00:00.000000000 Z
11
+ date: 2023-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common