tencentcloud-sdk-tts 3.0.621 → 3.0.622
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/v20190823/models.rb +2 -2
- 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: 761483528823b2635696bc7d026dd7fc1643ede0
|
|
4
|
+
data.tar.gz: 70535589c87d17f08a0dad7063841cf7a4f8fcb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66ea674e14a3704019d474fb48969fb3e552a5dfeeac8a259900bdcd744984a2b4d6675d79478533f37f6f6f8ffb5a66a1158aa79444745393a999709be60276
|
|
7
|
+
data.tar.gz: 6025e369d39c7ec0a44eeb169ad381aa44626304d1746012b4a5c919265fd6b21e8239e9b713c99ab47cd91143c8506f2ce39d1331d66a7a0025a9fe6585398c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.622
|
data/lib/v20190823/models.rb
CHANGED
|
@@ -31,7 +31,7 @@ module TencentCloud
|
|
|
31
31
|
# @type ProjectId: Integer
|
|
32
32
|
# @param VoiceType: 音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。
|
|
33
33
|
# @type VoiceType: Integer
|
|
34
|
-
# @param PrimaryLanguage: 主语言类型:<li>1-中文(默认)</li><li>2-英文</li>
|
|
34
|
+
# @param PrimaryLanguage: 主语言类型:<li>1-中文(默认)</li><li>2-英文</li><li>3-日文</li>
|
|
35
35
|
# @type PrimaryLanguage: Integer
|
|
36
36
|
# @param SampleRate: 音频采样率:<li>16000:16k(默认)</li><li>8000:8k</li>
|
|
37
37
|
# @type SampleRate: Integer
|
|
@@ -237,7 +237,7 @@ module TencentCloud
|
|
|
237
237
|
# @type ModelType: Integer
|
|
238
238
|
# @param VoiceType: 音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。
|
|
239
239
|
# @type VoiceType: Integer
|
|
240
|
-
# @param PrimaryLanguage: 主语言类型:<li>1-中文(默认)</li><li>2-英文</li>
|
|
240
|
+
# @param PrimaryLanguage: 主语言类型:<li>1-中文(默认)</li><li>2-英文</li><li>3-日文</li>
|
|
241
241
|
# @type PrimaryLanguage: Integer
|
|
242
242
|
# @param SampleRate: 音频采样率:
|
|
243
243
|
# <li>24000:24k(部分音色支持,请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668))</li>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.622
|
|
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-07-
|
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|