tencentcloud-sdk-iai 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.
@@ -40,7 +40,7 @@ module TencentCloud
40
40
  # @type NeedRotateDetection: Integer
41
41
 
42
42
  attr_accessor :Mode, :Image, :Url, :FaceModelVersion, :NeedRotateDetection
43
-
43
+
44
44
  def initialize(mode=nil, image=nil, url=nil, facemodelversion=nil, needrotatedetection=nil)
45
45
  @Mode = mode
46
46
  @Image = image
@@ -72,7 +72,7 @@ module TencentCloud
72
72
  # @type RequestId: String
73
73
 
74
74
  attr_accessor :ImageWidth, :ImageHeight, :DenseFaceShapeSet, :FaceModelVersion, :RequestId
75
-
75
+
76
76
  def initialize(imagewidth=nil, imageheight=nil, densefaceshapeset=nil, facemodelversion=nil, requestid=nil)
77
77
  @ImageWidth = imagewidth
78
78
  @ImageHeight = imageheight
@@ -124,7 +124,7 @@ module TencentCloud
124
124
  # @type NeedRotateDetection: Integer
125
125
 
126
126
  attr_accessor :Mode, :Image, :Url, :FaceModelVersion, :NeedRotateDetection
127
-
127
+
128
128
  def initialize(mode=nil, image=nil, url=nil, facemodelversion=nil, needrotatedetection=nil)
129
129
  @Mode = mode
130
130
  @Image = image
@@ -156,7 +156,7 @@ module TencentCloud
156
156
  # @type RequestId: String
157
157
 
158
158
  attr_accessor :ImageWidth, :ImageHeight, :FaceShapeSet, :FaceModelVersion, :RequestId
159
-
159
+
160
160
  def initialize(imagewidth=nil, imageheight=nil, faceshapeset=nil, facemodelversion=nil, requestid=nil)
161
161
  @ImageWidth = imagewidth
162
162
  @ImageHeight = imageheight
@@ -189,7 +189,7 @@ module TencentCloud
189
189
  # @type Probability: Float
190
190
 
191
191
  attr_accessor :Type, :Probability
192
-
192
+
193
193
  def initialize(type=nil, probability=nil)
194
194
  @Type = type
195
195
  @Probability = probability
@@ -226,7 +226,7 @@ module TencentCloud
226
226
  # @type PersonGroupInfos: Array
227
227
 
228
228
  attr_accessor :PersonId, :FaceId, :Score, :PersonName, :Gender, :PersonGroupInfos
229
-
229
+
230
230
  def initialize(personid=nil, faceid=nil, score=nil, personname=nil, gender=nil, persongroupinfos=nil)
231
231
  @PersonId = personid
232
232
  @FaceId = faceid
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type NeedRotateDetection: Integer
301
301
 
302
302
  attr_accessor :ImageA, :ImageB, :UrlA, :UrlB, :FaceModelVersion, :QualityControl, :NeedRotateDetection
303
-
303
+
304
304
  def initialize(imagea=nil, imageb=nil, urla=nil, urlb=nil, facemodelversion=nil, qualitycontrol=nil, needrotatedetection=nil)
305
305
  @ImageA = imagea
306
306
  @ImageB = imageb
@@ -336,7 +336,7 @@ module TencentCloud
336
336
  # @type RequestId: String
337
337
 
338
338
  attr_accessor :Score, :FaceModelVersion, :RequestId
339
-
339
+
340
340
  def initialize(score=nil, facemodelversion=nil, requestid=nil)
341
341
  @Score = score
342
342
  @FaceModelVersion = facemodelversion
@@ -358,7 +358,7 @@ module TencentCloud
358
358
  # @type GroupIds: Array
359
359
 
360
360
  attr_accessor :PersonId, :GroupIds
361
-
361
+
362
362
  def initialize(personid=nil, groupids=nil)
363
363
  @PersonId = personid
364
364
  @GroupIds = groupids
@@ -380,7 +380,7 @@ module TencentCloud
380
380
  # @type RequestId: String
381
381
 
382
382
  attr_accessor :SucGroupNum, :SucGroupIds, :RequestId
383
-
383
+
384
384
  def initialize(sucgroupnum=nil, sucgroupids=nil, requestid=nil)
385
385
  @SucGroupNum = sucgroupnum
386
386
  @SucGroupIds = sucgroupids
@@ -427,7 +427,7 @@ module TencentCloud
427
427
  # @type NeedRotateDetection: Integer
428
428
 
429
429
  attr_accessor :PersonId, :Images, :Urls, :FaceMatchThreshold, :QualityControl, :NeedRotateDetection
430
-
430
+
431
431
  def initialize(personid=nil, images=nil, urls=nil, facematchthreshold=nil, qualitycontrol=nil, needrotatedetection=nil)
432
432
  @PersonId = personid
433
433
  @Images = images
@@ -469,7 +469,7 @@ module TencentCloud
469
469
  # @type RequestId: String
470
470
 
471
471
  attr_accessor :SucFaceNum, :SucFaceIds, :RetCode, :SucIndexes, :SucFaceRects, :FaceModelVersion, :RequestId
472
-
472
+
473
473
  def initialize(sucfacenum=nil, sucfaceids=nil, retcode=nil, sucindexes=nil, sucfacerects=nil, facemodelversion=nil, requestid=nil)
474
474
  @SucFaceNum = sucfacenum
475
475
  @SucFaceIds = sucfaceids
