tencentcloud-sdk-tts 3.0.590 → 3.0.592

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: 22c2bd14360aeb7847215e171430e74607f396b7
4
- data.tar.gz: 84da9b472598a6626e9f7f29cc6aa0650e8ce4e1
3
+ metadata.gz: b86b913e72c4fcf1d81e225ad8f8122e29e08eb3
4
+ data.tar.gz: 1e16014bff0be939db37dc22a55b26f7beb694e2
5
5
  SHA512:
6
- metadata.gz: 442da0b60ad759703ba7ac39dddadff2aac6f8d5166c140b7f71a581c77cada90a5ea84ce986f16608a1ffa3887afbc8c1b944ab75b79af3e538e267dcefff4b
7
- data.tar.gz: e477172d4b23e4f71ee9d4ece8bf8f1bfa29141d5717e6c76401e0d82787f8a6c42786ba4ce2d4ed72412d8c108d78973e2c0616dc7556da424e8dff7f18c483
6
+ metadata.gz: 70a3878e89c3f93a4eb914c5e8a5e2d3399f28c7872d786c78c655f864c7cdf1ee07d58d73bfc686b9be76399187bcfb4f5f9a6defc7c68e511d8e7813166c79
7
+ data.tar.gz: 15f0450758f7a185b087cd9a7717f1fb89ac22619bbbf75e41007ee7e48b830c606883b728e7b2fb7cd3d81fe4e21999e2bf63cc25713983a281aeab015ae8f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type VoiceoverDialogueSplit: Boolean
44
44
 
45
45
  attr_accessor :Text, :ModelType, :Volume, :Speed, :ProjectId, :VoiceType, :PrimaryLanguage, :SampleRate, :Codec, :CallbackUrl, :VoiceoverDialogueSplit
46
-
46
+
47
47
  def initialize(text=nil, modeltype=nil, volume=nil, speed=nil, projectid=nil, voicetype=nil, primarylanguage=nil, samplerate=nil, codec=nil, callbackurl=nil, voiceoverdialoguesplit=nil)
48
48
  @Text = text
49
49
  @ModelType = modeltype
@@ -79,7 +79,7 @@ module TencentCloud
79
79
  # @type TaskId: String
80
80
 
81
81
  attr_accessor :TaskId
82
-
82
+
83
83
  def initialize(taskid=nil)
84
84
  @TaskId = taskid
85
85
  end
@@ -97,7 +97,7 @@ module TencentCloud
97
97
  # @type RequestId: String
98
98
 
99
99
  attr_accessor :Data, :RequestId
100
-
100
+
101
101
  def initialize(data=nil, requestid=nil)
102
102
  @Data = data
103
103
  @RequestId = requestid
@@ -118,7 +118,7 @@ module TencentCloud
118
118
  # @type TaskId: String
119
119
 
120
120
  attr_accessor :TaskId
121
-
121
+
122
122
  def initialize(taskid=nil)
123
123
  @TaskId = taskid
124
124
  end
@@ -142,7 +142,7 @@ module TencentCloud
142
142
  # @type ErrorMsg: String
143
143
 
144
144
  attr_accessor :TaskId, :Status, :StatusStr, :ResultUrl, :ErrorMsg
145
-
145
+
146
146
  def initialize(taskid=nil, status=nil, statusstr=nil, resulturl=nil, errormsg=nil)
147
147
  @TaskId = taskid
148
148
  @Status = status
@@ -168,7 +168,7 @@ module TencentCloud
168
168
  # @type RequestId: String
169
169
 
170
170
  attr_accessor :Data, :RequestId
171
-
171
+
172
172
  def initialize(data=nil, requestid=nil)
173
173
  @Data = data
174
174
  @RequestId = requestid
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type Phoneme: String
201
201
 
202
202
  attr_accessor :Text, :BeginTime, :EndTime, :BeginIndex, :EndIndex, :Phoneme
203
-
203
+
204
204
  def initialize(text=nil, begintime=nil, endtime=nil, beginindex=nil, endindex=nil, phoneme=nil)
205
205
  @Text = text
206
206
  @BeginTime = begintime
@@ -253,7 +253,7 @@ module TencentCloud
253
253
  # @type EmotionIntensity: Integer
254
254
 
255
255
  attr_accessor :Text, :SessionId, :Volume, :Speed, :ProjectId, :ModelType, :VoiceType, :PrimaryLanguage, :SampleRate, :Codec, :EnableSubtitle, :SegmentRate, :EmotionCategory, :EmotionIntensity
256
-
256
+
257
257
  def initialize(text=nil, sessionid=nil, volume=nil, speed=nil, projectid=nil, modeltype=nil, voicetype=nil, primarylanguage=nil, samplerate=nil, codec=nil, enablesubtitle=nil, segmentrate=nil, emotioncategory=nil, emotionintensity=nil)
258
258
  @Text = text
259
259
  @SessionId = sessionid
@@ -301,7 +301,7 @@ module TencentCloud
301
301
  # @type RequestId: String
302
302
 
303
303
  attr_accessor :Audio, :SessionId, :Subtitles, :RequestId
304
-
304
+
305
305
  def initialize(audio=nil, sessionid=nil, subtitles=nil, requestid=nil)
306
306
  @Audio = audio
307
307
  @SessionId = sessionid
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.590
4
+ version: 3.0.592
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-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common