tencentcloud-sdk-tts 3.0.879 → 3.0.880
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 +2 -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: 51b0d0c5f3ffcf4abdb264f1b737b869d845ec47
|
|
4
|
+
data.tar.gz: a28048fa46313dea26552aa57255c1f0b24bd7cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b45134d456d2b6a97d8829ec9af3b903240b44f26ef4ef19c890f04b92c7e5d917c3ea9c7743b40f5366f38c230688128f669884797aa52091ed460aab0c7b73
|
|
7
|
+
data.tar.gz: caac45cb525092393f1fabbd0e9d9e05d9f14b26351c993ff6aba6378aa67543e61735cff1ff73746a1dc6808817316391b5ed4e562f9651a80f81901478bff3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.880
|
data/lib/v20190823/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 3.0.880
|
|
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-
|
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|