tencentcloud-sdk-ecc 3.0.589 → 3.0.591

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/v20181213/models.rb +16 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b7eef4b90977aa1a7fed38c8a68eb54ed367822
4
- data.tar.gz: d21afb1134813dd953d2e853a9ea1b06b8637fb6
3
+ metadata.gz: 9c46a59ff481dcc5cd8130d39b0f97f864963717
4
+ data.tar.gz: e6ca429e6ff727070457925aabd8102deb7324e4
5
5
  SHA512:
6
- metadata.gz: b1c2e7fa0ee1a98e762eb80e308d4c68578b16fc3424bd6d4f32a8acfc4bdeb2723bb91cefe27643189b21a2c63c733b5a6c8f6ccaa0a04cc0e3419a7242b996
7
- data.tar.gz: 8d30bb90592951e02d4ec482ac497bb798f4a56c7e52ebc037a2d1d4aa695472e6dc59de5931ec8df089ff0d1250ec9e3809327ba4b22e81a8c35dad20275648
6
+ metadata.gz: 140d8c3ede4c8ffce9b4e45a8c633db11729e1d0064422f3d26afe8023d0704e239675bf9182655924cff4231df1eebaa44384d79a2e301690d172e79a8af3a6
7
+ data.tar.gz: a8745eddb5977cadfbf2b3077ad180124414b6737e7b52fd7b00919523f8f4d6dced8fbd0eea840daebbdbbd4e6d32b4eef2067b5691a3d1b6f5dd418c201e97
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -27,7 +27,7 @@ module TencentCloud
27
27
  # @type Percentage: Float
28
28
 
29
29
  attr_accessor :Name, :Score, :Percentage
30
-
30
+
31
31
  def initialize(name=nil, score=nil, percentage=nil)
32
32
  @Name = name
33
33
  @Score = score
@@ -56,7 +56,7 @@ module TencentCloud
56
56
  # @type SessionId: String
57
57
 
58
58
  attr_accessor :Content, :CorrectData, :TaskId, :SessionId
59
-
59
+
60
60
  def initialize(content=nil, correctdata=nil, taskid=nil, sessionid=nil)
61
61
  @Content = content
62
62
  @CorrectData = correctdata
@@ -87,7 +87,7 @@ module TencentCloud
87
87
  # @type SentenceComments: Array
88
88
 
89
89
  attr_accessor :Score, :ScoreCat, :Comment, :SentenceComments
90
-
90
+
91
91
  def initialize(score=nil, scorecat=nil, comment=nil, sentencecomments=nil)
92
92
  @Score = score
93
93
  @ScoreCat = scorecat
@@ -139,7 +139,7 @@ module TencentCloud
139
139
  # @type IsAsync: Integer
140
140
 
141
141
  attr_accessor :Image, :InputType, :EccAppid, :SessionId, :ServerType, :Title, :Grade, :Requirement, :ModelTitle, :ModelContent, :IsAsync
142
-
142
+
143
143
  def initialize(image=nil, inputtype=nil, eccappid=nil, sessionid=nil, servertype=nil, title=nil, grade=nil, requirement=nil, modeltitle=nil, modelcontent=nil, isasync=nil)
144
144
  @Image = image
145
145
  @InputType = inputtype
@@ -177,7 +177,7 @@ module TencentCloud
177
177
  # @type RequestId: String
178
178
 
179
179
  attr_accessor :Data, :RequestId
180
-
180
+
181
181
  def initialize(data=nil, requestid=nil)
182
182
  @Data = data
183
183
  @RequestId = requestid
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type EccAppid: String
201
201
 
202
202
  attr_accessor :TaskId, :EccAppid
203
-
203
+
204
204
  def initialize(taskid=nil, eccappid=nil)
205
205
  @TaskId = taskid
206
206
  @EccAppid = eccappid
@@ -226,7 +226,7 @@ module TencentCloud
226
226
  # @type RequestId: String
227
227
 
228
228
  attr_accessor :Content, :CorrectData, :Status, :RequestId
