tencentcloud-sdk-tts 3.0.1105 → 3.0.1140
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/client.rb +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: 1e0125554cf8b4d72becd80cd46ceca730da513f
|
4
|
+
data.tar.gz: dc3fcb19204a946cf6dab20d67cc60d930f7b0e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb14a8925be57bd33c63756df2641b225156075965d810f81fbe18f74304d293ece1b60c3268ba1bae3d2b1975542a1c05f884f41b7264ccb1af2e31ab572696
|
7
|
+
data.tar.gz: 2458a540bc8f8bd094d3be2e9893e4d9c90d9bc8c19eaaba3514ab208ac4f182f9c69b02a279e89a670005ecae0def4d0fdf7b771ea4c844b02b099b43b4b678
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1140
|
data/lib/v20190823/client.rb
CHANGED
@@ -101,7 +101,7 @@ module TencentCloud
|
|
101
101
|
# 腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。
|
102
102
|
# 基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。
|
103
103
|
# 默认接口请求频率限制:
|
104
|
-
#
|
104
|
+
# 精品音色:默认20并发
|
105
105
|
# 大模型音色:默认20并发
|
106
106
|
# 超自然大模型音色:暂不支持
|
107
107
|
# 一句话复刻音色:默认10并发
|
data/lib/v20190823/models.rb
CHANGED
@@ -29,7 +29,7 @@ module TencentCloud
|
|
29
29
|
# @type ProjectId: Integer
|
30
30
|
# @param ModelType: 模型类型,1-默认模型。
|
31
31
|
# @type ModelType: Integer
|
32
|
-
# @param VoiceType: 音色 ID
|
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
34
|
# @param PrimaryLanguage: 主语言类型:<li>1-中文(默认)</li><li>2-英文</li><li>3-日文</li>
|
35
35
|
# @type PrimaryLanguage: Integer
|
@@ -258,7 +258,7 @@ module TencentCloud
|
|
258
258
|
# @type ProjectId: Integer
|
259
259
|
# @param ModelType: 模型类型,1-默认模型。
|
260
260
|
# @type ModelType: Integer
|
261
|
-
# @param VoiceType: 音色 ID
|
261
|
+
# @param VoiceType: 音色 ID,包括精品音色、大模型音色与基础版复刻音色。不同音色价格有差异,详情请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。<br>若使用一句话版声音复刻,请填入固定值“200000000”。
|
262
262
|
# @type VoiceType: Integer
|
263
263
|
# @param FastVoiceType: 一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。
|
264
264
|
# @type FastVoiceType: String
|
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.1140
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|