tencentcloud-sdk-ivld 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210903/models.rb +86 -86
- 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: b68bf5ad952ab2c821ddffa91784c5cf4fe61f56
|
4
|
+
data.tar.gz: ba10ec1cbf11f5fd89f2a6f278fb91b24d608425
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c8576fdfcb1d3d2e9fb4249fef72db687a02c67f95cffdcfd465ad8fddf3fcedf93dcb0f43b891e42f4ecdfa6dedfcba02d547a3c5a07125d274de59d061de0
|
7
|
+
data.tar.gz: 32a05d8a8dce09e1e0d7d2f6f0e95a1939155d9907321d8e5693935ba17e6ea0aee2bb15b7f017cb002c7d89f7734296889a13948990f35f2a561389cb36f4fd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20210903/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type Image: String
|
28
28
|
|
29
29
|
attr_accessor :PersonId, :ImageURL, :Image
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(personid=nil, imageurl=nil, image=nil)
|
32
32
|
@PersonId = personid
|
33
33
|
@ImageURL = imageurl
|
@@ -51,7 +51,7 @@ module TencentCloud
|
|
51
51
|
# @type RequestId: String
|
52
52
|
|
53
53
|
attr_accessor :PersonId, :ImageInfo, :RequestId
|
54
|
-
|
54
|
+
|
55
55
|
def initialize(personid=nil, imageinfo=nil, requestid=nil)
|
56
56
|
@PersonId = personid
|
57
57
|
@ImageInfo = imageinfo
|
@@ -87,7 +87,7 @@ module TencentCloud
|
|
87
87
|
# @type Index: Integer
|
88
88
|
|
89
89
|
attr_accessor :AppearIndex, :Index
|
90
|
-
|
90
|
+
|
91
91
|
def initialize(appearindex=nil, index=nil)
|
92
92
|
@AppearIndex = appearindex
|
93
93
|
@Index = index
|
@@ -114,7 +114,7 @@ module TencentCloud
|
|
114
114
|
# @type VideoAppearSet: Array
|
115
115
|
|
116
116
|
attr_accessor :AudioAppearSet, :TextAppearSet, :VideoAppearSet
|
117
|
-
|
117
|
+
|
118
118
|
def initialize(audioappearset=nil, textappearset=nil, videoappearset=nil)
|
119
119
|
@AudioAppearSet = audioappearset
|
120
120
|
@TextAppearSet = textappearset
|
@@ -158,7 +158,7 @@ module TencentCloud
|
|
158
158
|
# @type TextTagSet: :class:`Tencentcloud::Ivld.v20210903.models.MultiLevelTag`
|
159
159
|
|
160
160
|
attr_accessor :AudioInfoSet, :TextTagSet
|
161
|
-
|
161
|
+
|
162
162
|
def initialize(audioinfoset=nil, texttagset=nil)
|
163
163
|
@AudioInfoSet = audioinfoset
|
164
164
|
@TextTagSet = texttagset
|
@@ -192,7 +192,7 @@ module TencentCloud
|
|
192
192
|
# @type Tag: String
|
193
193
|
|
194
194
|
attr_accessor :Content, :StartTimeStamp, :EndTimeStamp, :Tag
|
195
|
-
|
195
|
+
|
196
196
|
def initialize(content=nil, starttimestamp=nil, endtimestamp=nil, tag=nil)
|
197
197
|
@Content = content
|
198
198
|
@StartTimeStamp = starttimestamp
|
@@ -230,7 +230,7 @@ module TencentCloud
|
|
230
230
|
# @type Format: String
|
231
231
|
|
232
232
|
attr_accessor :FileSize, :MD5, :Duration, :SampleRate, :BitRate, :Format
|
233
|
-
|
233
|
+
|
234
234
|
def initialize(filesize=nil, md5=nil, duration=nil, samplerate=nil, bitrate=nil, format=nil)
|
235
235
|
@FileSize = filesize
|
236
236
|
@MD5 = md5
|
@@ -260,7 +260,7 @@ module TencentCloud
|
|
260
260
|
# @type PersonInfoSet: Array
|
261
261
|
|
262
262
|
attr_accessor :ClassifyName, :PersonInfoSet
|
263
|
-
|
263
|
+
|
264
264
|
def initialize(classifyname=nil, personinfoset=nil)
|
265
265
|
@ClassifyName = classifyname
|
266
266
|
@PersonInfoSet = personinfoset
|
@@ -287,7 +287,7 @@ module TencentCloud
|
|
287
287
|
# @type L2Category: String
|
288
288
|
|
289
289
|
attr_accessor :L1Category, :L2Category
|
290
|
-
|
290
|
+
|
291
291
|
def initialize(l1category=nil, l2category=nil)
|
292
292
|
@L1Category = l1category
|
293
293
|
@L2Category = l2category
|
@@ -307,7 +307,7 @@ module TencentCloud
|
|
307
307
|
# @type RequestId: String
|
308
308
|
|
309
309
|
attr_accessor :CategoryId, :RequestId
|
310
|
-
|
310
|
+
|
311
311
|
def initialize(categoryid=nil, requestid=nil)
|
312
312
|
@CategoryId = categoryid
|
313
313
|
@RequestId = requestid
|
@@ -325,7 +325,7 @@ module TencentCloud
|
|
325
325
|
# @type Bucket: String
|
326
326
|
|
327
327
|
attr_accessor :Bucket
|
328
|
-
|
328
|
+
|
329
329
|
def initialize(bucket=nil)
|
330
330
|
@Bucket = bucket
|
331
331
|
end
|
@@ -341,7 +341,7 @@ module TencentCloud
|
|
341
341
|
# @type RequestId: String
|
342
342
|
|
343
343
|
attr_accessor :RequestId
|
344
|
-
|
344
|
+
|
345
345
|
def initialize(requestid=nil)
|
346
346
|
@RequestId = requestid
|
347
347
|
end
|
@@ -365,7 +365,7 @@ module TencentCloud
|
|
365
365
|
# @type Image: String
|
366
366
|
|
367
367
|
attr_accessor :Name, :BasicInfo, :CategoryId, :ImageURL, :Image
|
368
|
-
|
368
|
+
|
369
369
|
def initialize(name=nil, basicinfo=nil, categoryid=nil, imageurl=nil, image=nil)
|
370
370
|
@Name = name
|
371
371
|
@BasicInfo = basicinfo
|
@@ -393,7 +393,7 @@ module TencentCloud
|
|
393
393
|
# @type RequestId: String
|
394
394
|
|
395
395
|
attr_accessor :PersonId, :ImageInfo, :RequestId
|
396
|
-
|
396
|
+
|
397
397
|
def initialize(personid=nil, imageinfo=nil, requestid=nil)
|
398
398
|
@PersonId = personid
|
399
399
|
@ImageInfo = imageinfo
|
@@ -413,7 +413,7 @@ module TencentCloud
|
|
413
413
|
# CreateDefaultCategories请求参数结构体
|
414
414
|
class CreateDefaultCategoriesRequest < TencentCloud::Common::AbstractModel
|
415
415
|
|
416
|
-
|
416
|
+
|
417
417
|
def initialize()
|
418
418
|
end
|
419
419
|
|
@@ -427,7 +427,7 @@ module TencentCloud
|
|
427
427
|
# @type RequestId: String
|
428
428
|
|
429
429
|
attr_accessor :RequestId
|
430
|
-
|
430
|
+
|
431
431
|
def initialize(requestid=nil)
|
432
432
|
@RequestId = requestid
|
433
433
|
end
|
@@ -453,7 +453,7 @@ module TencentCloud
|
|
453
453
|
# @type CallbackURL: String
|
454
454
|
|
455
455
|
attr_accessor :MediaId, :MediaPreknownInfo, :TaskName, :UploadVideo, :Label, :CallbackURL
|
456
|
-
|
456
|
+
|
457
457
|
def initialize(mediaid=nil, mediapreknowninfo=nil, taskname=nil, uploadvideo=nil, label=nil, callbackurl=nil)
|
458
458
|
@MediaId = mediaid
|
459
459
|
@MediaPreknownInfo = mediapreknowninfo
|
@@ -484,7 +484,7 @@ module TencentCloud
|
|
484
484
|
# @type RequestId: String
|
485
485
|
|
486
486
|
attr_accessor :TaskId, :RequestId
|
487
|
-
|
487
|
+
|
488
488
|
def initialize(taskid=nil, requestid=nil)
|
489
489
|
@TaskId = taskid
|
490
490
|
@RequestId = requestid
|
@@ -506,7 +506,7 @@ module TencentCloud
|
|
506
506
|
# @type L2Category: String
|
507
507
|
|
508
508
|
attr_accessor :CategoryId, :L1Category, :L2Category
|
509
|
-
|
509
|
+
|
510
510
|
def initialize(categoryid=nil, l1category=nil, l2category=nil)
|
511
511
|
@CategoryId = categoryid
|
512
512
|
@L1Category = l1category
|
@@ -532,7 +532,7 @@ module TencentCloud
|
|
532
532
|
# @type L1CategorySet: Array
|
533
533
|
|
534
534
|
attr_accessor :Name, :CategoryIdSet, :PersonIdSet, :L1CategorySet
|
535
|
-
|
535
|
+
|
536
536
|
def initialize(name=nil, categoryidset=nil, personidset=nil, l1categoryset=nil)
|
537
537
|
@Name = name
|
538
538
|
@CategoryIdSet = categoryidset
|
@@ -566,7 +566,7 @@ module TencentCloud
|
|
566
566
|
# @type CreateTime: String
|
567
567
|
|
568
568
|
attr_accessor :PersonId, :Name, :BasicInfo, :L1Category, :L2Category, :ImageInfoSet, :CreateTime
|
569
|
-
|
569
|
+
|
570
570
|
def initialize(personid=nil, name=nil, basicinfo=nil, l1category=nil, l2category=nil, imageinfoset=nil, createtime=nil)
|
571
571
|
@PersonId = personid
|
572
572
|
@Name = name
|
@@ -602,7 +602,7 @@ module TencentCloud
|
|
602
602
|
# @type ShowInfo: :class:`Tencentcloud::Ivld.v20210903.models.ShowInfo`
|
603
603
|
|
604
604
|
attr_accessor :ShowInfo
|
605
|
-
|
605
|
+
|
606
606
|
def initialize(showinfo=nil)
|
607
607
|
@ShowInfo = showinfo
|
608
608
|
end
|
@@ -621,7 +621,7 @@ module TencentCloud
|
|
621
621
|
# @type CategoryId: String
|
622
622
|
|
623
623
|
attr_accessor :CategoryId
|
624
|
-
|
624
|
+
|
625
625
|
def initialize(categoryid=nil)
|
626
626
|
@CategoryId = categoryid
|
627
627
|
end
|
@@ -639,7 +639,7 @@ module TencentCloud
|
|
639
639
|
# @type RequestId: String
|
640
640
|
|
641
641
|
attr_accessor :CategoryId, :RequestId
|
642
|
-
|
642
|
+
|
643
643
|
def initialize(categoryid=nil, requestid=nil)
|
644
644
|
@CategoryId = categoryid
|
645
645
|
@RequestId = requestid
|
@@ -659,7 +659,7 @@ module TencentCloud
|
|
659
659
|
# @type ImageId: String
|
660
660
|
|
661
661
|
attr_accessor :PersonId, :ImageId
|
662
|
-
|
662
|
+
|
663
663
|
def initialize(personid=nil, imageid=nil)
|
664
664
|
@PersonId = personid
|
665
665
|
@ImageId = imageid
|
@@ -681,7 +681,7 @@ module TencentCloud
|
|
681
681
|
# @type RequestId: String
|
682
682
|
|
683
683
|
attr_accessor :PersonId, :ImageId, :RequestId
|
684
|
-
|
684
|
+
|
685
685
|
def initialize(personid=nil, imageid=nil, requestid=nil)
|
686
686
|
@PersonId = personid
|
687
687
|
@ImageId = imageid
|
@@ -701,7 +701,7 @@ module TencentCloud
|
|
701
701
|
# @type PersonId: String
|
702
702
|
|
703
703
|
attr_accessor :PersonId
|
704
|
-
|
704
|
+
|
705
705
|
def initialize(personid=nil)
|
706
706
|
@PersonId = personid
|
707
707
|
end
|
@@ -719,7 +719,7 @@ module TencentCloud
|
|
719
719
|
# @type RequestId: String
|
720
720
|
|
721
721
|
attr_accessor :PersonId, :RequestId
|
722
|
-
|
722
|
+
|
723
723
|
def initialize(personid=nil, requestid=nil)
|
724
724
|
@PersonId = personid
|
725
725
|
@RequestId = requestid
|
@@ -737,7 +737,7 @@ module TencentCloud
|
|
737
737
|
# @type MediaId: String
|
738
738
|
|
739
739
|
attr_accessor :MediaId
|
740
|
-
|
740
|
+
|
741
741
|
def initialize(mediaid=nil)
|
742
742
|
@MediaId = mediaid
|
743
743
|
end
|
@@ -753,7 +753,7 @@ module TencentCloud
|
|
753
753
|
# @type RequestId: String
|
754
754
|
|
755
755
|
attr_accessor :RequestId
|
756
|
-
|
756
|
+
|
757
757
|
def initialize(requestid=nil)
|
758
758
|
@RequestId = requestid
|
759
759
|
end
|
@@ -769,7 +769,7 @@ module TencentCloud
|
|
769
769
|
# @type TaskId: String
|
770
770
|
|
771
771
|
attr_accessor :TaskId
|
772
|
-
|
772
|
+
|
773
773
|
def initialize(taskid=nil)
|
774
774
|
@TaskId = taskid
|
775
775
|
end
|
@@ -785,7 +785,7 @@ module TencentCloud
|
|
785
785
|
# @type RequestId: String
|
786
786
|
|
787
787
|
attr_accessor :RequestId
|
788
|
-
|
788
|
+
|
789
789
|
def initialize(requestid=nil)
|
790
790
|
@RequestId = requestid
|
791
791
|
end
|
@@ -798,7 +798,7 @@ module TencentCloud
|
|
798
798
|
# DescribeCustomCategories请求参数结构体
|
799
799
|
class DescribeCustomCategoriesRequest < TencentCloud::Common::AbstractModel
|
800
800
|
|
801
|
-
|
801
|
+
|
802
802
|
def initialize()
|
803
803
|
end
|
804
804
|
|
@@ -814,7 +814,7 @@ module TencentCloud
|
|
814
814
|
# @type RequestId: String
|
815
815
|
|
816
816
|
attr_accessor :CategorySet, :RequestId
|
817
|
-
|
817
|
+
|
818
818
|
def initialize(categoryset=nil, requestid=nil)
|
819
819
|
@CategorySet = categoryset
|
820
820
|
@RequestId = requestid
|
@@ -836,7 +836,7 @@ module TencentCloud
|
|
836
836
|
# DescribeCustomGroup请求参数结构体
|
837
837
|
class DescribeCustomGroupRequest < TencentCloud::Common::AbstractModel
|
838
838
|
|
839
|
-
|
839
|
+
|
840
840
|
def initialize()
|
841
841
|
end
|
842
842
|
|
@@ -854,7 +854,7 @@ module TencentCloud
|
|
854
854
|
# @type RequestId: String
|
855
855
|
|
856
856
|
attr_accessor :GroupSize, :Bucket, :RequestId
|
857
|
-
|
857
|
+
|
858
858
|
def initialize(groupsize=nil, bucket=nil, requestid=nil)
|
859
859
|
@GroupSize = groupsize
|
860
860
|
@Bucket = bucket
|
@@ -874,7 +874,7 @@ module TencentCloud
|
|
874
874
|
# @type PersonId: String
|
875
875
|
|
876
876
|
attr_accessor :PersonId
|
877
|
-
|
877
|
+
|
878
878
|
def initialize(personid=nil)
|
879
879
|
@PersonId = personid
|
880
880
|
end
|
@@ -895,7 +895,7 @@ module TencentCloud
|
|
895
895
|
# @type RequestId: String
|
896
896
|
|
897
897
|
attr_accessor :PersonInfo, :TaskIdSet, :RequestId
|
898
|
-
|
898
|
+
|
899
899
|
def initialize(personinfo=nil, taskidset=nil, requestid=nil)
|
900
900
|
@PersonInfo = personinfo
|
901
901
|
@TaskIdSet = taskidset
|
@@ -924,7 +924,7 @@ module TencentCloud
|
|
924
924
|
# @type Filter: :class:`Tencentcloud::Ivld.v20210903.models.CustomPersonFilter`
|
925
925
|
|
926
926
|
attr_accessor :PageNumber, :PageSize, :SortBy, :Filter
|
927
|
-
|
927
|
+
|
928
928
|
def initialize(pagenumber=nil, pagesize=nil, sortby=nil, filter=nil)
|
929
929
|
@PageNumber = pagenumber
|
930
930
|
@PageSize = pagesize
|
@@ -956,7 +956,7 @@ module TencentCloud
|
|
956
956
|
# @type RequestId: String
|
957
957
|
|
958
958
|
attr_accessor :TotalCount, :PersonInfoSet, :RequestId
|
959
|
-
|
959
|
+
|
960
960
|
def initialize(totalcount=nil, personinfoset=nil, requestid=nil)
|
961
961
|
@TotalCount = totalcount
|
962
962
|
@PersonInfoSet = personinfoset
|
@@ -983,7 +983,7 @@ module TencentCloud
|
|
983
983
|
# @type MediaId: String
|
984
984
|
|
985
985
|
attr_accessor :MediaId
|
986
|
-
|
986
|
+
|
987
987
|
def initialize(mediaid=nil)
|
988
988
|
@MediaId = mediaid
|
989
989
|
end
|
@@ -1002,7 +1002,7 @@ module TencentCloud
|
|
1002
1002
|
# @type RequestId: String
|
1003
1003
|
|
1004
1004
|
attr_accessor :MediaInfo, :RequestId
|
1005
|
-
|
1005
|
+
|
1006
1006
|
def initialize(mediainfo=nil, requestid=nil)
|
1007
1007
|
@MediaInfo = mediainfo
|
1008
1008
|
@RequestId = requestid
|
@@ -1029,7 +1029,7 @@ module TencentCloud
|
|
1029
1029
|
# @type SortBy: :class:`Tencentcloud::Ivld.v20210903.models.SortBy`
|
1030
1030
|
|
1031
1031
|
attr_accessor :PageNumber, :PageSize, :MediaFilter, :SortBy
|
1032
|
-
|
1032
|
+
|
1033
1033
|
def initialize(pagenumber=nil, pagesize=nil, mediafilter=nil, sortby=nil)
|
1034
1034
|
@PageNumber = pagenumber
|
1035
1035
|
@PageSize = pagesize
|
@@ -1062,7 +1062,7 @@ module TencentCloud
|
|
1062
1062
|
# @type RequestId: String
|
1063
1063
|
|
1064
1064
|
attr_accessor :TotalCount, :MediaInfoSet, :RequestId
|
1065
|
-
|
1065
|
+
|
1066
1066
|
def initialize(totalcount=nil, mediainfoset=nil, requestid=nil)
|
1067
1067
|
@TotalCount = totalcount
|
1068
1068
|
@MediaInfoSet = mediainfoset
|
@@ -1089,7 +1089,7 @@ module TencentCloud
|
|
1089
1089
|
# @type TaskId: String
|
1090
1090
|
|
1091
1091
|
attr_accessor :TaskId
|
1092
|
-
|
1092
|
+
|
1093
1093
|
def initialize(taskid=nil)
|
1094
1094
|
@TaskId = taskid
|
1095
1095
|
end
|
@@ -1120,7 +1120,7 @@ module TencentCloud
|
|
1120
1120
|
# @type RequestId: String
|
1121
1121
|
|
1122
1122
|
attr_accessor :TaskInfo, :TaskData, :ImageTaskData, :AudioTaskData, :TextTaskData, :RequestId
|
1123
|
-
|
1123
|
+
|
1124
1124
|
def initialize(taskinfo=nil, taskdata=nil, imagetaskdata=nil, audiotaskdata=nil, texttaskdata=nil, requestid=nil)
|
1125
1125
|
@TaskInfo = taskinfo
|
1126
1126
|
@TaskData = taskdata
|
@@ -1161,7 +1161,7 @@ module TencentCloud
|
|
1161
1161
|
# @type TaskId: String
|
1162
1162
|
|
1163
1163
|
attr_accessor :TaskId
|
1164
|
-
|
1164
|
+
|
1165
1165
|
def initialize(taskid=nil)
|
1166
1166
|
@TaskId = taskid
|
1167
1167
|
end
|
@@ -1180,7 +1180,7 @@ module TencentCloud
|
|
1180
1180
|
# @type RequestId: String
|
1181
1181
|
|
1182
1182
|
attr_accessor :TaskInfo, :RequestId
|
1183
|
-
|
1183
|
+
|
1184
1184
|
def initialize(taskinfo=nil, requestid=nil)
|
1185
1185
|
@TaskInfo = taskinfo
|
1186
1186
|
@RequestId = requestid
|
@@ -1207,7 +1207,7 @@ module TencentCloud
|
|
1207
1207
|
# @type SortBy: :class:`Tencentcloud::Ivld.v20210903.models.SortBy`
|
1208
1208
|
|
1209
1209
|
attr_accessor :PageNumber, :PageSize, :TaskFilter, :SortBy
|
1210
|
-
|
1210
|
+
|
1211
1211
|
def initialize(pagenumber=nil, pagesize=nil, taskfilter=nil, sortby=nil)
|
1212
1212
|
@PageNumber = pagenumber
|
1213
1213
|
@PageSize = pagesize
|
@@ -1240,7 +1240,7 @@ module TencentCloud
|
|
1240
1240
|
# @type RequestId: String
|
1241
1241
|
|
1242
1242
|
attr_accessor :TotalCount, :TaskInfoSet, :RequestId
|
1243
|
-
|
1243
|
+
|
1244
1244
|
def initialize(totalcount=nil, taskinfoset=nil, requestid=nil)
|
1245
1245
|
@TotalCount = totalcount
|
1246
1246
|
@TaskInfoSet = taskinfoset
|
@@ -1280,7 +1280,7 @@ module TencentCloud
|
|
1280
1280
|
# @type SourceLogo: :class:`Tencentcloud::Ivld.v20210903.models.ImageLogo`
|
1281
1281
|
|
1282
1282
|
attr_accessor :OcrSet, :FrameTagSet, :MultiLevelPersonInfoSet, :TvLogo, :SourceLogo
|
1283
|
-
|
1283
|
+
|
1284
1284
|
def initialize(ocrset=nil, frametagset=nil, multilevelpersoninfoset=nil, tvlogo=nil, sourcelogo=nil)
|
1285
1285
|
@OcrSet = ocrset
|
1286
1286
|
@FrameTagSet = frametagset
|
@@ -1331,7 +1331,7 @@ module TencentCloud
|
|
1331
1331
|
# @type AppearRect: :class:`Tencentcloud::Ivld.v20210903.models.Rectf`
|
1332
1332
|
|
1333
1333
|
attr_accessor :Logo, :AppearRect
|
1334
|
-
|
1334
|
+
|
1335
1335
|
def initialize(logo=nil, appearrect=nil)
|
1336
1336
|
@Logo = logo
|
1337
1337
|
@AppearRect = appearrect
|
@@ -1365,7 +1365,7 @@ module TencentCloud
|
|
1365
1365
|
# @type Format: String
|
1366
1366
|
|
1367
1367
|
attr_accessor :FileSize, :MD5, :Width, :Height, :Format
|
1368
|
-
|
1368
|
+
|
1369
1369
|
def initialize(filesize=nil, md5=nil, width=nil, height=nil, format=nil)
|
1370
1370
|
@FileSize = filesize
|
1371
1371
|
@MD5 = md5
|
@@ -1393,7 +1393,7 @@ module TencentCloud
|
|
1393
1393
|
# @type AppearRect: :class:`Tencentcloud::Ivld.v20210903.models.Rectf`
|
1394
1394
|
|
1395
1395
|
attr_accessor :Content, :AppearRect
|
1396
|
-
|
1396
|
+
|
1397
1397
|
def initialize(content=nil, appearrect=nil)
|
1398
1398
|
@Content = content
|
1399
1399
|
@AppearRect = appearrect
|
@@ -1428,7 +1428,7 @@ module TencentCloud
|
|
1428
1428
|
# @type MediaType: Integer
|
1429
1429
|
|
1430
1430
|
attr_accessor :URL, :MD5, :Name, :WriteBackCosPath, :Label, :CallbackURL, :MediaType
|
1431
|
-
|
1431
|
+
|
1432
1432
|
def initialize(url=nil, md5=nil, name=nil, writebackcospath=nil, label=nil, callbackurl=nil, mediatype=nil)
|
1433
1433
|
@URL = url
|
1434
1434
|
@MD5 = md5
|
@@ -1458,7 +1458,7 @@ module TencentCloud
|
|
1458
1458
|
# @type RequestId: String
|
1459
1459
|
|
1460
1460
|
attr_accessor :MediaId, :RequestId
|
1461
|
-
|
1461
|
+
|
1462
1462
|
def initialize(mediaid=nil, requestid=nil)
|
1463
1463
|
@MediaId = mediaid
|
1464
1464
|
@RequestId = requestid
|
@@ -1487,7 +1487,7 @@ module TencentCloud
|
|
1487
1487
|
# @type FirstAppear: Integer
|
1488
1488
|
|
1489
1489
|
attr_accessor :Name, :L2TagSet, :AppearIndexPairSet, :FirstAppear
|
1490
|
-
|
1490
|
+
|
1491
1491
|
def initialize(name=nil, l2tagset=nil, appearindexpairset=nil, firstappear=nil)
|
1492
1492
|
@Name = name
|
1493
1493
|
@L2TagSet = l2tagset
|
@@ -1534,7 +1534,7 @@ module TencentCloud
|
|
1534
1534
|
# @type FirstAppear: Integer
|
1535
1535
|
|
1536
1536
|
attr_accessor :Name, :L3TagSet, :AppearIndexPairSet, :FirstAppear
|
1537
|
-
|
1537
|
+
|
1538
1538
|
def initialize(name=nil, l3tagset=nil, appearindexpairset=nil, firstappear=nil)
|
1539
1539
|
@Name = name
|
1540
1540
|
@L3TagSet = l3tagset
|
@@ -1578,7 +1578,7 @@ module TencentCloud
|
|
1578
1578
|
# @type FirstAppear: Integer
|
1579
1579
|
|
1580
1580
|
attr_accessor :Name, :AppearIndexPairSet, :FirstAppear
|
1581
|
-
|
1581
|
+
|
1582
1582
|
def initialize(name=nil, appearindexpairset=nil, firstappear=nil)
|
1583
1583
|
@Name = name
|
1584
1584
|
@AppearIndexPairSet = appearindexpairset
|
@@ -1614,7 +1614,7 @@ module TencentCloud
|
|
1614
1614
|
# @type MediaType: Integer
|
1615
1615
|
|
1616
1616
|
attr_accessor :MediaNameSet, :StatusSet, :MediaIdSet, :LabelSet, :MediaType
|
1617
|
-
|
1617
|
+
|
1618
1618
|
def initialize(medianameset=nil, statusset=nil, mediaidset=nil, labelset=nil, mediatype=nil)
|
1619
1619
|
@MediaNameSet = medianameset
|
1620
1620
|
@StatusSet = statusset
|
@@ -1690,7 +1690,7 @@ module TencentCloud
|
|
1690
1690
|
# @type TextMetadata: :class:`Tencentcloud::Ivld.v20210903.models.TextMetadata`
|
1691
1691
|
|
1692
1692
|
attr_accessor :MediaId, :Name, :DownLoadURL, :Status, :FailedReason, :Metadata, :Progress, :Label, :CallbackURL, :MediaType, :AudioMetadata, :ImageMetadata, :TextMetadata
|
1693
|
-
|
1693
|
+
|
1694
1694
|
def initialize(mediaid=nil, name=nil, downloadurl=nil, status=nil, failedreason=nil, metadata=nil, progress=nil, label=nil, callbackurl=nil, mediatype=nil, audiometadata=nil, imagemetadata=nil, textmetadata=nil)
|
1695
1695
|
@MediaId = mediaid
|
1696
1696
|
@Name = name
|
@@ -1762,7 +1762,7 @@ module TencentCloud
|
|
1762
1762
|
# @type BitRate: Integer
|
1763
1763
|
|
1764
1764
|
attr_accessor :FileSize, :MD5, :Duration, :NumFrames, :Width, :Height, :FPS, :BitRate
|
1765
|
-
|
1765
|
+
|
1766
1766
|
def initialize(filesize=nil, md5=nil, duration=nil, numframes=nil, width=nil, height=nil, fps=nil, bitrate=nil)
|
1767
1767
|
@FileSize = filesize
|
1768
1768
|
@MD5 = md5
|
@@ -1841,7 +1841,7 @@ module TencentCloud
|
|
1841
1841
|
# @type MediaLang: Integer
|
1842
1842
|
|
1843
1843
|
attr_accessor :MediaType, :MediaLabel, :MediaSecondLabel, :MediaLang
|
1844
|
-
|
1844
|
+
|
1845
1845
|
def initialize(mediatype=nil, medialabel=nil, mediasecondlabel=nil, medialang=nil)
|
1846
1846
|
@MediaType = mediatype
|
1847
1847
|
@MediaLabel = medialabel
|
@@ -1865,7 +1865,7 @@ module TencentCloud
|
|
1865
1865
|
# @type MediaFinishNotifyURL: String
|
1866
1866
|
|
1867
1867
|
attr_accessor :TaskFinishNotifyURL, :MediaFinishNotifyURL
|
1868
|
-
|
1868
|
+
|
1869
1869
|
def initialize(taskfinishnotifyurl=nil, mediafinishnotifyurl=nil)
|
1870
1870
|
@TaskFinishNotifyURL = taskfinishnotifyurl
|
1871
1871
|
@MediaFinishNotifyURL = mediafinishnotifyurl
|
@@ -1883,7 +1883,7 @@ module TencentCloud
|
|
1883
1883
|
# @type RequestId: String
|
1884
1884
|
|
1885
1885
|
attr_accessor :RequestId
|
1886
|
-
|
1886
|
+
|
1887
1887
|
def initialize(requestid=nil)
|
1888
1888
|
@RequestId = requestid
|
1889
1889
|
end
|
@@ -1906,7 +1906,7 @@ module TencentCloud
|
|
1906
1906
|
# @type Source: Integer
|
1907
1907
|
|
1908
1908
|
attr_accessor :L1ClassifyName, :L2ClassifiedPersonInfoSet, :Source
|
1909
|
-
|
1909
|
+
|
1910
1910
|
def initialize(l1classifyname=nil, l2classifiedpersoninfoset=nil, source=nil)
|
1911
1911
|
@L1ClassifyName = l1classifyname
|
1912
1912
|
@L2ClassifiedPersonInfoSet = l2classifiedpersoninfoset
|
@@ -1939,7 +1939,7 @@ module TencentCloud
|
|
1939
1939
|
# @type AppearInfo: :class:`Tencentcloud::Ivld.v20210903.models.AppearInfo`
|
1940
1940
|
|
1941
1941
|
attr_accessor :TagSet, :AppearInfo
|
1942
|
-
|
1942
|
+
|
1943
1943
|
def initialize(tagset=nil, appearinfo=nil)
|
1944
1944
|
@TagSet = tagset
|
1945
1945
|
@AppearInfo = appearinfo
|
@@ -1973,7 +1973,7 @@ module TencentCloud
|
|
1973
1973
|
# @type ErrorMsg: String
|
1974
1974
|
|
1975
1975
|
attr_accessor :ImageId, :ImageURL, :ErrorCode, :ErrorMsg
|
1976
|
-
|
1976
|
+
|
1977
1977
|
def initialize(imageid=nil, imageurl=nil, errorcode=nil, errormsg=nil)
|
1978
1978
|
@ImageId = imageid
|
1979
1979
|
@ImageURL = imageurl
|
@@ -2004,7 +2004,7 @@ module TencentCloud
|
|
2004
2004
|
# @type AppearRect: :class:`Tencentcloud::Ivld.v20210903.models.Rectf`
|
2005
2005
|
|
2006
2006
|
attr_accessor :Name, :Job, :FirstAppear, :AppearInfo, :AppearRect
|
2007
|
-
|
2007
|
+
|
2008
2008
|
def initialize(name=nil, job=nil, firstappear=nil, appearinfo=nil, appearrect=nil)
|
2009
2009
|
@Name = name
|
2010
2010
|
@Job = job
|
@@ -2031,7 +2031,7 @@ module TencentCloud
|
|
2031
2031
|
# QueryCallback请求参数结构体
|
2032
2032
|
class QueryCallbackRequest < TencentCloud::Common::AbstractModel
|
2033
2033
|
|
2034
|
-
|
2034
|
+
|
2035
2035
|
def initialize()
|
2036
2036
|
end
|
2037
2037
|
|
@@ -2049,7 +2049,7 @@ module TencentCloud
|
|
2049
2049
|
# @type RequestId: String
|
2050
2050
|
|
2051
2051
|
attr_accessor :TaskFinishNotifyURL, :MediaFinishNotifyURL, :RequestId
|
2052
|
-
|
2052
|
+
|
2053
2053
|
def initialize(taskfinishnotifyurl=nil, mediafinishnotifyurl=nil, requestid=nil)
|
2054
2054
|
@TaskFinishNotifyURL = taskfinishnotifyurl
|
2055
2055
|
@MediaFinishNotifyURL = mediafinishnotifyurl
|
@@ -2079,7 +2079,7 @@ module TencentCloud
|
|
2079
2079
|
# @type Height: Float
|
2080
2080
|
|
2081
2081
|
attr_accessor :X, :Y, :Width, :Height
|
2082
|
-
|
2082
|
+
|
2083
2083
|
def initialize(x=nil, y=nil, width=nil, height=nil)
|
2084
2084
|
@X = x
|
2085
2085
|
@Y = y
|
@@ -2150,7 +2150,7 @@ module TencentCloud
|
|
2150
2150
|
# @type MultiLevelPersonInfoSet: Array
|
2151
2151
|
|
2152
2152
|
attr_accessor :Date, :Logo, :Column, :Source, :CoverImageURL, :SummarySet, :TitleSet, :AudioInfoSet, :TextInfoSet, :ClassifiedPersonInfoSet, :TextTagSet, :FrameTagSet, :WebMediaURL, :MediaClassifierSet, :SummaryTagSet, :UnknownPersonSet, :MultiLevelPersonInfoSet
|
2153
|
-
|
2153
|
+
|
2154
2154
|
def initialize(date=nil, logo=nil, column=nil, source=nil, coverimageurl=nil, summaryset=nil, titleset=nil, audioinfoset=nil, textinfoset=nil, classifiedpersoninfoset=nil, texttagset=nil, frametagset=nil, webmediaurl=nil, mediaclassifierset=nil, summarytagset=nil, unknownpersonset=nil, multilevelpersoninfoset=nil)
|
2155
2155
|
@Date = date
|
2156
2156
|
@Logo = logo
|
@@ -2241,7 +2241,7 @@ module TencentCloud
|
|
2241
2241
|
# @type Descend: Boolean
|
2242
2242
|
|
2243
2243
|
attr_accessor :By, :Descend
|
2244
|
-
|
2244
|
+
|
2245
2245
|
def initialize(by=nil, descend=nil)
|
2246
2246
|
@By = by
|
2247
2247
|
@Descend = descend
|
@@ -2273,7 +2273,7 @@ module TencentCloud
|
|
2273
2273
|
# @type LabelSet: Array
|
2274
2274
|
|
2275
2275
|
attr_accessor :MediaTypeSet, :TaskStatusSet, :TaskNameSet, :TaskIdSet, :MediaNameSet, :MediaLangSet, :MediaLabelSet, :LabelSet
|
2276
|
-
|
2276
|
+
|
2277
2277
|
def initialize(mediatypeset=nil, taskstatusset=nil, tasknameset=nil, taskidset=nil, medianameset=nil, medialangset=nil, medialabelset=nil, labelset=nil)
|
2278
2278
|
@MediaTypeSet = mediatypeset
|
2279
2279
|
@TaskStatusSet = taskstatusset
|
@@ -2362,7 +2362,7 @@ module TencentCloud
|
|
2362
2362
|
# @type Metadata: :class:`Tencentcloud::Ivld.v20210903.models.MediaMetadata`
|
2363
2363
|
|
2364
2364
|
attr_accessor :TaskId, :TaskName, :MediaId, :TaskStatus, :TaskProgress, :TaskTimeCost, :TaskCreateTime, :TaskStartTime, :FailedReason, :MediaPreknownInfo, :MediaName, :Label, :CallbackURL, :AudioMetadata, :ImageMetadata, :TextMetadata, :Metadata
|
2365
|
-
|
2365
|
+
|
2366
2366
|
def initialize(taskid=nil, taskname=nil, mediaid=nil, taskstatus=nil, taskprogress=nil, tasktimecost=nil, taskcreatetime=nil, taskstarttime=nil, failedreason=nil, mediapreknowninfo=nil, medianame=nil, label=nil, callbackurl=nil, audiometadata=nil, imagemetadata=nil, textmetadata=nil, metadata=nil)
|
2367
2367
|
@TaskId = taskid
|
2368
2368
|
@TaskName = taskname
|
@@ -2431,7 +2431,7 @@ module TencentCloud
|
|
2431
2431
|
# @type EndPosition: Integer
|
2432
2432
|
|
2433
2433
|
attr_accessor :Index, :StartPosition, :EndPosition
|
2434
|
-
|
2434
|
+
|
2435
2435
|
def initialize(index=nil, startposition=nil, endposition=nil)
|
2436
2436
|
@Index = index
|
2437
2437
|
@StartPosition = startposition
|
@@ -2458,7 +2458,7 @@ module TencentCloud
|
|
2458
2458
|
# @type TextTagSet: :class:`Tencentcloud::Ivld.v20210903.models.MultiLevelTag`
|
2459
2459
|
|
2460
2460
|
attr_accessor :Content, :Summary, :TextTagSet
|
2461
|
-
|
2461
|
+
|
2462
2462
|
def initialize(content=nil, summary=nil, texttagset=nil)
|
2463
2463
|
@Content = content
|
2464
2464
|
@Summary = summary
|
@@ -2487,7 +2487,7 @@ module TencentCloud
|
|
2487
2487
|
# @type Tag: String
|
2488
2488
|
|
2489
2489
|
attr_accessor :Content, :StartTimeStamp, :EndTimeStamp, :Tag
|
2490
|
-
|
2490
|
+
|
2491
2491
|
def initialize(content=nil, starttimestamp=nil, endtimestamp=nil, tag=nil)
|
2492
2492
|
@Content = content
|
2493
2493
|
@StartTimeStamp = starttimestamp
|
@@ -2519,7 +2519,7 @@ module TencentCloud
|
|
2519
2519
|
# @type Format: String
|
2520
2520
|
|
2521
2521
|
attr_accessor :FileSize, :MD5, :Length, :Format
|
2522
|
-
|
2522
|
+
|
2523
2523
|
def initialize(filesize=nil, md5=nil, length=nil, format=nil)
|
2524
2524
|
@FileSize = filesize
|
2525
2525
|
@MD5 = md5
|
@@ -2545,7 +2545,7 @@ module TencentCloud
|
|
2545
2545
|
# @type PutLibraryAllowed: Boolean
|
2546
2546
|
|
2547
2547
|
attr_accessor :VideoAppearSet, :PutLibraryAllowed
|
2548
|
-
|
2548
|
+
|
2549
2549
|
def initialize(videoappearset=nil, putlibraryallowed=nil)
|
2550
2550
|
@VideoAppearSet = videoappearset
|
2551
2551
|
@PutLibraryAllowed = putlibraryallowed
|
@@ -2574,7 +2574,7 @@ module TencentCloud
|
|
2574
2574
|
# @type L2Category: String
|
2575
2575
|
|
2576
2576
|
attr_accessor :CategoryId, :L1Category, :L2Category
|
2577
|
-
|
2577
|
+
|
2578
2578
|
def initialize(categoryid=nil, l1category=nil, l2category=nil)
|
2579
2579
|
@CategoryId = categoryid
|
2580
2580
|
@L1Category = l1category
|
@@ -2596,7 +2596,7 @@ module TencentCloud
|
|
2596
2596
|
# @type RequestId: String
|
2597
2597
|
|
2598
2598
|
attr_accessor :CategoryId, :RequestId
|
2599
|
-
|
2599
|
+
|
2600
2600
|
def initialize(categoryid=nil, requestid=nil)
|
2601
2601
|
@CategoryId = categoryid
|
2602
2602
|
@RequestId = requestid
|
@@ -2620,7 +2620,7 @@ module TencentCloud
|
|
2620
2620
|
# @type CategoryId: String
|
2621
2621
|
|
2622
2622
|
attr_accessor :PersonId, :Name, :BasicInfo, :CategoryId
|
2623
|
-
|
2623
|
+
|
2624
2624
|
def initialize(personid=nil, name=nil, basicinfo=nil, categoryid=nil)
|
2625
2625
|
@PersonId = personid
|
2626
2626
|
@Name = name
|
@@ -2644,7 +2644,7 @@ module TencentCloud
|
|
2644
2644
|
# @type RequestId: String
|
2645
2645
|
|
2646
2646
|
attr_accessor :PersonId, :RequestId
|
2647
|
-
|
2647
|
+
|
2648
2648
|
def initialize(personid=nil, requestid=nil)
|
2649
2649
|
@PersonId = personid
|
2650
2650
|
@RequestId = requestid
|
@@ -2667,7 +2667,7 @@ module TencentCloud
|
|
2667
2667
|
# @type ImageURL: String
|
2668
2668
|
|
2669
2669
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :ImageURL
|
2670
|
-
|
2670
|
+
|
2671
2671
|
def initialize(starttimestamp=nil, endtimestamp=nil, imageurl=nil)
|
2672
2672
|
@StartTimeStamp = starttimestamp
|
2673
2673
|
@EndTimeStamp = endtimestamp
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ivld
|
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
|