229
-
229
+
230
230
  def initialize(content=nil, correctdata=nil, status=nil, requestid=nil)
231
231
  @Content = content
232
232
  @CorrectData = correctdata
@@ -267,7 +267,7 @@ module TencentCloud
267
267
  # @type SessionId: String
268
268
 
269
269
  attr_accessor :Content, :Title, :Grade, :Requirement, :ModelTitle, :ModelContent, :EccAppid, :IsAsync, :SessionId
270
-
270
+
271
271
  def initialize(content=nil, title=nil, grade=nil, requirement=nil, modeltitle=nil, modelcontent=nil, eccappid=nil, isasync=nil, sessionid=nil)
272
272
  @Content = content
273
273
  @Title = title
@@ -305,7 +305,7 @@ module TencentCloud
305
305
  # @type RequestId: String
306
306
 
307
307
  attr_accessor :Data, :TaskId, :RequestId
308
-
308
+
309
309
  def initialize(data=nil, taskid=nil, requestid=nil)
310
310
  @Data = data
311
311
  @TaskId = taskid
@@ -348,7 +348,7 @@ module TencentCloud
348
348
  # @type IsAsync: Integer
349
349
 
350
350
  attr_accessor :Image, :InputType, :EccAppid, :SessionId, :ServerType, :Title, :Grade, :Requirement, :ModelTitle, :ModelContent, :IsAsync
351
-
351
+
352
352
  def initialize(image=nil, inputtype=nil, eccappid=nil, sessionid=nil, servertype=nil, title=nil, grade=nil, requirement=nil, modeltitle=nil, modelcontent=nil, isasync=nil)
353
353
  @Image = image
354
354
  @InputType = inputtype
@@ -386,7 +386,7 @@ module TencentCloud
386
386
  # @type RequestId: String
387
387
 
388
388
  attr_accessor :Data, :RequestId
389
-
389
+
390
390
  def initialize(data=nil, requestid=nil)
391
391
  @Data = data
392
392
  @RequestId = requestid
@@ -407,7 +407,7 @@ module TencentCloud
407
407
  # @type Coordinate: Array
408
408
 
409
409
  attr_accessor :Coordinate
410
-
410
+
411
411
  def initialize(coordinate=nil)
412
412
  @Coordinate = coordinate
413
413
  end
@@ -433,7 +433,7 @@ module TencentCloud
433
433
  # @type Percentage: Float
434
434
 
435
435
  attr_accessor :Words, :Sentences, :Structure, :Content, :Score, :Percentage
436
-
436
+
437
437
  def initialize(words=nil, sentences=nil, structure=nil, content=nil, score=nil, percentage=nil)
438
438
  @Words = words
439
439
  @Sentences = sentences
@@ -473,7 +473,7 @@ module TencentCloud
473
473
  # @type Sentence: :class:`Tencentcloud::Ecc.v20181213.models.SentenceItem`
474
474
 
475
475
  attr_accessor :Suggestions, :Sentence
476
-
476
+
477
477
  def initialize(suggestions=nil, sentence=nil)
478
478
  @Suggestions = suggestions
479
479
  @Sentence = sentence
@@ -505,7 +505,7 @@ module TencentCloud
505
505
  # @type SentenceID: Integer
506
506
 
507
507
  attr_accessor :Sentence, :ParaID, :SentenceID
508
-
508
+
509
509
  def initialize(sentence=nil, paraid=nil, sentenceid=nil)
510
510
  @Sentence = sentence
511
511
  @ParaID = paraid
@@ -537,7 +537,7 @@ module TencentCloud
537
537
  # @type ErrorCoordinates: Array
538
538
 
539
539
  attr_accessor :Type, :ErrorType, :Origin, :Replace, :Message, :ErrorPosition, :ErrorCoordinates
540
-
540
+
541
541
  def initialize(type=nil, errortype=nil, origin=nil, replace=nil, message=nil, errorposition=nil, errorcoordinates=nil)
542
542
  @Type = type
543
543
  @ErrorType = errortype
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ecc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
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-09 00:00:00.000000000 Z
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