tencentcloud-sdk-tts 3.0.843 → 3.0.844
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: 5ba427d4c686caa561974d51126df4bd6ea36c3a
|
4
|
+
data.tar.gz: 2866c29c60ac44e2bf83ed4a4b038e1cf5606523
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 360af84dd4b0a15caf528a63bd4915d861319fb2a72610a7db910478f504bc86a47acfe8ab788166372ee554fabdc62d009170c2c179ac7dd43620981962791f
|
7
|
+
data.tar.gz: 82ec181467bbe64a744aea12229de3445fa87c620c12d1bf61b0254547fe91fa3602a738324d45c688c0de28661009ccf389a1ef16bafb65233c68c182a58ef5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.844
|
data/lib/v20190823/models.rb
CHANGED
@@ -278,7 +278,7 @@ module TencentCloud
|
|
278
278
|
# @type EmotionCategory: String
|
279
279
|
# @param EmotionIntensity: 控制合成音频情感程度,取值范围为[50,200],默认为100;只有EmotionCategory不为空时生效;
|
280
280
|
# @type EmotionIntensity: Integer
|
281
|
-
# @param FastVoiceType:
|
281
|
+
# @param FastVoiceType: 预留参数,暂未使用
|
282
282
|
# @type FastVoiceType: String
|
283
283
|
|
284
284
|
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.844
|
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-06-
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|