@@ -526,7 +526,7 @@ module TencentCloud
526
526
  # @type FaceModelVersion: String
527
527
 
528
528
  attr_accessor :GroupName, :GroupId, :GroupExDescriptions, :Tag, :FaceModelVersion
529
-
529
+
530
530
  def initialize(groupname=nil, groupid=nil, groupexdescriptions=nil, tag=nil, facemodelversion=nil)
531
531
  @GroupName = groupname
532
532
  @GroupId = groupid
@@ -552,7 +552,7 @@ module TencentCloud
552
552
  # @type RequestId: String
553
553
 
554
554
  attr_accessor :FaceModelVersion, :RequestId
555
-
555
+
556
556
  def initialize(facemodelversion=nil, requestid=nil)
557
557
  @FaceModelVersion = facemodelversion
558
558
  @RequestId = requestid
@@ -609,7 +609,7 @@ module TencentCloud
609
609
  # @type NeedRotateDetection: Integer
610
610
 
611
611
  attr_accessor :GroupId, :PersonName, :PersonId, :Gender, :PersonExDescriptionInfos, :Image, :Url, :UniquePersonControl, :QualityControl, :NeedRotateDetection
612
-
612
+
613
613
  def initialize(groupid=nil, personname=nil, personid=nil, gender=nil, personexdescriptioninfos=nil, image=nil, url=nil, uniquepersoncontrol=nil, qualitycontrol=nil, needrotatedetection=nil)
614
614
  @GroupId = groupid
615
615
  @PersonName = personname
@@ -660,7 +660,7 @@ module TencentCloud
660
660
  # @type RequestId: String
661
661
 
662
662
  attr_accessor :FaceId, :FaceRect, :SimilarPersonId, :FaceModelVersion, :RequestId
663
-
663
+
664
664
  def initialize(faceid=nil, facerect=nil, similarpersonid=nil, facemodelversion=nil, requestid=nil)
665
665
  @FaceId = faceid
666
666
  @FaceRect = facerect
@@ -689,7 +689,7 @@ module TencentCloud
689
689
  # @type FaceIds: Array
690
690
 
691
691
  attr_accessor :PersonId, :FaceIds
692
-
692
+
693
693
  def initialize(personid=nil, faceids=nil)
694
694
  @PersonId = personid
695
695
  @FaceIds = faceids
@@ -711,7 +711,7 @@ module TencentCloud
711
711
  # @type RequestId: String
712
712
 
713
713
  attr_accessor :SucDeletedNum, :SucFaceIds, :RequestId
714
-
714
+
715
715
  def initialize(sucdeletednum=nil, sucfaceids=nil, requestid=nil)
716
716
  @SucDeletedNum = sucdeletednum
717
717
  @SucFaceIds = sucfaceids
@@ -731,7 +731,7 @@ module TencentCloud
731
731
  # @type GroupId: String
732
732
 
733
733
  attr_accessor :GroupId
734
-
734
+
735
735
  def initialize(groupid=nil)
736
736
  @GroupId = groupid
737
737
  end
@@ -747,7 +747,7 @@ module TencentCloud
747
747
  # @type RequestId: String
748
748
 
749
749
  attr_accessor :RequestId
750
-
750
+
751
751
  def initialize(requestid=nil)
752
752
  @RequestId = requestid
753
753
  end
@@ -765,7 +765,7 @@ module TencentCloud
765
765
  # @type GroupId: String
766
766
 
767
767
  attr_accessor :PersonId, :GroupId
768
-
768
+
769
769
  def initialize(personid=nil, groupid=nil)
770
770
  @PersonId = personid
771
771
  @GroupId = groupid
@@ -783,7 +783,7 @@ module TencentCloud
783
783
  # @type RequestId: String
784
784
 
785
785
  attr_accessor :RequestId
786
-
786
+
787
787
  def initialize(requestid=nil)
788
788
  @RequestId = requestid
789
789
  end
@@ -799,7 +799,7 @@ module TencentCloud
799
799
  # @type PersonId: String
800
800
 
801
801
  attr_accessor :PersonId
802
-
802
+
803
803
  def initialize(personid=nil)
804
804
  @PersonId = personid
805
805
  end
@@ -815,7 +815,7 @@ module TencentCloud
815
815
  # @type RequestId: String
816
816
 
817
817
  attr_accessor :RequestId
818
-
818
+
819
819
  def initialize(requestid=nil)
820
820
  @RequestId = requestid
821
821
  end
@@ -865,7 +865,7 @@ module TencentCloud
865
865
  # @type Forehead: Array
866
866
 
867
867
  attr_accessor :X, :Y, :Width, :Height, :LeftEye, :RightEye, :LeftEyeBrow, :RightEyeBrow, :MouthOutside, :MouthInside, :Nose, :LeftPupil, :RightPupil, :CentralAxis, :Chin, :LeftEyeBags, :RightEyeBags, :Forehead
868
-
868
+
869
869
  def initialize(x=nil, y=nil, width=nil, height=nil, lefteye=nil, righteye=nil, lefteyebrow=nil, righteyebrow=nil, mouthoutside=nil, mouthinside=nil, nose=nil, leftpupil=nil, rightpupil=nil, centralaxis=nil, chin=nil, lefteyebags=nil, righteyebags=nil, forehead=nil)
870
870
  @X = x
871
871
  @Y = y
@@ -1039,7 +1039,7 @@ module TencentCloud
1039
1039
  # @type FaceModelVersion: String
