tencentcloud-sdk-tts 3.0.951 → 3.0.953
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 +1 -1
- 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: 544849d9b9b0fee895ecab3ccf15b3dd3e3ca3f2
|
|
4
|
+
data.tar.gz: 705846c47804170ba01c5f8b062dfa067b777820
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fbd0491fc6c09892af8a1f91b8413dfd5cd382aa02f77f891f0b62e5a35fdc134fd45c7d2a51d714ef359c7b0e9749627d69884e08894c7df023b121092ae48
|
|
7
|
+
data.tar.gz: 3acc415daa86a0f3943f232d193c09a69a2ae4e5792b8c3354292df5008d821b2adc5a44e9dd2997083e556b365b270eb9c472f7639e199a0c5c4ea37015e1a9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.953
|
data/lib/v20190823/client.rb
CHANGED
|
@@ -103,7 +103,7 @@ module TencentCloud
|
|
|
103
103
|
# 默认接口请求频率限制:
|
|
104
104
|
# 精品音色和标准音色:20次/秒
|
|
105
105
|
# 大模型音色:10次/秒
|
|
106
|
-
#
|
|
106
|
+
# 一句话复刻音色:暂不支持
|
|
107
107
|
|
|
108
108
|
# @param request: Request instance for TextToVoice.
|
|
109
109
|
# @type request: :class:`Tencentcloud::tts::V20190823::TextToVoiceRequest`
|
data/lib/v20190823/models.rb
CHANGED
|
@@ -279,7 +279,7 @@ module TencentCloud
|
|
|
279
279
|
# @type EmotionCategory: String
|
|
280
280
|
# @param EmotionIntensity: 控制合成音频情感程度,取值范围为[50,200],默认为100;只有EmotionCategory不为空时生效;
|
|
281
281
|
# @type EmotionIntensity: Integer
|
|
282
|
-
# @param FastVoiceType: 一句话版声音复刻音色ID
|
|
282
|
+
# @param FastVoiceType: 一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】
|
|
283
283
|
# @type FastVoiceType: String
|
|
284
284
|
|
|
285
285
|
attr_accessor :Text, :SessionId, :Volume, :Speed, :ProjectId, :ModelType, :VoiceType, :PrimaryLanguage, :SampleRate, :Codec, :EnableSubtitle, :SegmentRate, :EmotionCategory, :EmotionIntensity, :FastVoiceType
|
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.953
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|