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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190614/models.rb +5 -5
- 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: 1fb9c4d1541ac238e2b29575e728311ea11ad18d
|
|
4
|
+
data.tar.gz: 46707c154da0acd4532fd83aaa68cb6020219685
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97b0b6e944e019f6bd45650d653a2c1dd3e91f039eadf457c279ba663fb48262c43b1aa5d62f4990356ddedd2a0856b608d09af0592eba71ba25cc5c3460e335
|
|
7
|
+
data.tar.gz: e21b944796fcfb62e0a7f42b3537d1329072887b84348af05f36894330f4bb0ec90032fdf713b4c596eb083f147e8694abe03c7ebddf1122d0e8c1ddd421bbc0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.664
|
data/lib/v20190614/models.rb
CHANGED
|
@@ -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
|
|
340
|
-
# 1
|
|
338
|
+
# @param SourceType: 音频数据来源
|
|
339
|
+
# 0:音频URL;
|
|
340
|
+
# 1:音频数据(post body)
|
|
341
341
|
# @type SourceType: Integer
|
|
342
|
-
# @param Data:
|
|
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:
|
|
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.
|
|
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-
|
|
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
|