tencentcloud-sdk-tts 3.0.557 → 3.0.558
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/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: 86fe229d286a7da0895801af3fae3229e608076c
|
|
4
|
+
data.tar.gz: 772fee6cf6bc1a3c6f5d92e7501411d46a56fe47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf8c38f74a6a0779582e4b2d3d9d04b7efeb754252d906b75cdf345170e53a21df2889f299a2ec08c1ccdaab40789dcf048386fd00cfedac111a3bb0e70cba69
|
|
7
|
+
data.tar.gz: 4ebf6196a9c233c692a081a38b11facadcea72424c31787684b76a41b4767cb0450f66abac751a92354247b889465d7956aa4e6189a533368b21442520f181e1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.558
|
data/lib/v20190823/models.rb
CHANGED
|
@@ -287,7 +287,7 @@ module TencentCloud
|
|
|
287
287
|
# @type SegmentRate: Integer
|
|
288
288
|
# @param EmotionCategory: 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)
|
|
289
289
|
# @type EmotionCategory: String
|
|
290
|
-
# @param EmotionIntensity: 控制合成音频情感程度,取值范围为[50,200],默认为100
|
|
290
|
+
# @param EmotionIntensity: 控制合成音频情感程度,取值范围为[50,200],默认为100;只有EmotionCategory不为空时生效;
|
|
291
291
|
# @type EmotionIntensity: Integer
|
|
292
292
|
|
|
293
293
|
attr_accessor :Text, :SessionId, :Volume, :Speed, :ProjectId, :ModelType, :VoiceType, :PrimaryLanguage, :SampleRate, :Codec, :EnableSubtitle, :SegmentRate, :EmotionCategory, :EmotionIntensity
|
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.558
|
|
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-04-
|
|
11
|
+
date: 2023-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|