1040
1040
 
1041
1041
  attr_accessor :MaxFaceNum, :Image, :Url, :FaceAttributesType, :NeedRotateDetection, :FaceModelVersion
1042
-
1042
+
1043
1043
  def initialize(maxfacenum=nil, image=nil, url=nil, faceattributestype=nil, needrotatedetection=nil, facemodelversion=nil)
1044
1044
  @MaxFaceNum = maxfacenum
1045
1045
  @Image = image
@@ -1073,7 +1073,7 @@ module TencentCloud
1073
1073
  # @type RequestId: String
1074
1074
 
1075
1075
  attr_accessor :ImageWidth, :ImageHeight, :FaceDetailInfos, :FaceModelVersion, :RequestId
1076
-
1076
+
1077
1077
  def initialize(imagewidth=nil, imageheight=nil, facedetailinfos=nil, facemodelversion=nil, requestid=nil)
1078
1078
  @ImageWidth = imagewidth
1079
1079
  @ImageHeight = imageheight
@@ -1134,7 +1134,7 @@ module TencentCloud
1134
1134
  # @type NeedRotateDetection: Integer
1135
1135
 
1136
1136
  attr_accessor :MaxFaceNum, :MinFaceSize, :Image, :Url, :NeedFaceAttributes, :NeedQualityDetection, :FaceModelVersion, :NeedRotateDetection
1137
-
1137
+
1138
1138
  def initialize(maxfacenum=nil, minfacesize=nil, image=nil, url=nil, needfaceattributes=nil, needqualitydetection=nil, facemodelversion=nil, needrotatedetection=nil)
1139
1139
  @MaxFaceNum = maxfacenum
1140
1140
  @MinFaceSize = minfacesize
@@ -1180,7 +1180,7 @@ module TencentCloud
1180
1180
  # @type RequestId: String
1181
1181
 
1182
1182
  attr_accessor :ImageWidth, :ImageHeight, :FaceInfos, :FaceModelVersion, :RequestId
1183
-
1183
+
1184
1184
  def initialize(imagewidth=nil, imageheight=nil, faceinfos=nil, facemodelversion=nil, requestid=nil)
1185
1185
  @ImageWidth = imagewidth
1186
1186
  @ImageHeight = imageheight
@@ -1229,7 +1229,7 @@ module TencentCloud
1229
1229
  # @type FaceModelVersion: String
1230
1230
 
1231
1231
  attr_accessor :Image, :Url, :FaceModelVersion
1232
-
1232
+
1233
1233
  def initialize(image=nil, url=nil, facemodelversion=nil)
1234
1234
  @Image = image
1235
1235
  @Url = url
@@ -1257,7 +1257,7 @@ module TencentCloud
1257
1257
  # @type RequestId: String
1258
1258
 
1259
1259
  attr_accessor :Score, :FaceModelVersion, :IsLiveness, :RequestId
1260
-
1260
+
1261
1261
  def initialize(score=nil, facemodelversion=nil, isliveness=nil, requestid=nil)
1262
1262
  @Score = score
1263
1263
  @FaceModelVersion = facemodelversion
@@ -1289,7 +1289,7 @@ module TencentCloud
1289
1289
  # @type EyeSize: :class:`Tencentcloud::Iai.v20180301.models.AttributeItem`
1290
1290
 
1291
1291
  attr_accessor :Glass, :EyeOpen, :EyelidType, :EyeSize
1292
-
1292
+
1293
1293
  def initialize(glass=nil, eyeopen=nil, eyelidtype=nil, eyesize=nil)
1294
1294
  @Glass = glass
1295
1295
  @EyeOpen = eyeopen
@@ -1330,7 +1330,7 @@ module TencentCloud
1330
1330
  # @type EyebrowLength: :class:`Tencentcloud::Iai.v20180301.models.AttributeItem`
1331
1331
 
1332
1332
  attr_accessor :EyebrowDensity, :EyebrowCurve, :EyebrowLength
1333
-
1333
+
1334
1334
  def initialize(eyebrowdensity=nil, eyebrowcurve=nil, eyebrowlength=nil)
1335
1335
  @EyebrowDensity = eyebrowdensity
1336
1336
  @EyebrowCurve = eyebrowcurve
@@ -1389,7 +1389,7 @@ module TencentCloud
1389
1389
  # @type EyeOpen: Boolean
1390
1390
 
1391
1391
  attr_accessor :Gender, :Age, :Expression, :Glass, :Pitch, :Yaw, :Roll, :Beauty, :Hat, :Mask, :Hair, :EyeOpen
1392
-
1392
+
1393
1393
  def initialize(gender=nil, age=nil, expression=nil, glass=nil, pitch=nil, yaw=nil, roll=nil, beauty=nil, hat=nil, mask=nil, hair=nil, eyeopen=nil)
1394
1394
  @Gender = gender
1395
1395
  @Age = age
@@ -1487,7 +1487,7 @@ module TencentCloud
1487
1487
  # @type Smile: Integer
1488
1488
 
1489
1489
  attr_accessor :Age, :Beauty, :Emotion, :Eye, :Eyebrow, :Gender, :Hair, :Hat, :HeadPose, :Mask, :Mouth, :Moustache, :Nose, :Shape, :Skin, :Smile
1490
-
1490
+
1491
1491
  def initialize(age=nil, beauty=nil, emotion=nil, eye=nil, eyebrow=nil, gender=nil, hair=nil, hat=nil, headpose=nil, mask=nil, mouth=nil, moustache=nil, nose=nil, shape=nil, skin=nil, smile=nil)
