tencentcloud-sdk-tts 3.0.879 → 3.0.881

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: e628485c49ef7b5f438595e58cbbe87053d6abb3
4
- data.tar.gz: 0674590a10c6c1aad51dd3e7956a6c9c7a0bb230
3
+ metadata.gz: 887bf977a992a469496b71545b3c0db9bcd89e6d
4
+ data.tar.gz: 3b7e872ef723632370f1ff5bb11b025ea4b9a4c6
5
5
  SHA512:
6
- metadata.gz: fbd3122552a4de251a932eca7593144bf2164a712e3ee052b1e61d2c6525fc418bbf51eed971ba5176ed3761dbfcd71c96a85d26003b36532b0978f7dc38863b
7
- data.tar.gz: 68042124ea8398c11581d04564120d0ec0e35d09361749b398df39719eb6bd559aad6cbca4540c74983906f675597448e84331b54438311c18624bf07b6b7829
6
+ metadata.gz: 0b276fdb9a341f712df757dfca05212c1b239ae4c3200e434b8f5fbaa6dc3921c5fbe7f265ebdc16f34fc804ec11ba5f7570ed3867cecce813f44f47d65f0804
7
+ data.tar.gz: b4d74d836825f99cefce43c525df606185fdd4b9596fcb0f35e8d30996afde69bc53b545a69a8c5c58fdb658ce64b479bf256c1e3a13867cbb02ef7538b75c55
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.879
1
+ 3.0.881
@@ -259,6 +259,7 @@ module TencentCloud
259
259
  # @param ModelType: 模型类型,1-默认模型。
260
260
  # @type ModelType: Integer
261
261
  # @param VoiceType: 音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。
262
+ # 若使用一句话版声音复刻,请填入固定值“200000000”
262
263
  # @type VoiceType: Integer
263
264
  # @param PrimaryLanguage: 主语言类型:<li>1-中文(默认)</li><li>2-英文</li><li>3-日文</li>
264
265
  # @type PrimaryLanguage: Integer
@@ -278,7 +279,7 @@ module TencentCloud
278
279
  # @type EmotionCategory: String
279
280
  # @param EmotionIntensity: 控制合成音频情感程度,取值范围为[50,200],默认为100;只有EmotionCategory不为空时生效;
280
281
  # @type EmotionIntensity: Integer
281
- # @param FastVoiceType: 预留参数,暂未使用
282
+ # @param FastVoiceType: 一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。
282
283
  # @type FastVoiceType: String
283
284
 
284
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.879
4
+ version: 3.0.881
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-08-05 00:00:00.000000000 Z
11
+ date: 2024-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common