tencentcloud-sdk-tmt 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180321/models.rb +18 -18
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4684c2726108b3fd1abdf5b43cdf16bfb94a51f
4
- data.tar.gz: 6890e9e4668fc08cb721f66f4aa972059d9566f9
3
+ metadata.gz: aad5b8edf720903a12b7bedece5a4ed539eb31ce
4
+ data.tar.gz: 6aca13c3002e555061248bb34e398eb83b9282b8
5
5
  SHA512:
6
- metadata.gz: 4219552064a37d2a3b56db46a5db087fabcf2b5dd94ad4a49d511ba41bc16972a415e140a6b857bc0ee27ae6394984d28e2c66d2e655c67b1fce5b54d2f988af
7
- data.tar.gz: ec68fd05e5b90dbbce2f8295a52e61bd1425b96049cbced206aafa594bb122b038fddc1c9f8a3018506015e047419555cb34b3b67dde60aaa5d269390b663554
6
+ metadata.gz: c40dcb4acab2f7f4f92b778a42d82c0ca386c8f84895326cc6730a8a61e0dce6fb8a32e5e0f5b9d9345a6cc3f3fbdd4438806b6100488fa9e14415d2e0906061
7
+ data.tar.gz: 65554d9007c47ff3cb86cdc9555565c3563294130a1c1a454989fccc2a22f97230aaaf068ad9afde3f082c8065df35606355408c8a972487f50179d3f013c771
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -69,7 +69,7 @@ module TencentCloud
69
69
  # @type Data: String
70
70
 
71
71
  attr_accessor :Source, :Target, :DocumentType, :SourceType, :Url, :BasicDocumentType, :CallbackUrl, :Data
72
-
72
+
73
73
  def initialize(source=nil, target=nil, documenttype=nil, sourcetype=nil, url=nil, basicdocumenttype=nil, callbackurl=nil, data=nil)
74
74
  @Source = source
75
75
  @Target = target
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  # @type RequestId: String
102
102
 
103
103
  attr_accessor :Data, :RequestId
104
-
104
+
105
105
  def initialize(data=nil, requestid=nil)
106
106
  @Data = data
107
107
  @RequestId = requestid
@@ -133,7 +133,7 @@ module TencentCloud
133
133
  # @type Progress: Integer
134
134
 
135
135
  attr_accessor :TaskId, :Status, :FileData, :Message, :Progress
136
-
136
+
137
137
  def initialize(taskid=nil, status=nil, filedata=nil, message=nil, progress=nil)
138
138
  @TaskId = taskid
139
139
  @Status = status
@@ -157,7 +157,7 @@ module TencentCloud
157
157
  # @type TaskId: String
158
158
 
159
159
  attr_accessor :TaskId
160
-
160
+
161
161
  def initialize(taskid=nil)
162
162
  @TaskId = taskid
163
163
  end
@@ -175,7 +175,7 @@ module TencentCloud
175
175
  # @type RequestId: String
176
176
 
177
177
  attr_accessor :Data, :RequestId
178
-
178
+
179
179
  def initialize(data=nil, requestid=nil)
180
180
  @Data = data
181
181
  @RequestId = requestid
@@ -196,7 +196,7 @@ module TencentCloud
196
196
  # @type Value: Array
197
197
 
198
198
  attr_accessor :Value
199
-
199
+
200
200
  def initialize(value=nil)
201
201
  @Value = value
202
202
  end
@@ -243,7 +243,7 @@ module TencentCloud
243
243
  # @type ProjectId: Integer
244
244
 
245
245
  attr_accessor :SessionUuid, :Scene, :Data, :Source, :Target, :ProjectId
246
-
246
+
247
247
  def initialize(sessionuuid=nil, scene=nil, data=nil, source=nil, target=nil, projectid=nil)
248
248
  @SessionUuid = sessionuuid
249
249
  @Scene = scene
@@ -277,7 +277,7 @@ module TencentCloud
277
277
  # @type RequestId: String
278
278
 
279
279
  attr_accessor :SessionUuid, :Source, :Target, :ImageRecord, :RequestId
280
-
280
+
281
281
  def initialize(sessionuuid=nil, source=nil, target=nil, imagerecord=nil, requestid=nil)