1492
1492
  @Age = age
1493
1493
  @Beauty = beauty
@@ -1578,7 +1578,7 @@ module TencentCloud
1578
1578
  # @type FaceDetailAttributesInfo: :class:`Tencentcloud::Iai.v20180301.models.FaceDetailAttributesInfo`
1579
1579
 
1580
1580
  attr_accessor :FaceRect, :FaceDetailAttributesInfo
1581
-
1581
+
1582
1582
  def initialize(facerect=nil, facedetailattributesinfo=nil)
1583
1583
  @FaceRect = facerect
1584
1584
  @FaceDetailAttributesInfo = facedetailattributesinfo
@@ -1609,7 +1609,7 @@ module TencentCloud
1609
1609
  # @type Color: Integer
1610
1610
 
1611
1611
  attr_accessor :Length, :Bang, :Color
1612
-
1612
+
1613
1613
  def initialize(length=nil, bang=nil, color=nil)
1614
1614
  @Length = length
1615
1615
  @Bang = bang
@@ -1645,7 +1645,7 @@ module TencentCloud
1645
1645
  # @type FaceQualityInfo: :class:`Tencentcloud::Iai.v20180301.models.FaceQualityInfo`
1646
1646
 
1647
1647
  attr_accessor :X, :Y, :Width, :Height, :FaceAttributesInfo, :FaceQualityInfo
1648
-
1648
+
1649
1649
  def initialize(x=nil, y=nil, width=nil, height=nil, faceattributesinfo=nil, facequalityinfo=nil)
1650
1650
  @X = x
1651
1651
  @Y = y
@@ -1699,7 +1699,7 @@ module TencentCloud
1699
1699
  # @type Chin: Integer
1700
1700
 
1701
1701
  attr_accessor :Eyebrow, :Eye, :Nose, :Cheek, :Mouth, :Chin
1702
-
1702
+
1703
1703
  def initialize(eyebrow=nil, eye=nil, nose=nil, cheek=nil, mouth=nil, chin=nil)
1704
1704
  @Eyebrow = eyebrow
1705
1705
  @Eye = eye
@@ -1742,7 +1742,7 @@ module TencentCloud
1742
1742
  # @type Completeness: :class:`Tencentcloud::Iai.v20180301.models.FaceQualityCompleteness`
1743
1743
 
1744
1744
  attr_accessor :Score, :Sharpness, :Brightness, :Completeness
1745
-
1745
+
1746
1746
  def initialize(score=nil, sharpness=nil, brightness=nil, completeness=nil)
1747
1747
  @Score = score
1748
1748
  @Sharpness = sharpness
@@ -1777,7 +1777,7 @@ module TencentCloud
1777
1777
  # @type Height: Integer
1778
1778
 
1779
1779
  attr_accessor :X, :Y, :Width, :Height
1780
-
1780
+
1781
1781
  def initialize(x=nil, y=nil, width=nil, height=nil)
1782
1782
  @X = x
1783
1783
  @Y = y
@@ -1815,7 +1815,7 @@ module TencentCloud
1815
1815
  # @type RightPupil: Array
1816
1816
 
1817
1817
  attr_accessor :FaceProfile, :LeftEye, :RightEye, :LeftEyeBrow, :RightEyeBrow, :Mouth, :Nose, :LeftPupil, :RightPupil
1818
-
1818
+
1819
1819
  def initialize(faceprofile=nil, lefteye=nil, righteye=nil, lefteyebrow=nil, righteyebrow=nil, mouth=nil, nose=nil, leftpupil=nil, rightpupil=nil)
1820
1820
  @FaceProfile = faceprofile
1821
1821
  @LeftEye = lefteye
@@ -1910,7 +1910,7 @@ module TencentCloud
1910
1910
  # @type GroupId: String
1911
1911
 
1912
1912
  attr_accessor :GroupId
1913
-
1913
+
1914
1914
  def initialize(groupid=nil)
1915
1915
  @GroupId = groupid
1916
1916
  end
@@ -1938,7 +1938,7 @@ module TencentCloud
1938
1938
  # @type RequestId: String
1939
1939
 
1940
1940
  attr_accessor :GroupName, :GroupId, :GroupExDescriptions, :Tag, :FaceModelVersion, :CreationTimestamp, :RequestId
1941
-
1941
+
1942
1942
  def initialize(groupname=nil, groupid=nil, groupexdescriptions=nil, tag=nil, facemodelversion=nil, creationtimestamp=nil, requestid=nil)
1943
1943
  @GroupName = groupname
1944
1944
  @GroupId = groupid
@@ -1968,7 +1968,7 @@ module TencentCloud
1968
1968
  # @type Limit: Integer
1969
1969
 
1970
1970
  attr_accessor :Offset, :Limit
1971
-
1971
+
1972
1972
  def initialize(offset=nil, limit=nil)
1973
1973
  @Offset = offset
1974
1974
  @Limit = limit
@@ -1991,7 +1991,7 @@ module TencentCloud
1991
1991
  # @type RequestId: String
1992
1992
 
1993
1993
  attr_accessor :GroupInfos, :GroupNum, :RequestId
1994
-
1994
+
1995
1995
  def initialize(groupinfos=nil, groupnum=nil, requestid=nil)
1996
1996
  @GroupInfos = groupinfos
1997
1997
  @GroupNum = groupnum
