tencentcloud-sdk-tts 3.0.1065 → 3.0.1066
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 +0 -1
- data/lib/v20190823/models.rb +1 -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: 1e6b3137f73fd490ffb135ebb02a6aa4fb82042c
|
4
|
+
data.tar.gz: eb10e239ba2440fddb87c5b38690aecb51b9805c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 724f6958540d8da469bbf5daadb45997c7ac90a1d610c4ec1de8398f235e04281febf5690292f1f627c97e20d0e08860bc8646a33f5832fb4a0395afe6fa8eb0
|
7
|
+
data.tar.gz: b714c465de6667721ac1da19d5a91917d645f8fd4d72a9a617c3ca8979ab251c91a732af11445ee4d1f50edb303999af346c706ce6bc0d70394fcd7437496d77
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1066
|
data/lib/v20190823/client.rb
CHANGED
data/lib/v20190823/models.rb
CHANGED
@@ -258,8 +258,7 @@ module TencentCloud
|
|
258
258
|
# @type ProjectId: Integer
|
259
259
|
# @param ModelType: 模型类型,1-默认模型。
|
260
260
|
# @type ModelType: Integer
|
261
|
-
# @param VoiceType: 音色 ID
|
262
|
-
# 若使用一句话版声音复刻,请填入固定值“200000000”
|
261
|
+
# @param VoiceType: 音色 ID,包括标准音色、精品音色、大模型音色与基础版复刻音色。不同音色价格有差异,详情请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。
|
263
262
|
# @type VoiceType: Integer
|
264
263
|
# @param FastVoiceType: 一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】
|
265
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.1066
|
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-05-
|
11
|
+
date: 2025-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|