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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9341231841a32243cda953f9a3f661a546d95b93
4
- data.tar.gz: c5c6a173980cadd6c731f4b83104593b4d13dde4
3
+ metadata.gz: 544849d9b9b0fee895ecab3ccf15b3dd3e3ca3f2
4
+ data.tar.gz: 705846c47804170ba01c5f8b062dfa067b777820
5
5
  SHA512:
6
- metadata.gz: 4d826dd569c997be420e198fbb23fbcf33a8898c272cda7ed80ccb0c1ab1edbf778254ee713c20e8d9fe21c19c0c69b476cdf116fdf4cd94bd19e4dfcdcc0a37
7
- data.tar.gz: 3e053a50a42448ca54cd4dcb1b7eaaa3e4a9e0011cc88a4926794fd5dda9640641ae0bb58dd01980d843b234ca3e548a7321e12320fc3630122ba8e70b3ddacc
6
+ metadata.gz: 2fbd0491fc6c09892af8a1f91b8413dfd5cd382aa02f77f891f0b62e5a35fdc134fd45c7d2a51d714ef359c7b0e9749627d69884e08894c7df023b121092ae48
7
+ data.tar.gz: 3acc415daa86a0f3943f232d193c09a69a2ae4e5792b8c3354292df5008d821b2adc5a44e9dd2997083e556b365b270eb9c472f7639e199a0c5c4ea37015e1a9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.951
1
+ 3.0.953
@@ -103,7 +103,7 @@ module TencentCloud
103
103
  # 默认接口请求频率限制:
104
104
  # 精品音色和标准音色:20次/秒
105
105
  # 大模型音色:10次/秒
106
- # 一句话复刻音色:5次/秒
106
+ # 一句话复刻音色:暂不支持
107
107
 
108
108
  # @param request: Request instance for TextToVoice.
109
109
  # @type request: :class:`Tencentcloud::tts::V20190823::TextToVoiceRequest`
@@ -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.951
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-28 00:00:00.000000000 Z
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