@@ -2018,7 +2018,7 @@ module TencentCloud
2018
2018
  # @type PersonId: String
2019
2019
 
2020
2020
  attr_accessor :PersonId
2021
-
2021
+
2022
2022
  def initialize(personid=nil)
2023
2023
  @PersonId = personid
2024
2024
  end
@@ -2040,7 +2040,7 @@ module TencentCloud
2040
2040
  # @type RequestId: String
2041
2041
 
2042
2042
  attr_accessor :PersonName, :Gender, :FaceIds, :RequestId
2043
-
2043
+
2044
2044
  def initialize(personname=nil, gender=nil, faceids=nil, requestid=nil)
2045
2045
  @PersonName = personname
2046
2046
  @Gender = gender
@@ -2066,7 +2066,7 @@ module TencentCloud
2066
2066
  # @type Limit: Integer
2067
2067
 
2068
2068
  attr_accessor :PersonId, :Offset, :Limit
2069
-
2069
+
2070
2070
  def initialize(personid=nil, offset=nil, limit=nil)
2071
2071
  @PersonId = personid
2072
2072
  @Offset = offset
@@ -2094,7 +2094,7 @@ module TencentCloud
2094
2094
  # @type RequestId: String
2095
2095
 
2096
2096
  attr_accessor :PersonGroupInfos, :GroupNum, :FaceModelVersion, :RequestId
2097
-
2097
+
2098
2098
  def initialize(persongroupinfos=nil, groupnum=nil, facemodelversion=nil, requestid=nil)
2099
2099
  @PersonGroupInfos = persongroupinfos
2100
2100
  @GroupNum = groupnum
@@ -2123,7 +2123,7 @@ module TencentCloud
2123
2123
  # @type GroupId: String
2124
2124
 
2125
2125
  attr_accessor :GroupId
2126
-
2126
+
2127
2127
  def initialize(groupid=nil)
2128
2128
  @GroupId = groupid
2129
2129
  end
@@ -2143,7 +2143,7 @@ module TencentCloud
2143
2143
  # @type RequestId: String
2144
2144
 
2145
2145
  attr_accessor :PersonNum, :FaceNum, :RequestId
2146
-
2146
+
2147
2147
  def initialize(personnum=nil, facenum=nil, requestid=nil)
2148
2148
  @PersonNum = personnum
2149
2149
  @FaceNum = facenum
@@ -2167,7 +2167,7 @@ module TencentCloud
2167
2167
  # @type Limit: Integer
2168
2168
 
2169
2169
  attr_accessor :GroupId, :Offset, :Limit
2170
-
2170
+
2171
2171
  def initialize(groupid=nil, offset=nil, limit=nil)
2172
2172
  @GroupId = groupid
2173
2173
  @Offset = offset
@@ -2198,7 +2198,7 @@ module TencentCloud
2198
2198
  # @type RequestId: String
2199
2199
 
2200
2200
  attr_accessor :PersonInfos, :PersonNum, :FaceNum, :FaceModelVersion, :RequestId
2201
-
2201
+
2202
2202
  def initialize(personinfos=nil, personnum=nil, facenum=nil, facemodelversion=nil, requestid=nil)
2203
2203
  @PersonInfos = personinfos
2204
2204
  @PersonNum = personnum
@@ -2231,7 +2231,7 @@ module TencentCloud
2231
2231
  # @type Limit: Integer
2232
2232
 
2233
2233
  attr_accessor :Offset, :Limit
2234
-
2234
+
2235
2235
  def initialize(offset=nil, limit=nil)
2236
2236
  @Offset = offset
2237
2237
  @Limit = limit
@@ -2253,7 +2253,7 @@ module TencentCloud
2253
2253
  # @type RequestId: String
2254
2254
 
2255
2255
  attr_accessor :JobInfos, :JobNum, :RequestId
2256
-
2256
+
2257
2257
  def initialize(jobinfos=nil, jobnum=nil, requestid=nil)
2258
2258
  @JobInfos = jobinfos
2259
2259
  @JobNum = jobnum
@@ -2280,7 +2280,7 @@ module TencentCloud
2280
2280
  # @type JobId: String
2281
2281
 
2282
2282
  attr_accessor :JobId
2283
-
2283
+
2284
2284
  def initialize(jobid=nil)
2285
2285
  @JobId = jobid
2286
2286
  end
@@ -2317,7 +2317,7 @@ module TencentCloud
2317
2317
  # @type RequestId: String
2318
2318
 
2319
2319
  attr_accessor :EndTimestamp, :Progress, :Status, :StartTime, :FromFaceModelVersion, :ToFaceModelVersion, :GroupId, :FailedFacesUrl, :RequestId
2320
-
2320
+
2321
2321
  def initialize(endtimestamp=nil, progress=nil, status=nil, starttime=nil, fromfacemodelversion=nil, tofacemodelversion=nil, groupid=nil, failedfacesurl=nil, requestid=nil)
2322
2322
  @EndTimestamp = endtimestamp
2323
2323
  @Progress = progress
@@ -2351,7 +2351,7 @@ module TencentCloud
2351
2351
  # @type Candidates: Array
2352
2352
 
2353
2353
  attr_accessor :GroupId, :Candidates
2354
-
2354
+
2355
2355
  def initialize(groupid=nil, candidates=nil)
2356
2356
  @GroupId = groupid
2357
2357
  @Candidates = candidates
