tencentcloud-sdk-vm 3.0.590 → 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/v20200709/models.rb +33 -33
- data/lib/v20201229/models.rb +29 -29
- data/lib/v20210922/models.rb +30 -30
- 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: ca0fa737208bed6cfa38d7c8445182128225bf9d
|
|
4
|
+
data.tar.gz: 37f6ad57ab34c6f8e92280076b8577dc080c96cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c48ca0f3411d7f1fa796cc5fe5ae9af2f9cad5438bfc5534e5dbb5d3309897d9832bc4cf08227db0a6449f8e851bbc3e69da29319f666184cd5c7908e5bd6304
|
|
7
|
+
data.tar.gz: 57134158b3b409cacae2593b508a15ab87532264fa8809e2f21401f8c1c1fb5159f85afa618a88acabffb44e53bb21ff3aca4cac80ddd419342766a8e98129a1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20200709/models.rb
CHANGED
|
@@ -66,7 +66,7 @@ module TencentCloud
|
|
|
66
66
|
# @type LanguageResults: Array
|
|
67
67
|
|
|
68
68
|
attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults
|
|
69
|
-
|
|
69
|
+
|
|
70
70
|
def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, text=nil, url=nil, duration=nil, extra=nil, textresults=nil, moanresults=nil, languageresults=nil)
|
|
71
71
|
@HitFlag = hitflag
|
|
72
72
|
@Label = label
|
|
@@ -136,7 +136,7 @@ module TencentCloud
|
|
|
136
136
|
# @type SubLabelCode: String
|
|
137
137
|
|
|
138
138
|
attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode
|
|
139
|
-
|
|
139
|
+
|
|
140
140
|
def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil)
|
|
141
141
|
@Label = label
|
|
142
142
|
@Score = score
|
|
@@ -169,7 +169,7 @@ module TencentCloud
|
|
|
169
169
|
# @type SubLabelCode: String
|
|
170
170
|
|
|
171
171
|
attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode
|
|
172
|
-
|
|
172
|
+
|
|
173
173
|
def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil)
|
|
174
174
|
@Label = label
|
|
175
175
|
@Score = score
|
|
@@ -212,7 +212,7 @@ module TencentCloud
|
|
|
212
212
|
# @type Suggestion: String
|
|
213
213
|
|
|
214
214
|
attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :LibType, :Suggestion
|
|
215
|
-
|
|
215
|
+
|
|
216
216
|
def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, libtype=nil, suggestion=nil)
|
|
217
217
|
@Label = label
|
|
218
218
|
@Keywords = keywords
|
|
@@ -246,7 +246,7 @@ module TencentCloud
|
|
|
246
246
|
# @type Result: :class:`Tencentcloud::Vm.v20200709.models.AudioResult`
|
|
247
247
|
|
|
248
248
|
attr_accessor :OffsetTime, :Result
|
|
249
|
-
|
|
249
|
+
|
|
250
250
|
def initialize(offsettime=nil, result=nil)
|
|
251
251
|
@OffsetTime = offsettime
|
|
252
252
|
@Result = result
|
|
@@ -272,7 +272,7 @@ module TencentCloud
|
|
|
272
272
|
# @type Object: String
|
|
273
273
|
|
|
274
274
|
attr_accessor :Bucket, :Region, :Object
|
|
275
|
-
|
|
275
|
+
|
|
276
276
|
def initialize(bucket=nil, region=nil, object=nil)
|
|
277
277
|
@Bucket = bucket
|
|
278
278
|
@Region = region
|
|
@@ -292,7 +292,7 @@ module TencentCloud
|
|
|
292
292
|
# @type TaskId: String
|
|
293
293
|
|
|
294
294
|
attr_accessor :TaskId
|
|
295
|
-
|
|
295
|
+
|
|
296
296
|
def initialize(taskid=nil)
|
|
297
297
|
@TaskId = taskid
|
|
298
298
|
end
|
|
@@ -308,7 +308,7 @@ module TencentCloud
|
|
|
308
308
|
# @type RequestId: String
|
|
309
309
|
|
|
310
310
|
attr_accessor :RequestId
|
|
311
|
-
|
|
311
|
+
|
|
312
312
|
def initialize(requestid=nil)
|
|
313
313
|
@RequestId = requestid
|
|
314
314
|
end
|
|
@@ -330,7 +330,7 @@ module TencentCloud
|
|
|
330
330
|
# @type ModerationCategories: Array
|
|
331
331
|
|
|
332
332
|
attr_accessor :BizType, :MediaModeration, :BizName, :ModerationCategories
|
|
333
|
-
|
|
333
|
+
|
|
334
334
|
def initialize(biztype=nil, mediamoderation=nil, bizname=nil, moderationcategories=nil)
|
|
335
335
|
@BizType = biztype
|
|
336
336
|
@MediaModeration = mediamoderation
|
|
@@ -355,7 +355,7 @@ module TencentCloud
|
|
|
355
355
|
# @type RequestId: String
|
|
356
356
|
|
|
357
357
|
attr_accessor :RequestId
|
|
358
|
-
|
|
358
|
+
|
|
359
359
|
def initialize(requestid=nil)
|
|
360
360
|
@RequestId = requestid
|
|
361
361
|
end
|
|
@@ -381,7 +381,7 @@ module TencentCloud
|
|
|
381
381
|
# @type Priority: Integer
|
|
382
382
|
|
|
383
383
|
attr_accessor :BizType, :Type, :Tasks, :Seed, :CallbackUrl, :Priority
|
|
384
|
-
|
|
384
|
+
|
|
385
385
|
def initialize(biztype=nil, type=nil, tasks=nil, seed=nil, callbackurl=nil, priority=nil)
|
|
386
386
|
@BizType = biztype
|
|
387
387
|
@Type = type
|
|
@@ -417,7 +417,7 @@ module TencentCloud
|
|
|
417
417
|
# @type RequestId: String
|
|
418
418
|
|
|
419
419
|
attr_accessor :Results, :RequestId
|
|
420
|
-
|
|
420
|
+
|
|
421
421
|
def initialize(results=nil, requestid=nil)
|
|
422
422
|
@Results = results
|
|
423
423
|
@RequestId = requestid
|
|
@@ -444,7 +444,7 @@ module TencentCloud
|
|
|
444
444
|
# @type ShowAllSegments: Boolean
|
|
445
445
|
|
|
446
446
|
attr_accessor :TaskId, :ShowAllSegments
|
|
447
|
-
|
|
447
|
+
|
|
448
448
|
def initialize(taskid=nil, showallsegments=nil)
|
|
449
449
|
@TaskId = taskid
|
|
450
450
|
@ShowAllSegments = showallsegments
|
|
@@ -526,7 +526,7 @@ module TencentCloud
|
|
|
526
526
|
# @type RequestId: String
|
|
527
527
|
|
|
528
528
|
attr_accessor :TaskId, :DataId, :BizType, :Name, :Status, :Type, :Suggestion, :Labels, :MediaInfo, :InputInfo, :CreatedAt, :UpdatedAt, :TryInSeconds, :ImageSegments, :AudioSegments, :ErrorType, :ErrorDescription, :RequestId
|
|
529
|
-
|
|
529
|
+
|
|
530
530
|
def initialize(taskid=nil, dataid=nil, biztype=nil, name=nil, status=nil, type=nil, suggestion=nil, labels=nil, mediainfo=nil, inputinfo=nil, createdat=nil, updatedat=nil, tryinseconds=nil, imagesegments=nil, audiosegments=nil, errortype=nil, errordescription=nil, requestid=nil)
|
|
531
531
|
@TaskId = taskid
|
|
532
532
|
@DataId = dataid
|
|
@@ -605,7 +605,7 @@ module TencentCloud
|
|
|
605
605
|
# @type Filters: Array
|
|
606
606
|
|
|
607
607
|
attr_accessor :AuditType, :Filters
|
|
608
|
-
|
|
608
|
+
|
|
609
609
|
def initialize(audittype=nil, filters=nil)
|
|
610
610
|
@AuditType = audittype
|
|
611
611
|
@Filters = filters
|
|
@@ -636,7 +636,7 @@ module TencentCloud
|
|
|
636
636
|
# @type RequestId: String
|
|
637
637
|
|
|
638
638
|
attr_accessor :Overview, :TrendCount, :EvilCount, :RequestId
|
|
639
|
-
|
|
639
|
+
|
|
640
640
|
def initialize(overview=nil, trendcount=nil, evilcount=nil, requestid=nil)
|
|
641
641
|
@Overview = overview
|
|
642
642
|
@TrendCount = trendcount
|
|
@@ -685,7 +685,7 @@ module TencentCloud
|
|
|
685
685
|
# @type Count: Integer
|
|
686
686
|
|
|
687
687
|
attr_accessor :EvilType, :Count
|
|
688
|
-
|
|
688
|
+
|
|
689
689
|
def initialize(eviltype=nil, count=nil)
|
|
690
690
|
@EvilType = eviltype
|
|
691
691
|
@Count = count
|
|
@@ -707,7 +707,7 @@ module TencentCloud
|
|
|
707
707
|
# @type ObjectPrefix: String
|
|
708
708
|
|
|
709
709
|
attr_accessor :Bucket, :Region, :ObjectPrefix
|
|
710
|
-
|
|
710
|
+
|
|
711
711
|
def initialize(bucket=nil, region=nil, objectprefix=nil)
|
|
712
712
|
@Bucket = bucket
|
|
713
713
|
@Region = region
|
|
@@ -732,7 +732,7 @@ module TencentCloud
|
|
|
732
732
|
# @type Values: Array
|
|
733
733
|
|
|
734
734
|
attr_accessor :Name, :Values
|
|
735
|
-
|
|
735
|
+
|
|
736
736
|
def initialize(name=nil, values=nil)
|
|
737
737
|
@Name = name
|
|
738
738
|
@Values = values
|
|
@@ -781,7 +781,7 @@ module TencentCloud
|
|
|
781
781
|
# @type Extra: String
|
|
782
782
|
|
|
783
783
|
attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra
|
|
784
|
-
|
|
784
|
+
|
|
785
785
|
def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil)
|
|
786
786
|
@HitFlag = hitflag
|
|
787
787
|
@Label = label
|
|
@@ -853,7 +853,7 @@ module TencentCloud
|
|
|
853
853
|
# @type Details: Array
|
|
854
854
|
|
|
855
855
|
attr_accessor :Scene, :HitFlag, :Suggestion, :Label, :SubLabel, :Score, :Names, :Text, :Details
|
|
856
|
-
|
|
856
|
+
|
|
857
857
|
def initialize(scene=nil, hitflag=nil, suggestion=nil, label=nil, sublabel=nil, score=nil, names=nil, text=nil, details=nil)
|
|
858
858
|
@Scene = scene
|
|
859
859
|
@HitFlag = hitflag
|
|
@@ -920,7 +920,7 @@ module TencentCloud
|
|
|
920
920
|
# @type SubLabelCode: String
|
|
921
921
|
|
|
922
922
|
attr_accessor :Name, :Text, :Location, :Label, :LibId, :LibName, :Keywords, :Suggestion, :Score, :SubLabelCode
|
|
923
|
-
|
|
923
|
+
|
|
924
924
|
def initialize(name=nil, text=nil, location=nil, label=nil, libid=nil, libname=nil, keywords=nil, suggestion=nil, score=nil, sublabelcode=nil)
|
|
925
925
|
@Name = name
|
|
926
926
|
@Text = text
|
|
@@ -970,7 +970,7 @@ module TencentCloud
|
|
|
970
970
|
# @type Rotate: Float
|
|
971
971
|
|
|
972
972
|
attr_accessor :X, :Y, :Width, :Height, :Rotate
|
|
973
|
-
|
|
973
|
+
|
|
974
974
|
def initialize(x=nil, y=nil, width=nil, height=nil, rotate=nil)
|
|
975
975
|
@X = x
|
|
976
976
|
@Y = y
|
|
@@ -998,7 +998,7 @@ module TencentCloud
|
|
|
998
998
|
# @type Result: :class:`Tencentcloud::Vm.v20200709.models.ImageResult`
|
|
999
999
|
|
|
1000
1000
|
attr_accessor :OffsetTime, :Result
|
|
1001
|
-
|
|
1001
|
+
|
|
1002
1002
|
def initialize(offsettime=nil, result=nil)
|
|
1003
1003
|
@OffsetTime = offsettime
|
|
1004
1004
|
@Result = result
|
|
@@ -1026,7 +1026,7 @@ module TencentCloud
|
|
|
1026
1026
|
# @type BucketInfo: String
|
|
1027
1027
|
|
|
1028
1028
|
attr_accessor :Type, :Url, :BucketInfo
|
|
1029
|
-
|
|
1029
|
+
|
|
1030
1030
|
def initialize(type=nil, url=nil, bucketinfo=nil)
|
|
1031
1031
|
@Type = type
|
|
1032
1032
|
@Url = url
|
|
@@ -1053,7 +1053,7 @@ module TencentCloud
|
|
|
1053
1053
|
# @type Height: Integer
|
|
1054
1054
|
|
|
1055
1055
|
attr_accessor :Codecs, :Duration, :Width, :Height
|
|
1056
|
-
|
|
1056
|
+
|
|
1057
1057
|
def initialize(codecs=nil, duration=nil, width=nil, height=nil)
|
|
1058
1058
|
@Codecs = codecs
|
|
1059
1059
|
@Duration = duration
|
|
@@ -1085,7 +1085,7 @@ module TencentCloud
|
|
|
1085
1085
|
# @type CallbackUrl: String
|
|
1086
1086
|
|
|
1087
1087
|
attr_accessor :UseOCR, :UseAudio, :ImageFrequency, :AudioFrequency, :SegmentOutput, :CallbackUrl
|
|
1088
|
-
|
|
1088
|
+
|
|
1089
1089
|
def initialize(useocr=nil, useaudio=nil, imagefrequency=nil, audiofrequency=nil, segmentoutput=nil, callbackurl=nil)
|
|
1090
1090
|
@UseOCR = useocr
|
|
1091
1091
|
@UseAudio = useaudio
|
|
@@ -1128,7 +1128,7 @@ module TencentCloud
|
|
|
1128
1128
|
# @type SuspectHour: Integer
|
|
1129
1129
|
|
|
1130
1130
|
attr_accessor :TotalCount, :TotalHour, :PassCount, :PassHour, :EvilCount, :EvilHour, :SuspectCount, :SuspectHour
|
|
1131
|
-
|
|
1131
|
+
|
|
1132
1132
|
def initialize(totalcount=nil, totalhour=nil, passcount=nil, passhour=nil, evilcount=nil, evilhour=nil, suspectcount=nil, suspecthour=nil)
|
|
1133
1133
|
@TotalCount = totalcount
|
|
1134
1134
|
@TotalHour = totalhour
|
|
@@ -1164,7 +1164,7 @@ module TencentCloud
|
|
|
1164
1164
|
# @type BucketInfo: :class:`Tencentcloud::Vm.v20200709.models.BucketInfo`
|
|
1165
1165
|
|
|
1166
1166
|
attr_accessor :Type, :Url, :BucketInfo
|
|
1167
|
-
|
|
1167
|
+
|
|
1168
1168
|
def initialize(type=nil, url=nil, bucketinfo=nil)
|
|
1169
1169
|
@Type = type
|
|
1170
1170
|
@Url = url
|
|
@@ -1191,7 +1191,7 @@ module TencentCloud
|
|
|
1191
1191
|
# @type Input: :class:`Tencentcloud::Vm.v20200709.models.StorageInfo`
|
|
1192
1192
|
|
|
1193
1193
|
attr_accessor :DataId, :Name, :Input
|
|
1194
|
-
|
|
1194
|
+
|
|
1195
1195
|
def initialize(dataid=nil, name=nil, input=nil)
|
|
1196
1196
|
@DataId = dataid
|
|
1197
1197
|
@Name = name
|
|
@@ -1231,7 +1231,7 @@ module TencentCloud
|
|
|
1231
1231
|
# @type Score: Integer
|
|
1232
1232
|
|
|
1233
1233
|
attr_accessor :Label, :Suggestion, :Score
|
|
1234
|
-
|
|
1234
|
+
|
|
1235
1235
|
def initialize(label=nil, suggestion=nil, score=nil)
|
|
1236
1236
|
@Label = label
|
|
1237
1237
|
@Suggestion = suggestion
|
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
|
1261
1261
|
# @type Message: String
|
|
1262
1262
|
|
|
1263
1263
|
attr_accessor :DataId, :TaskId, :Code, :Message
|
|
1264
|
-
|
|
1264
|
+
|
|
1265
1265
|
def initialize(dataid=nil, taskid=nil, code=nil, message=nil)
|
|
1266
1266
|
@DataId = dataid
|
|
1267
1267
|
@TaskId = taskid
|
|
@@ -1299,7 +1299,7 @@ module TencentCloud
|
|
|
1299
1299
|
# @type Date: String
|
|
1300
1300
|
|
|
1301
1301
|
attr_accessor :TotalCount, :TotalHour, :PassCount, :PassHour, :EvilCount, :EvilHour, :SuspectCount, :SuspectHour, :Date
|
|
1302
|
-
|
|
1302
|
+
|
|
1303
1303
|
def initialize(totalcount=nil, totalhour=nil, passcount=nil, passhour=nil, evilcount=nil, evilhour=nil, suspectcount=nil, suspecthour=nil, date=nil)
|
|
1304
1304
|
@TotalCount = totalcount
|
|
1305
1305
|
@TotalHour = totalhour
|
data/lib/v20201229/models.rb
CHANGED
|
@@ -61,7 +61,7 @@ module TencentCloud
|
|
|
61
61
|
# @type RecognitionResults: Array
|
|
62
62
|
|
|
63
63
|
attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults, :SubLabel, :RecognitionResults
|
|
64
|
-
|
|
64
|
+
|
|
65
65
|
def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, text=nil, url=nil, duration=nil, extra=nil, textresults=nil, moanresults=nil, languageresults=nil, sublabel=nil, recognitionresults=nil)
|
|
66
66
|
@HitFlag = hitflag
|
|
67
67
|
@Label = label
|
|
@@ -142,7 +142,7 @@ module TencentCloud
|
|
|
142
142
|
# @type SubLabelCode: String
|
|
143
143
|
|
|
144
144
|
attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode
|
|
145
|
-
|
|
145
|
+
|
|
146
146
|
def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil)
|
|
147
147
|
@Label = label
|
|
148
148
|
@Score = score
|
|
@@ -180,7 +180,7 @@ module TencentCloud
|
|
|
180
180
|
# @type Suggestion: String
|
|
181
181
|
|
|
182
182
|
attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode, :SubLabel, :Suggestion
|
|
183
|
-
|
|
183
|
+
|
|
184
184
|
def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil, suggestion=nil)
|
|
185
185
|
@Label = label
|
|
186
186
|
@Score = score
|
|
@@ -231,7 +231,7 @@ module TencentCloud
|
|
|
231
231
|
# @type SubLabel: String
|
|
232
232
|
|
|
233
233
|
attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :Suggestion, :LibType, :SubLabel
|
|
234
|
-
|
|
234
|
+
|
|
235
235
|
def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, suggestion=nil, libtype=nil, sublabel=nil)
|
|
236
236
|
@Label = label
|
|
237
237
|
@Keywords = keywords
|
|
@@ -265,7 +265,7 @@ module TencentCloud
|
|
|
265
265
|
# @type Result: :class:`Tencentcloud::Vm.v20201229.models.AudioResult`
|
|
266
266
|
|
|
267
267
|
attr_accessor :OffsetTime, :Result
|
|
268
|
-
|
|
268
|
+
|
|
269
269
|
def initialize(offsettime=nil, result=nil)
|
|
270
270
|
@OffsetTime = offsettime
|
|
271
271
|
@Result = result
|
|
@@ -291,7 +291,7 @@ module TencentCloud
|
|
|
291
291
|
# @type Object: String
|
|
292
292
|
|
|
293
293
|
attr_accessor :Bucket, :Region, :Object
|
|
294
|
-
|
|
294
|
+
|
|
295
295
|
def initialize(bucket=nil, region=nil, object=nil)
|
|
296
296
|
@Bucket = bucket
|
|
297
297
|
@Region = region
|
|
@@ -311,7 +311,7 @@ module TencentCloud
|
|
|
311
311
|
# @type TaskId: String
|
|
312
312
|
|
|
313
313
|
attr_accessor :TaskId
|
|
314
|
-
|
|
314
|
+
|
|
315
315
|
def initialize(taskid=nil)
|
|
316
316
|
@TaskId = taskid
|
|
317
317
|
end
|
|
@@ -327,7 +327,7 @@ module TencentCloud
|
|
|
327
327
|
# @type RequestId: String
|
|
328
328
|
|
|
329
329
|
attr_accessor :RequestId
|
|
330
|
-
|
|
330
|
+
|
|
331
331
|
def initialize(requestid=nil)
|
|
332
332
|
@RequestId = requestid
|
|
333
333
|
end
|
|
@@ -353,7 +353,7 @@ module TencentCloud
|
|
|
353
353
|
# @type Priority: Integer
|
|
354
354
|
|
|
355
355
|
attr_accessor :Type, :Tasks, :BizType, :Seed, :CallbackUrl, :Priority
|
|
356
|
-
|
|
356
|
+
|
|
357
357
|
def initialize(type=nil, tasks=nil, biztype=nil, seed=nil, callbackurl=nil, priority=nil)
|
|
358
358
|
@Type = type
|
|
359
359
|
@Tasks = tasks
|
|
@@ -389,7 +389,7 @@ module TencentCloud
|
|
|
389
389
|
# @type RequestId: String
|
|
390
390
|
|
|
391
391
|
attr_accessor :Results, :RequestId
|
|
392
|
-
|
|
392
|
+
|
|
393
393
|
def initialize(results=nil, requestid=nil)
|
|
394
394
|
@Results = results
|
|
395
395
|
@RequestId = requestid
|
|
@@ -417,7 +417,7 @@ module TencentCloud
|
|
|
417
417
|
# @type ShowAllSegments: Boolean
|
|
418
418
|
|
|
419
419
|
attr_accessor :TaskId, :ShowAllSegments
|
|
420
|
-
|
|
420
|
+
|
|
421
421
|
def initialize(taskid=nil, showallsegments=nil)
|
|
422
422
|
@TaskId = taskid
|
|
423
423
|
@ShowAllSegments = showallsegments
|
|
@@ -489,7 +489,7 @@ module TencentCloud
|
|
|
489
489
|
# @type RequestId: String
|
|
490
490
|
|
|
491
491
|
attr_accessor :TaskId, :DataId, :BizType, :Name, :Status, :Type, :Suggestion, :Labels, :MediaInfo, :InputInfo, :CreatedAt, :UpdatedAt, :ImageSegments, :AudioSegments, :ErrorType, :ErrorDescription, :Label, :RequestId
|
|
492
|
-
|
|
492
|
+
|
|
493
493
|
def initialize(taskid=nil, dataid=nil, biztype=nil, name=nil, status=nil, type=nil, suggestion=nil, labels=nil, mediainfo=nil, inputinfo=nil, createdat=nil, updatedat=nil, imagesegments=nil, audiosegments=nil, errortype=nil, errordescription=nil, label=nil, requestid=nil)
|
|
494
494
|
@TaskId = taskid
|
|
495
495
|
@DataId = dataid
|
|
@@ -574,7 +574,7 @@ module TencentCloud
|
|
|
574
574
|
# @type EndTime: String
|
|
575
575
|
|
|
576
576
|
attr_accessor :Limit, :Filter, :PageToken, :StartTime, :EndTime
|
|
577
|
-
|
|
577
|
+
|
|
578
578
|
def initialize(limit=nil, filter=nil, pagetoken=nil, starttime=nil, endtime=nil)
|
|
579
579
|
@Limit = limit
|
|
580
580
|
@Filter = filter
|
|
@@ -610,7 +610,7 @@ module TencentCloud
|
|
|
610
610
|
# @type RequestId: String
|
|
611
611
|
|
|
612
612
|
attr_accessor :Total, :Data, :PageToken, :RequestId
|
|
613
|
-
|
|
613
|
+
|
|
614
614
|
def initialize(total=nil, data=nil, pagetoken=nil, requestid=nil)
|
|
615
615
|
@Total = total
|
|
616
616
|
@Data = data
|
|
@@ -662,7 +662,7 @@ module TencentCloud
|
|
|
662
662
|
# @type SubLabel: String
|
|
663
663
|
|
|
664
664
|
attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra, :SubLabel
|
|
665
|
-
|
|
665
|
+
|
|
666
666
|
def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil, sublabel=nil)
|
|
667
667
|
@HitFlag = hitflag
|
|
668
668
|
@Label = label
|
|
@@ -725,7 +725,7 @@ module TencentCloud
|
|
|
725
725
|
# @type Details: Array
|
|
726
726
|
|
|
727
727
|
attr_accessor :Scene, :HitFlag, :Suggestion, :Label, :SubLabel, :Score, :Names, :Text, :Details
|
|
728
|
-
|
|
728
|
+
|
|
729
729
|
def initialize(scene=nil, hitflag=nil, suggestion=nil, label=nil, sublabel=nil, score=nil, names=nil, text=nil, details=nil)
|
|
730
730
|
@Scene = scene
|
|
731
731
|
@HitFlag = hitflag
|
|
@@ -793,7 +793,7 @@ module TencentCloud
|
|
|
793
793
|
# @type SubLabelCode: String
|
|
794
794
|
|
|
795
795
|
attr_accessor :Name, :Text, :Location, :Label, :LibId, :LibName, :Keywords, :Suggestion, :Score, :SubLabelCode
|
|
796
|
-
|
|
796
|
+
|
|
797
797
|
def initialize(name=nil, text=nil, location=nil, label=nil, libid=nil, libname=nil, keywords=nil, suggestion=nil, score=nil, sublabelcode=nil)
|
|
798
798
|
@Name = name
|
|
799
799
|
@Text = text
|
|
@@ -843,7 +843,7 @@ module TencentCloud
|
|
|
843
843
|
# @type Rotate: Float
|
|
844
844
|
|
|
845
845
|
attr_accessor :X, :Y, :Width, :Height, :Rotate
|
|
846
|
-
|
|
846
|
+
|
|
847
847
|
def initialize(x=nil, y=nil, width=nil, height=nil, rotate=nil)
|
|
848
848
|
@X = x
|
|
849
849
|
@Y = y
|
|
@@ -869,7 +869,7 @@ module TencentCloud
|
|
|
869
869
|
# @type Result: :class:`Tencentcloud::Vm.v20201229.models.ImageResult`
|
|
870
870
|
|
|
871
871
|
attr_accessor :OffsetTime, :Result
|
|
872
|
-
|
|
872
|
+
|
|
873
873
|
def initialize(offsettime=nil, result=nil)
|
|
874
874
|
@OffsetTime = offsettime
|
|
875
875
|
@Result = result
|
|
@@ -897,7 +897,7 @@ module TencentCloud
|
|
|
897
897
|
# @type BucketInfo: String
|
|
898
898
|
|
|
899
899
|
attr_accessor :Type, :Url, :BucketInfo
|
|
900
|
-
|
|
900
|
+
|
|
901
901
|
def initialize(type=nil, url=nil, bucketinfo=nil)
|
|
902
902
|
@Type = type
|
|
903
903
|
@Url = url
|
|
@@ -917,7 +917,7 @@ module TencentCloud
|
|
|
917
917
|
# @type Duration: Integer
|
|
918
918
|
|
|
919
919
|
attr_accessor :Duration
|
|
920
|
-
|
|
920
|
+
|
|
921
921
|
def initialize(duration=nil)
|
|
922
922
|
@Duration = duration
|
|
923
923
|
end
|
|
@@ -937,7 +937,7 @@ module TencentCloud
|
|
|
937
937
|
# @type Tags: Array
|
|
938
938
|
|
|
939
939
|
attr_accessor :Label, :Tags
|
|
940
|
-
|
|
940
|
+
|
|
941
941
|
def initialize(label=nil, tags=nil)
|
|
942
942
|
@Label = label
|
|
943
943
|
@Tags = tags
|
|
@@ -966,7 +966,7 @@ module TencentCloud
|
|
|
966
966
|
# @type BucketInfo: :class:`Tencentcloud::Vm.v20201229.models.BucketInfo`
|
|
967
967
|
|
|
968
968
|
attr_accessor :Type, :Url, :BucketInfo
|
|
969
|
-
|
|
969
|
+
|
|
970
970
|
def initialize(type=nil, url=nil, bucketinfo=nil)
|
|
971
971
|
@Type = type
|
|
972
972
|
@Url = url
|
|
@@ -1001,7 +1001,7 @@ module TencentCloud
|
|
|
1001
1001
|
# @type EndTime: Float
|
|
1002
1002
|
|
|
1003
1003
|
attr_accessor :Name, :Score, :StartTime, :EndTime
|
|
1004
|
-
|
|
1004
|
+
|
|
1005
1005
|
def initialize(name=nil, score=nil, starttime=nil, endtime=nil)
|
|
1006
1006
|
@Name = name
|
|
1007
1007
|
@Score = score
|
|
@@ -1055,7 +1055,7 @@ module TencentCloud
|
|
|
1055
1055
|
# @type InputInfo: :class:`Tencentcloud::Vm.v20201229.models.InputInfo`
|
|
1056
1056
|
|
|
1057
1057
|
attr_accessor :DataId, :TaskId, :Status, :Name, :BizType, :Type, :Suggestion, :Labels, :MediaInfo, :CreatedAt, :UpdatedAt, :InputInfo
|
|
1058
|
-
|
|
1058
|
+
|
|
1059
1059
|
def initialize(dataid=nil, taskid=nil, status=nil, name=nil, biztype=nil, type=nil, suggestion=nil, labels=nil, mediainfo=nil, createdat=nil, updatedat=nil, inputinfo=nil)
|
|
1060
1060
|
@DataId = dataid
|
|
1061
1061
|
@TaskId = taskid
|
|
@@ -1112,7 +1112,7 @@ module TencentCloud
|
|
|
1112
1112
|
# @type TaskStatus: String
|
|
1113
1113
|
|
|
1114
1114
|
attr_accessor :BizType, :Type, :Suggestion, :TaskStatus
|
|
1115
|
-
|
|
1115
|
+
|
|
1116
1116
|
def initialize(biztype=nil, type=nil, suggestion=nil, taskstatus=nil)
|
|
1117
1117
|
@BizType = biztype
|
|
1118
1118
|
@Type = type
|
|
@@ -1138,7 +1138,7 @@ module TencentCloud
|
|
|
1138
1138
|
# @type Input: :class:`Tencentcloud::Vm.v20201229.models.StorageInfo`
|
|
1139
1139
|
|
|
1140
1140
|
attr_accessor :DataId, :Name, :Input
|
|
1141
|
-
|
|
1141
|
+
|
|
1142
1142
|
def initialize(dataid=nil, name=nil, input=nil)
|
|
1143
1143
|
@DataId = dataid
|
|
1144
1144
|
@Name = name
|
|
@@ -1171,7 +1171,7 @@ module TencentCloud
|
|
|
1171
1171
|
# @type SubLabel: String
|
|
1172
1172
|
|
|
1173
1173
|
attr_accessor :Label, :Suggestion, :Score, :SubLabel
|
|
1174
|
-
|
|
1174
|
+
|
|
1175
1175
|
def initialize(label=nil, suggestion=nil, score=nil, sublabel=nil)
|
|
1176
1176
|
@Label = label
|
|
1177
1177
|
@Suggestion = suggestion
|
|
@@ -1203,7 +1203,7 @@ module TencentCloud
|
|
|
1203
1203
|
# @type Message: String
|
|
1204
1204
|
|
|
1205
1205
|
attr_accessor :DataId, :TaskId, :Code, :Message
|
|
1206
|
-
|
|
1206
|
+
|
|
1207
1207
|
def initialize(dataid=nil, taskid=nil, code=nil, message=nil)
|
|
1208
1208
|
@DataId = dataid
|
|
1209
1209
|
@TaskId = taskid
|
data/lib/v20210922/models.rb
CHANGED
|
@@ -61,7 +61,7 @@ module TencentCloud
|
|
|
61
61
|
# @type RecognitionResults: Array
|
|
62
62
|
|
|
63
63
|
attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults, :SubLabel, :RecognitionResults
|
|
64
|
-
|
|
64
|
+
|
|
65
65
|
def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, text=nil, url=nil, duration=nil, extra=nil, textresults=nil, moanresults=nil, languageresults=nil, sublabel=nil, recognitionresults=nil)
|
|
66
66
|
@HitFlag = hitflag
|
|
67
67
|
@Label = label
|
|
@@ -142,7 +142,7 @@ module TencentCloud
|
|
|
142
142
|
# @type SubLabelCode: String
|
|
143
143
|
|
|
144
144
|
attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode
|
|
145
|
-
|
|
145
|
+
|
|
146
146
|
def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil)
|
|
147
147
|
@Label = label
|
|
148
148
|
@Score = score
|
|
@@ -179,7 +179,7 @@ module TencentCloud
|
|
|
179
179
|
# @type Suggestion: String
|
|
180
180
|
|
|
181
181
|
attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode, :SubLabel, :Suggestion
|
|
182
|
-
|
|
182
|
+
|
|
183
183
|
def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil, suggestion=nil)
|
|
184
184
|
@Label = label
|
|
185
185
|
@Score = score
|
|
@@ -230,7 +230,7 @@ module TencentCloud
|
|
|
230
230
|
# @type SubLabel: String
|
|
231
231
|
|
|
232
232
|
attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :LibType, :Suggestion, :SubLabel
|
|
233
|
-
|
|
233
|
+
|
|
234
234
|
def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, libtype=nil, suggestion=nil, sublabel=nil)
|
|
235
235
|
@Label = label
|
|
236
236
|
@Keywords = keywords
|
|
@@ -266,7 +266,7 @@ module TencentCloud
|
|
|
266
266
|
# @type Result: :class:`Tencentcloud::Vm.v20210922.models.AudioResult`
|
|
267
267
|
|
|
268
268
|
attr_accessor :OffsetTime, :Result
|
|
269
|
-
|
|
269
|
+
|
|
270
270
|
def initialize(offsettime=nil, result=nil)
|
|
271
271
|
@OffsetTime = offsettime
|
|
272
272
|
@Result = result
|
|
@@ -292,7 +292,7 @@ module TencentCloud
|
|
|
292
292
|
# @type Object: String
|
|
293
293
|
|
|
294
294
|
attr_accessor :Bucket, :Region, :Object
|
|
295
|
-
|
|
295
|
+
|
|
296
296
|
def initialize(bucket=nil, region=nil, object=nil)
|
|
297
297
|
@Bucket = bucket
|
|
298
298
|
@Region = region
|
|
@@ -312,7 +312,7 @@ module TencentCloud
|
|
|
312
312
|
# @type TaskId: String
|
|
313
313
|
|
|
314
314
|
attr_accessor :TaskId
|
|
315
|
-
|
|
315
|
+
|
|
316
316
|
def initialize(taskid=nil)
|
|
317
317
|
@TaskId = taskid
|
|
318
318
|
end
|
|
@@ -328,7 +328,7 @@ module TencentCloud
|
|
|
328
328
|
# @type RequestId: String
|
|
329
329
|
|
|
330
330
|
attr_accessor :RequestId
|
|
331
|
-
|
|
331
|
+
|
|
332
332
|
def initialize(requestid=nil)
|
|
333
333
|
@RequestId = requestid
|
|
334
334
|
end
|
|
@@ -354,7 +354,7 @@ module TencentCloud
|
|
|
354
354
|
# @type Priority: Integer
|
|
355
355
|
|
|
356
356
|
attr_accessor :BizType, :Type, :Tasks, :Seed, :CallbackUrl, :Priority
|
|
357
|
-
|
|
357
|
+
|
|
358
358
|
def initialize(biztype=nil, type=nil, tasks=nil, seed=nil, callbackurl=nil, priority=nil)
|
|
359
359
|
@BizType = biztype
|
|
360
360
|
@Type = type
|
|
@@ -390,7 +390,7 @@ module TencentCloud
|
|
|
390
390
|
# @type RequestId: String
|
|
391
391
|
|
|
392
392
|
attr_accessor :Results, :RequestId
|
|
393
|
-
|
|
393
|
+
|
|
394
394
|
def initialize(results=nil, requestid=nil)
|
|
395
395
|
@Results = results
|
|
396
396
|
@RequestId = requestid
|
|
@@ -417,7 +417,7 @@ module TencentCloud
|
|
|
417
417
|
# @type ShowAllSegments: Boolean
|
|
418
418
|
|
|
419
419
|
attr_accessor :TaskId, :ShowAllSegments
|
|
420
|
-
|
|
420
|
+
|
|
421
421
|
def initialize(taskid=nil, showallsegments=nil)
|
|
422
422
|
@TaskId = taskid
|
|
423
423
|
@ShowAllSegments = showallsegments
|
|
@@ -498,7 +498,7 @@ module TencentCloud
|
|
|
498
498
|
# @type RequestId: String
|
|
499
499
|
|
|
500
500
|
attr_accessor :TaskId, :DataId, :BizType, :Name, :Status, :Type, :Suggestion, :Labels, :MediaInfo, :InputInfo, :CreatedAt, :UpdatedAt, :TryInSeconds, :ImageSegments, :AudioSegments, :ErrorType, :ErrorDescription, :Label, :AudioText, :Asrs, :RequestId
|
|
501
|
-
|
|
501
|
+
|
|
502
502
|
def initialize(taskid=nil, dataid=nil, biztype=nil, name=nil, status=nil, type=nil, suggestion=nil, labels=nil, mediainfo=nil, inputinfo=nil, createdat=nil, updatedat=nil, tryinseconds=nil, imagesegments=nil, audiosegments=nil, errortype=nil, errordescription=nil, label=nil, audiotext=nil, asrs=nil, requestid=nil)
|
|
503
503
|
@TaskId = taskid
|
|
504
504
|
@DataId = dataid
|
|
@@ -596,7 +596,7 @@ module TencentCloud
|
|
|
596
596
|
# @type EndTime: String
|
|
597
597
|
|
|
598
598
|
attr_accessor :Limit, :Filter, :PageToken, :StartTime, :EndTime
|
|
599
|
-
|
|
599
|
+
|
|
600
600
|
def initialize(limit=nil, filter=nil, pagetoken=nil, starttime=nil, endtime=nil)
|
|
601
601
|
@Limit = limit
|
|
602
602
|
@Filter = filter
|
|
@@ -632,7 +632,7 @@ module TencentCloud
|
|
|
632
632
|
# @type RequestId: String
|
|
633
633
|
|
|
634
634
|
attr_accessor :Total, :Data, :PageToken, :RequestId
|
|
635
|
-
|
|
635
|
+
|
|
636
636
|
def initialize(total=nil, data=nil, pagetoken=nil, requestid=nil)
|
|
637
637
|
@Total = total
|
|
638
638
|
@Data = data
|
|
@@ -692,7 +692,7 @@ module TencentCloud
|
|
|
692
692
|
# @type Extra: String
|
|
693
693
|
|
|
694
694
|
attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra
|
|
695
|
-
|
|
695
|
+
|
|
696
696
|
def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil)
|
|
697
697
|
@HitFlag = hitflag
|
|
698
698
|
@Label = label
|
|
@@ -764,7 +764,7 @@ module TencentCloud
|
|
|
764
764
|
# @type Details: Array
|
|
765
765
|
|
|
766
766
|
attr_accessor :Scene, :HitFlag, :Suggestion, :Label, :SubLabel, :Score, :Names, :Text, :Details
|
|
767
|
-
|
|
767
|
+
|
|
768
768
|
def initialize(scene=nil, hitflag=nil, suggestion=nil, label=nil, sublabel=nil, score=nil, names=nil, text=nil, details=nil)
|
|
769
769
|
@Scene = scene
|
|
770
770
|
@HitFlag = hitflag
|
|
@@ -831,7 +831,7 @@ module TencentCloud
|
|
|
831
831
|
# @type SubLabelCode: String
|
|
832
832
|
|
|
833
833
|
attr_accessor :Name, :Text, :Location, :Label, :LibId, :LibName, :Keywords, :Suggestion, :Score, :SubLabelCode
|
|
834
|
-
|
|
834
|
+
|
|
835
835
|
def initialize(name=nil, text=nil, location=nil, label=nil, libid=nil, libname=nil, keywords=nil, suggestion=nil, score=nil, sublabelcode=nil)
|
|
836
836
|
@Name = name
|
|
837
837
|
@Text = text
|
|
@@ -881,7 +881,7 @@ module TencentCloud
|
|
|
881
881
|
# @type Rotate: Float
|
|
882
882
|
|
|
883
883
|
attr_accessor :X, :Y, :Width, :Height, :Rotate
|
|
884
|
-
|
|
884
|
+
|
|
885
885
|
def initialize(x=nil, y=nil, width=nil, height=nil, rotate=nil)
|
|
886
886
|
@X = x
|
|
887
887
|
@Y = y
|
|
@@ -909,7 +909,7 @@ module TencentCloud
|
|
|
909
909
|
# @type Result: :class:`Tencentcloud::Vm.v20210922.models.ImageResult`
|
|
910
910
|
|
|
911
911
|
attr_accessor :OffsetTime, :Result
|
|
912
|
-
|
|
912
|
+
|
|
913
913
|
def initialize(offsettime=nil, result=nil)
|
|
914
914
|
@OffsetTime = offsettime
|
|
915
915
|
@Result = result
|
|
@@ -937,7 +937,7 @@ module TencentCloud
|
|
|
937
937
|
# @type BucketInfo: String
|
|
938
938
|
|
|
939
939
|
attr_accessor :Type, :Url, :BucketInfo
|
|
940
|
-
|
|
940
|
+
|
|
941
941
|
def initialize(type=nil, url=nil, bucketinfo=nil)
|
|
942
942
|
@Type = type
|
|
943
943
|
@Url = url
|
|
@@ -966,7 +966,7 @@ module TencentCloud
|
|
|
966
966
|
# @type Thumbnail: String
|
|
967
967
|
|
|
968
968
|
attr_accessor :Codecs, :Duration, :Width, :Height, :Thumbnail
|
|
969
|
-
|
|
969
|
+
|
|
970
970
|
def initialize(codecs=nil, duration=nil, width=nil, height=nil, thumbnail=nil)
|
|
971
971
|
@Codecs = codecs
|
|
972
972
|
@Duration = duration
|
|
@@ -994,7 +994,7 @@ module TencentCloud
|
|
|
994
994
|
# @type CreatedAt: String
|
|
995
995
|
|
|
996
996
|
attr_accessor :Text, :CreatedAt
|
|
997
|
-
|
|
997
|
+
|
|
998
998
|
def initialize(text=nil, createdat=nil)
|
|
999
999
|
@Text = text
|
|
1000
1000
|
@CreatedAt = createdat
|
|
@@ -1016,7 +1016,7 @@ module TencentCloud
|
|
|
1016
1016
|
# @type Tags: Array
|
|
1017
1017
|
|
|
1018
1018
|
attr_accessor :Label, :Tags
|
|
1019
|
-
|
|
1019
|
+
|
|
1020
1020
|
def initialize(label=nil, tags=nil)
|
|
1021
1021
|
@Label = label
|
|
1022
1022
|
@Tags = tags
|
|
@@ -1047,7 +1047,7 @@ module TencentCloud
|
|
|
1047
1047
|
# @type BucketInfo: :class:`Tencentcloud::Vm.v20210922.models.BucketInfo`
|
|
1048
1048
|
|
|
1049
1049
|
attr_accessor :Type, :Url, :BucketInfo
|
|
1050
|
-
|
|
1050
|
+
|
|
1051
1051
|
def initialize(type=nil, url=nil, bucketinfo=nil)
|
|
1052
1052
|
@Type = type
|
|
1053
1053
|
@Url = url
|
|
@@ -1082,7 +1082,7 @@ module TencentCloud
|
|
|
1082
1082
|
# @type EndTime: Float
|
|
1083
1083
|
|
|
1084
1084
|
attr_accessor :Name, :Score, :StartTime, :EndTime
|
|
1085
|
-
|
|
1085
|
+
|
|
1086
1086
|
def initialize(name=nil, score=nil, starttime=nil, endtime=nil)
|
|
1087
1087
|
@Name = name
|
|
1088
1088
|
@Score = score
|
|
@@ -1138,7 +1138,7 @@ module TencentCloud
|
|
|
1138
1138
|
# @type UpdatedAt: String
|
|
1139
1139
|
|
|
1140
1140
|
attr_accessor :TaskId, :DataId, :BizType, :Name, :Status, :Type, :Suggestion, :Labels, :MediaInfo, :InputInfo, :CreatedAt, :UpdatedAt
|
|
1141
|
-
|
|
1141
|
+
|
|
1142
1142
|
def initialize(taskid=nil, dataid=nil, biztype=nil, name=nil, status=nil, type=nil, suggestion=nil, labels=nil, mediainfo=nil, inputinfo=nil, createdat=nil, updatedat=nil)
|
|
1143
1143
|
@TaskId = taskid
|
|
1144
1144
|
@DataId = dataid
|
|
@@ -1195,7 +1195,7 @@ module TencentCloud
|
|
|
1195
1195
|
# @type TaskStatus: String
|
|
1196
1196
|
|
|
1197
1197
|
attr_accessor :BizType, :Type, :Suggestion, :TaskStatus
|
|
1198
|
-
|
|
1198
|
+
|
|
1199
1199
|
def initialize(biztype=nil, type=nil, suggestion=nil, taskstatus=nil)
|
|
1200
1200
|
@BizType = biztype
|
|
1201
1201
|
@Type = type
|
|
@@ -1221,7 +1221,7 @@ module TencentCloud
|
|
|
1221
1221
|
# @type Input: :class:`Tencentcloud::Vm.v20210922.models.StorageInfo`
|
|
1222
1222
|
|
|
1223
1223
|
attr_accessor :DataId, :Name, :Input
|
|
1224
|
-
|
|
1224
|
+
|
|
1225
1225
|
def initialize(dataid=nil, name=nil, input=nil)
|
|
1226
1226
|
@DataId = dataid
|
|
1227
1227
|
@Name = name
|
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
|
1261
1261
|
# @type Score: Integer
|
|
1262
1262
|
|
|
1263
1263
|
attr_accessor :Label, :Suggestion, :Score
|
|
1264
|
-
|
|
1264
|
+
|
|
1265
1265
|
def initialize(label=nil, suggestion=nil, score=nil)
|
|
1266
1266
|
@Label = label
|
|
1267
1267
|
@Suggestion = suggestion
|
|
@@ -1291,7 +1291,7 @@ module TencentCloud
|
|
|
1291
1291
|
# @type Message: String
|
|
1292
1292
|
|
|
1293
1293
|
attr_accessor :DataId, :TaskId, :Code, :Message
|
|
1294
|
-
|
|
1294
|
+
|
|
1295
1295
|
def initialize(dataid=nil, taskid=nil, code=nil, message=nil)
|
|
1296
1296
|
@DataId = dataid
|
|
1297
1297
|
@TaskId = taskid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vm
|
|
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
|