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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0af8ebd732b066f8e26a54d7a338e880815db4cc
4
- data.tar.gz: 138eb02ddb979624aeee0dcb4dccae70b16e0725
3
+ metadata.gz: 5ba427d4c686caa561974d51126df4bd6ea36c3a
4
+ data.tar.gz: 2866c29c60ac44e2bf83ed4a4b038e1cf5606523
5
5
  SHA512:
6
- metadata.gz: 7229c7ff16557388d984912c21540f8de3817ecb40c3897122bade14074f6ddd0277dc4225145712cd9e5071c77e7fcc5564daedf7e78aca167314318668dad3
7
- data.tar.gz: 41389dc33679d8bd8e318013fe1d08a0504f604c458798aada889853424fe8b25b3ada6b0601a097e26f9b60007c3dc3b3ed765a5015ffa5fe052e236df6e242
6
+ metadata.gz: 360af84dd4b0a15caf528a63bd4915d861319fb2a72610a7db910478f504bc86a47acfe8ab788166372ee554fabdc62d009170c2c179ac7dd43620981962791f
7
+ data.tar.gz: 82ec181467bbe64a744aea12229de3445fa87c620c12d1bf61b0254547fe91fa3602a738324d45c688c0de28661009ccf389a1ef16bafb65233c68c182a58ef5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.843
1
+ 3.0.844
@@ -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: 一句话复刻音色id,使用一句话复刻音色时需填写。若使用一句话复刻,VoiceType请填入固定值“200000000”
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.843
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-13 00:00:00.000000000 Z
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