@@ -2378,7 +2378,7 @@ module TencentCloud
2378
2378
  # @type GroupExDescription: String
2379
2379
 
2380
2380
  attr_accessor :GroupExDescriptionIndex, :GroupExDescription
2381
-
2381
+
2382
2382
  def initialize(groupexdescriptionindex=nil, groupexdescription=nil)
2383
2383
  @GroupExDescriptionIndex = groupexdescriptionindex
2384
2384
  @GroupExDescription = groupexdescription
@@ -2411,7 +2411,7 @@ module TencentCloud
2411
2411
  # @type CreationTimestamp: Integer
2412
2412
 
2413
2413
  attr_accessor :GroupName, :GroupId, :GroupExDescriptions, :Tag, :FaceModelVersion, :CreationTimestamp
2414
-
2414
+
2415
2415
  def initialize(groupname=nil, groupid=nil, groupexdescriptions=nil, tag=nil, facemodelversion=nil, creationtimestamp=nil)
2416
2416
  @GroupName = groupname
2417
2417
  @GroupId = groupid
@@ -2444,7 +2444,7 @@ module TencentCloud
2444
2444
  # @type Color: :class:`Tencentcloud::Iai.v20180301.models.AttributeItem`
2445
2445
 
2446
2446
  attr_accessor :Length, :Bang, :Color
2447
-
2447
+
2448
2448
  def initialize(length=nil, bang=nil, color=nil)
2449
2449
  @Length = length
2450
2450
  @Bang = bang
@@ -2477,7 +2477,7 @@ module TencentCloud
2477
2477
  # @type Color: :class:`Tencentcloud::Iai.v20180301.models.AttributeItem`
2478
2478
 
2479
2479
  attr_accessor :Style, :Color
2480
-
2480
+
2481
2481
  def initialize(style=nil, color=nil)
2482
2482
  @Style = style
2483
2483
  @Color = color
@@ -2505,7 +2505,7 @@ module TencentCloud
2505
2505
  # @type Roll: Integer
2506
2506
 
2507
2507
  attr_accessor :Pitch, :Yaw, :Roll
2508
-
2508
+
2509
2509
  def initialize(pitch=nil, yaw=nil, roll=nil)
2510
2510
  @Pitch = pitch
2511
2511
  @Yaw = yaw
@@ -2531,7 +2531,7 @@ module TencentCloud
2531
2531
  # @type Tag: String
2532
2532
 
2533
2533
  attr_accessor :GroupId, :GroupName, :GroupExDescriptionInfos, :Tag
2534
-
2534
+
2535
2535
  def initialize(groupid=nil, groupname=nil, groupexdescriptioninfos=nil, tag=nil)
2536
2536
  @GroupId = groupid
2537
2537
  @GroupName = groupname
@@ -2560,7 +2560,7 @@ module TencentCloud
2560
2560
  # @type RequestId: String
2561
2561
 
2562
2562
  attr_accessor :RequestId
2563
-
2563
+
2564
2564
  def initialize(requestid=nil)
2565
2565
  @RequestId = requestid
2566
2566
  end
@@ -2580,7 +2580,7 @@ module TencentCloud
2580
2580
  # @type Gender: Integer
2581
2581
 
2582
2582
  attr_accessor :PersonId, :PersonName, :Gender
2583
-
2583
+
2584
2584
  def initialize(personid=nil, personname=nil, gender=nil)
2585
2585
  @PersonId = personid
2586
2586
  @PersonName = personname
@@ -2600,7 +2600,7 @@ module TencentCloud
2600
2600
  # @type RequestId: String
2601
2601
 
2602
2602
  attr_accessor :RequestId
2603
-
2603
+
2604
2604
  def initialize(requestid=nil)
2605
2605
  @RequestId = requestid
2606
2606
  end
@@ -2620,7 +2620,7 @@ module TencentCloud
2620
2620
  # @type PersonExDescriptionInfos: Array
2621
2621
 
2622
2622
  attr_accessor :GroupId, :PersonId, :PersonExDescriptionInfos
2623
-
2623
+
2624
2624
  def initialize(groupid=nil, personid=nil, personexdescriptioninfos=nil)
2625
2625
  @GroupId = groupid
2626
2626
  @PersonId = personid
@@ -2647,7 +2647,7 @@ module TencentCloud
2647
2647
  # @type RequestId: String
2648
2648
 
2649
2649
  attr_accessor :RequestId
2650
-
2650
+
2651
2651
  def initialize(requestid=nil)
2652
2652
  @RequestId = requestid
2653
2653
  end
@@ -2664,7 +2664,7 @@ module TencentCloud
2664
2664
  # @type MouthOpen: :class:`Tencentcloud::Iai.v20180301.models.AttributeItem`
2665
2665
 
2666
2666
  attr_accessor :MouthOpen
2667
-
2667
+
2668
2668
  def initialize(mouthopen=nil)
2669
2669
  @MouthOpen = mouthopen
2670
2670
  end
@@ -2685,7 +2685,7 @@ module TencentCloud
2685
2685
  # @type PersonExDescription: String
2686
2686
 
2687
2687
  attr_accessor :PersonExDescriptionIndex, :PersonExDescription
2688
-
2688
+
2689
2689
  def initialize(personexdescriptionindex=nil, personexdescription=nil)
2690
2690
  @PersonExDescriptionIndex = personexdescriptionindex
2691
2691
  @PersonExDescription = personexdescription
@@ -2705,7 +2705,7 @@ module TencentCloud
2705
2705
  # @type PersonExDescriptions: Array