282
282
  @SessionUuid = sessionuuid
283
283
  @Source = source
@@ -314,7 +314,7 @@ module TencentCloud
314
314
  # @type H: Integer
315
315
 
316
316
  attr_accessor :SourceText, :TargetText, :X, :Y, :W, :H
317
-
317
+
318
318
  def initialize(sourcetext=nil, targettext=nil, x=nil, y=nil, w=nil, h=nil)
319
319
  @SourceText = sourcetext
320
320
  @TargetText = targettext
@@ -342,7 +342,7 @@ module TencentCloud
342
342
  # @type ProjectId: Integer
343
343
 
344
344
  attr_accessor :Text, :ProjectId
345
-
345
+
346
346
  def initialize(text=nil, projectid=nil)
347
347
  @Text = text
348
348
  @ProjectId = projectid
@@ -363,7 +363,7 @@ module TencentCloud
363
363
  # @type RequestId: String
364
364
 
365
365
  attr_accessor :Lang, :RequestId
366
-
366
+
367
367
  def initialize(lang=nil, requestid=nil)
368
368
  @Lang = lang
369
369
  @RequestId = requestid
@@ -399,7 +399,7 @@ module TencentCloud
399
399
  # @type TransType: Integer
400
400
 
401
401
  attr_accessor :SessionUuid, :Source, :Target, :AudioFormat, :Seq, :IsEnd, :Data, :ProjectId, :Mode, :TransType
402
-
402
+
403
403
  def initialize(sessionuuid=nil, source=nil, target=nil, audioformat=nil, seq=nil, isend=nil, data=nil, projectid=nil, mode=nil, transtype=nil)
404
404
  @SessionUuid = sessionuuid
405
405
  @Source = source
@@ -449,7 +449,7 @@ module TencentCloud
449
449
  # @type RequestId: String
450
450
 
451
451
  attr_accessor :SessionUuid, :RecognizeStatus, :SourceText, :TargetText, :Seq, :Source, :Target, :VadSeq, :RequestId
452
-
452
+
453
453
  def initialize(sessionuuid=nil, recognizestatus=nil, sourcetext=nil, targettext=nil, seq=nil, source=nil, target=nil, vadseq=nil, requestid=nil)
454
454
  @SessionUuid = sessionuuid
455
455
  @RecognizeStatus = recognizestatus
@@ -481,7 +481,7 @@ module TencentCloud
481
481
  # @type TaskId: String
482
482
 
483
483
  attr_accessor :TaskId
484
-
484
+
485
485
  def initialize(taskid=nil)
486
486
  @TaskId = taskid
487
487
  end
@@ -541,7 +541,7 @@ module TencentCloud
541
541
  # @type SourceTextList: Array
542
542
 
543
543
  attr_accessor :Source, :Target, :ProjectId, :SourceTextList
544
-
544
+
545
545
  def initialize(source=nil, target=nil, projectid=nil, sourcetextlist=nil)
546
546
  @Source = source
547
547
  @Target = target
@@ -569,7 +569,7 @@ module TencentCloud
569
569
  # @type RequestId: String
570
570
 
571
571
  attr_accessor :Source, :Target, :TargetTextList, :RequestId
572
-
572
+
573
573
  def initialize(source=nil, target=nil, targettextlist=nil, requestid=nil)
574
574
  @Source = source
575
575
  @Target = target
@@ -637,7 +637,7 @@ module TencentCloud
637
637
  # @type UntranslatedText: String
638
638
 
639
639
  attr_accessor :SourceText, :Source, :Target, :ProjectId, :UntranslatedText
640
-
640
+
641
641
  def initialize(sourcetext=nil, source=nil, target=nil, projectid=nil, untranslatedtext=nil)
642
642
  @SourceText = sourcetext
643
643
  @Source = source
@@ -667,7 +667,7 @@ module TencentCloud
667
667
  # @type RequestId: String
668
668
 
669
669
  attr_accessor :TargetText, :Source, :Target, :RequestId
670
-
670
+
671
671
  def initialize(targettext=nil, source=nil, target=nil, requestid=nil)
672
672
  @TargetText = targettext
673
673
  @Source = source
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tmt
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