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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff87127a7be05e0211d381d22c38ae38e0946140
4
- data.tar.gz: e99b103e7ab5c759081b380ef945a8cc063f9a8b
3
+ metadata.gz: 86fe229d286a7da0895801af3fae3229e608076c
4
+ data.tar.gz: 772fee6cf6bc1a3c6f5d92e7501411d46a56fe47
5
5
  SHA512:
6
- metadata.gz: a0aff2208830ff8929d61062b27e2eaba6754e8d4125b95d7dc9ca5e0f75d65d1d8d7f76747213059b9129e085c600b1e72d37bce2d4983d998d056959b2a2c0
7
- data.tar.gz: 2c5072bcc7a333ceb8caab534bec76307686a7e2161fa815d1dadc5d6fd9e9fde4a0197f52203e3da9bd753d6da71c7f667c2281535f49f41463685b73bda9a4
6
+ metadata.gz: bf8c38f74a6a0779582e4b2d3d9d04b7efeb754252d906b75cdf345170e53a21df2889f299a2ec08c1ccdaab40789dcf048386fd00cfedac111a3bb0e70cba69
7
+ data.tar.gz: 4ebf6196a9c233c692a081a38b11facadcea72424c31787684b76a41b4767cb0450f66abac751a92354247b889465d7956aa4e6189a533368b21442520f181e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.557
1
+ 3.0.558
@@ -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.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-21 00:00:00.000000000 Z
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