2706
2706
 
2707
2707
  attr_accessor :GroupId, :PersonExDescriptions
2708
-
2708
+
2709
2709
  def initialize(groupid=nil, personexdescriptions=nil)
2710
2710
  @GroupId = groupid
2711
2711
  @PersonExDescriptions = personexdescriptions
@@ -2734,7 +2734,7 @@ module TencentCloud
2734
2734
  # @type CreationTimestamp: Integer
2735
2735
 
2736
2736
  attr_accessor :PersonName, :PersonId, :Gender, :PersonExDescriptions, :FaceIds, :CreationTimestamp
2737
-
2737
+
2738
2738
  def initialize(personname=nil, personid=nil, gender=nil, personexdescriptions=nil, faceids=nil, creationtimestamp=nil)
2739
2739
  @PersonName = personname
2740
2740
  @PersonId = personid
@@ -2762,7 +2762,7 @@ module TencentCloud
2762
2762
  # @type Y: Integer
2763
2763
 
2764
2764
  attr_accessor :X, :Y
2765
-
2765
+
2766
2766
  def initialize(x=nil, y=nil)
2767
2767
  @X = x
2768
2768
  @Y = y
@@ -2785,7 +2785,7 @@ module TencentCloud
2785
2785
  # @type RetCode: Integer
2786
2786
 
2787
2787
  attr_accessor :Candidates, :FaceRect, :RetCode
2788
-
2788
+
2789
2789
  def initialize(candidates=nil, facerect=nil, retcode=nil)
2790
2790
  @Candidates = candidates
2791
2791
  @FaceRect = facerect
@@ -2820,7 +2820,7 @@ module TencentCloud
2820
2820
  # @type RetCode: Integer
2821
2821
 
2822
2822
  attr_accessor :FaceRect, :GroupCandidates, :RetCode
2823
-
2823
+
2824
2824
  def initialize(facerect=nil, groupcandidates=nil, retcode=nil)
2825
2825
  @FaceRect = facerect
2826
2826
  @GroupCandidates = groupcandidates
@@ -2850,7 +2850,7 @@ module TencentCloud
2850
2850
  # @type JobId: String
2851
2851
 
2852
2852
  attr_accessor :JobId
2853
-
2853
+
2854
2854
  def initialize(jobid=nil)
2855
2855
  @JobId = jobid
2856
2856
  end
@@ -2866,7 +2866,7 @@ module TencentCloud
2866
2866
  # @type RequestId: String
2867
2867
 
2868
2868
  attr_accessor :RequestId
2869
-
2869
+
2870
2870
  def initialize(requestid=nil)
2871
2871
  @RequestId = requestid
2872
2872
  end
@@ -2916,7 +2916,7 @@ module TencentCloud
2916
2916
  # @type NeedRotateDetection: Integer
2917
2917
 
2918
2918
  attr_accessor :GroupIds, :Image, :Url, :MaxFaceNum, :MinFaceSize, :MaxPersonNum, :NeedPersonInfo, :QualityControl, :FaceMatchThreshold, :NeedRotateDetection
2919
-
2919
+
2920
2920
  def initialize(groupids=nil, image=nil, url=nil, maxfacenum=nil, minfacesize=nil, maxpersonnum=nil, needpersoninfo=nil, qualitycontrol=nil, facematchthreshold=nil, needrotatedetection=nil)
2921
2921
  @GroupIds = groupids
2922
2922
  @Image = image
@@ -2956,7 +2956,7 @@ module TencentCloud
2956
2956
  # @type RequestId: String
2957
2957
 
2958
2958
  attr_accessor :Results, :FaceNum, :FaceModelVersion, :RequestId
2959
-
2959
+
2960
2960
  def initialize(results=nil, facenum=nil, facemodelversion=nil, requestid=nil)
2961
2961
  @Results = results
2962
2962
  @FaceNum = facenum
@@ -3020,7 +3020,7 @@ module TencentCloud
3020
3020
  # @type NeedRotateDetection: Integer
3021
3021
 
3022
3022
  attr_accessor :GroupIds, :Image, :Url, :MaxFaceNum, :MinFaceSize, :MaxPersonNumPerGroup, :NeedPersonInfo, :QualityControl, :FaceMatchThreshold, :NeedRotateDetection
3023
-
3023
+
3024
3024
  def initialize(groupids=nil, image=nil, url=nil, maxfacenum=nil, minfacesize=nil, maxpersonnumpergroup=nil, needpersoninfo=nil, qualitycontrol=nil, facematchthreshold=nil, needrotatedetection=nil)
3025
3025
  @GroupIds = groupids
3026
3026
  @Image = image
@@ -3060,7 +3060,7 @@ module TencentCloud
3060
3060
  # @type RequestId: String
3061
3061
 
3062
3062
  attr_accessor :FaceNum, :ResultsReturnsByGroup, :FaceModelVersion, :RequestId
3063
-
3063
+
3064
3064
  def initialize(facenum=nil, resultsreturnsbygroup=nil, facemodelversion=nil, requestid=nil)
3065
3065
  @FaceNum = facenum
3066
3066
  @ResultsReturnsByGroup = resultsreturnsbygroup
@@ -3124,7 +3124,7 @@ module TencentCloud
3124
3124
  # @type NeedRotateDetection: Integer
3125
3125
 
