tencentcloud-sdk-tts 3.0.621 → 3.0.622

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b27ceb149748107b6dc48b0b6c9160f4c3d5b2c1
4
- data.tar.gz: 042b4e1f736b6ac96ab6cd568aa719052ac737b8
3
+ metadata.gz: 761483528823b2635696bc7d026dd7fc1643ede0
4
+ data.tar.gz: 70535589c87d17f08a0dad7063841cf7a4f8fcb8
5
5
  SHA512:
6
- metadata.gz: 31e1dcc19570f792f6d97f9d8fc35895c7770425d3798f5fef6097407d54bb65f6aa5e43f619afc6288b7db6aa5b696a445da6fe1835c081256849d44bb4b2e2
7
- data.tar.gz: e81b44cc9b0b51e54e6c57dcb2c6e7a446ad547b7a012290868a64c8110541351b9b6b39d64363c34e5aafee844dd3943e07f76f6bd0985a1ff61f7a46a1f74a
6
+ metadata.gz: 66ea674e14a3704019d474fb48969fb3e552a5dfeeac8a259900bdcd744984a2b4d6675d79478533f37f6f6f8ffb5a66a1158aa79444745393a999709be60276
7
+ data.tar.gz: 6025e369d39c7ec0a44eeb169ad381aa44626304d1746012b4a5c919265fd6b21e8239e9b713c99ab47cd91143c8506f2ce39d1331d66a7a0025a9fe6585398c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.621
1
+ 3.0.622
@@ -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.621
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-26 00:00:00.000000000 Z
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