tencentcloud-sdk-tmt 3.0.589 → 3.0.591
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/v20180321/models.rb +18 -18
- 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: da245eb3bb865593c39385b1f00da5657a0496ec
|
|
4
|
+
data.tar.gz: c9873521ee97bb1ebb78899d75d4684537311abb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea441eb8680316e1251678fbd1dd4db4bf644ba9953e16b32973dbde46e31353eceaffb56d24214248a1804c999a12df3e25def364065261aa5e33eda911f71b
|
|
7
|
+
data.tar.gz: 795f2cf02737db4388e8b19edcd8871088a602ed7be45e34f8cc1aea9150eebb4b16537c585db17941d84428955e48817a18c56e8e48b9010c589be69b1fd16c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20180321/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 3.0.591
|
|
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-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|