3126
3126
  attr_accessor :GroupIds, :Image, :Url, :MaxFaceNum, :MinFaceSize, :MaxPersonNum, :QualityControl, :FaceMatchThreshold, :NeedPersonInfo, :NeedRotateDetection
3127
-
3127
+
3128
3128
  def initialize(groupids=nil, image=nil, url=nil, maxfacenum=nil, minfacesize=nil, maxpersonnum=nil, qualitycontrol=nil, facematchthreshold=nil, needpersoninfo=nil, needrotatedetection=nil)
3129
3129
  @GroupIds = groupids
3130
3130
  @Image = image
@@ -3165,7 +3165,7 @@ module TencentCloud
3165
3165
  # @type RequestId: String
3166
3166
 
3167
3167
  attr_accessor :Results, :PersonNum, :FaceModelVersion, :RequestId
3168
-
3168
+
3169
3169
  def initialize(results=nil, personnum=nil, facemodelversion=nil, requestid=nil)
3170
3170
  @Results = results
3171
3171
  @PersonNum = personnum
@@ -3227,7 +3227,7 @@ module TencentCloud
3227
3227
  # @type NeedRotateDetection: Integer
3228
3228
 
3229
3229
  attr_accessor :GroupIds, :Image, :Url, :MaxFaceNum, :MinFaceSize, :MaxPersonNumPerGroup, :QualityControl, :FaceMatchThreshold, :NeedPersonInfo, :NeedRotateDetection
3230
-
3230
+
3231
3231
  def initialize(groupids=nil, image=nil, url=nil, maxfacenum=nil, minfacesize=nil, maxpersonnumpergroup=nil, qualitycontrol=nil, facematchthreshold=nil, needpersoninfo=nil, needrotatedetection=nil)
3232
3232
  @GroupIds = groupids
3233
3233
  @Image = image
@@ -3267,7 +3267,7 @@ module TencentCloud
3267
3267
  # @type RequestId: String
3268
3268
 
3269
3269
  attr_accessor :PersonNum, :ResultsReturnsByGroup, :FaceModelVersion, :RequestId
3270
-
3270
+
3271
3271
  def initialize(personnum=nil, resultsreturnsbygroup=nil, facemodelversion=nil, requestid=nil)
3272
3272
  @PersonNum = personnum
3273
3273
  @ResultsReturnsByGroup = resultsreturnsbygroup
@@ -3298,7 +3298,7 @@ module TencentCloud
3298
3298
  # @type FaceModelVersion: String
3299
3299
 
3300
3300
  attr_accessor :GroupId, :FaceModelVersion
3301
-
3301
+
3302
3302
  def initialize(groupid=nil, facemodelversion=nil)
3303
3303
  @GroupId = groupid
3304
3304
  @FaceModelVersion = facemodelversion
@@ -3318,7 +3318,7 @@ module TencentCloud
3318
3318
  # @type RequestId: String
3319
3319
 
3320
3320
  attr_accessor :JobId, :RequestId
3321
-
3321
+
3322
3322
  def initialize(jobid=nil, requestid=nil)
3323
3323
  @JobId = jobid
3324
3324
  @RequestId = requestid
@@ -3349,7 +3349,7 @@ module TencentCloud
3349
3349
  # @type Status: Integer
3350
3350
 
3351
3351
  attr_accessor :JobId, :GroupId, :FromFaceModelVersion, :ToFaceModelVersion, :StartTime, :Status
3352
-
3352
+
3353
3353
  def initialize(jobid=nil, groupid=nil, fromfacemodelversion=nil, tofacemodelversion=nil, starttime=nil, status=nil)
3354
3354
  @JobId = jobid
3355
3355
  @GroupId = groupid
@@ -3397,7 +3397,7 @@ module TencentCloud
3397
3397
  # @type NeedRotateDetection: Integer
3398
3398
 
3399
3399
  attr_accessor :PersonId, :Image, :Url, :QualityControl, :NeedRotateDetection
3400
-
3400
+
3401
3401
  def initialize(personid=nil, image=nil, url=nil, qualitycontrol=nil, needrotatedetection=nil)
3402
3402
  @PersonId = personid
3403
3403
  @Image = image
@@ -3431,7 +3431,7 @@ module TencentCloud
3431
3431
  # @type RequestId: String
3432
3432
 
3433
3433
  attr_accessor :Score, :IsMatch, :FaceModelVersion, :RequestId
3434
-
3434
+
3435
3435
  def initialize(score=nil, ismatch=nil, facemodelversion=nil, requestid=nil)
3436
3436
  @Score = score
3437
3437
  @IsMatch = ismatch
@@ -3474,7 +3474,7 @@ module TencentCloud
3474
3474
  # @type NeedRotateDetection: Integer
3475
3475
 
3476
3476
  attr_accessor :PersonId, :Image, :Url, :QualityControl, :NeedRotateDetection
3477
-
3477
+
3478
3478
  def initialize(personid=nil, image=nil, url=nil, qualitycontrol=nil, needrotatedetection=nil)
3479
3479
  @PersonId = personid
3480
3480
  @Image = image
@@ -3504,7 +3504,7 @@ module TencentCloud
3504
3504
  # @type RequestId: String
3505
3505
 
3506
3506
  attr_accessor :Score, :IsMatch, :FaceModelVersion, :RequestId
3507
-
3507
+
3508
3508
  def initialize(score=nil, ismatch=nil, facemodelversion=nil, requestid=nil)
3509
3509
  @Score = score
3510
3510
  @IsMatch = ismatch