tencentcloud-sdk-tts 3.0.557 → 3.0.559

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff87127a7be05e0211d381d22c38ae38e0946140
4
- data.tar.gz: e99b103e7ab5c759081b380ef945a8cc063f9a8b
3
+ metadata.gz: c16381b53a0db9b9dafe44645ba184058d0f1017
4
+ data.tar.gz: abdec4f6340e1d10873cad398573a4469b7b3c5c
5
5
  SHA512:
6
- metadata.gz: a0aff2208830ff8929d61062b27e2eaba6754e8d4125b95d7dc9ca5e0f75d65d1d8d7f76747213059b9129e085c600b1e72d37bce2d4983d998d056959b2a2c0
7
- data.tar.gz: 2c5072bcc7a333ceb8caab534bec76307686a7e2161fa815d1dadc5d6fd9e9fde4a0197f52203e3da9bd753d6da71c7f667c2281535f49f41463685b73bda9a4
6
+ metadata.gz: 959deef35791a2ead5b5fc6ce87de4fed7159336b7cd95db72c0a3a73e381e60d16b3ea07626e12dbd10bc7f94f461d7b99d11c85825cc0d209824d9526d5268
7
+ data.tar.gz: d8c5d1b70478f9c499bc6af7a9543e3036ea19c14378f8d0f13f1067f227d31dbc11c5e3f117bbc1ee76bf31606ac9d8d68f3691d6e0c82ed4fe2a076c7a6ef3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.557
1
+ 3.0.559
@@ -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,不填写为默认值;只有EmotionCategory不为空时生效;
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.557
4
+ version: 3.0.559
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-21 00:00:00.000000000 Z
11
+ date: 2023-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common