tencentcloud-sdk-tiia 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190529/models.rb +67 -67
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a85f72c4de4d3498b4b5c18c833b93539db57130
4
- data.tar.gz: accbf13f551b1f8350aedba7eed4b351c854f480
3
+ metadata.gz: e72f4b8a43a7dbfdf2035f3d60674012e48449c2
4
+ data.tar.gz: f7e9cd677008379cd5ae62e1b264ae056339ad9c
5
5
  SHA512:
6
- metadata.gz: 5626105b247f1c47a5ac91d422613b20f81c658edc27b8e35468e0674462d5e9f9411c517d17504e77ee7d6c1019570250beb75319f764b6b8ed064d5a056d9a
7
- data.tar.gz: 821c0533758b90507d5a4b65eb8628c952cd1f57f6034981d2eb6bd4d0b556a65d171e09fafa828fc4e0cb774ea4541eb2241835c8427419e2471a17c1867701
6
+ metadata.gz: 975b1f40494f998422aefea2208c0bfe0ae2ae061fa9c08fa0eed02935ff67b9436e94e04a902f018fba838ea675e2e4704a883b0dfeac23ae1e36407b35c71c
7
+ data.tar.gz: 151e5b833d46d61f03d9f4705275deb01811ea2018c5d64a374aa03fab3ec48b7d81511f5f299b5b9610ac8210243897af912648f94dfb9c59de35c5b9c89ef1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -33,7 +33,7 @@ module TencentCloud
33
33
  # @type ImageBase64: String
34
34
 
35
35
  attr_accessor :ImageUrl, :ImageBase64
36
-
36
+
37
37
  def initialize(imageurl=nil, imagebase64=nil)
38
38
  @ImageUrl = imageurl
39
39
  @ImageBase64 = imagebase64
@@ -65,7 +65,7 @@ module TencentCloud
65
65
  # @type RequestId: String
66
66
 
67
67
  attr_accessor :LongImage, :BlackAndWhite, :SmallImage, :BigImage, :PureImage, :ClarityScore, :AestheticScore, :RequestId
68
-
68
+
69
69
  def initialize(longimage=nil, blackandwhite=nil, smallimage=nil, bigimage=nil, pureimage=nil, clarityscore=nil, aestheticscore=nil, requestid=nil)
70
70
  @LongImage = longimage
71
71
  @BlackAndWhite = blackandwhite
@@ -97,7 +97,7 @@ module TencentCloud
97
97
  # @type Details: String
98
98
 
99
99
  attr_accessor :Type, :Details
100
-
100
+
101
101
  def initialize(type=nil, details=nil)
102
102
  @Type = type
103
103
  @Details = details
@@ -122,7 +122,7 @@ module TencentCloud
122
122
  # @type Attributes: Array
123
123
 
124
124
  attr_accessor :Rect, :DetectConfidence, :Attributes
125
-
125
+
126
126
  def initialize(rect=nil, detectconfidence=nil, attributes=nil)
127
127
  @Rect = rect
128
128
  @DetectConfidence = detectconfidence
@@ -159,7 +159,7 @@ module TencentCloud
159
159
  # @type Name: String
160
160
 
161
161
  attr_accessor :Label, :Confidence, :Name
162
-
162
+
163
163
  def initialize(label=nil, confidence=nil, name=nil)
164
164
  @Label = label
165
165
  @Confidence = confidence
@@ -183,7 +183,7 @@ module TencentCloud
183
183
  # @type CategoryId: Integer
184
184
 
185
185
  attr_accessor :Rect, :Score, :CategoryId
186
-
186
+
187
187
  def initialize(rect=nil, score=nil, categoryid=nil)
188
188
  @Rect = rect
189
189
  @Score = score
@@ -228,7 +228,7 @@ module TencentCloud
228
228
  # @type PlateAngle: Float
229
229
 
230
230
  attr_accessor :Plate, :Color, :Type, :PlateLocation, :PlateStatus, :PlateStatusConfidence, :PlateAngle
231
-
231
+
232
232
  def initialize(plate=nil, color=nil, type=nil, platelocation=nil, platestatus=nil, platestatusconfidence=nil, plateangle=nil)
233
233
  @Plate = plate
234
234
  @Color = color
@@ -293,7 +293,7 @@ module TencentCloud
293
293
  # @type OrientationConfidence: Integer
294
294
 
295
295
  attr_accessor :Serial, :Brand, :Type, :Color, :Confidence, :Year, :CarLocation, :PlateContent, :PlateConfidence, :TypeConfidence, :ColorConfidence, :Orientation, :OrientationConfidence
296
-
296
+
297
297
  def initialize(serial=nil, brand=nil, type=nil, color=nil, confidence=nil, year=nil, carlocation=nil, platecontent=nil, plateconfidence=nil, typeconfidence=nil, colorconfidence=nil, orientation=nil, orientationconfidence=nil)
298
298
  @Serial = serial
299
299
  @Brand = brand
@@ -347,7 +347,7 @@ module TencentCloud
347
347
  # @type Label: String
348
348
 
349
349
  attr_accessor :Color, :Percentage, :Label
350
-
350
+
351
351
  def initialize(color=nil, percentage=nil, label=nil)
352
352
  @Color = color
353
353
  @Percentage = percentage
@@ -369,7 +369,7 @@ module TencentCloud
369
369
  # @type Y: Integer
370
370
 
371
371
  attr_accessor :X, :Y
372
-
372
+
373
373
  def initialize(x=nil, y=nil)
374
374
  @X = x
375
375
  @Y = y
@@ -406,7 +406,7 @@ module TencentCloud
406
406
  # @type GroupType: Integer
407
407
 
408
408
  attr_accessor :GroupId, :GroupName, :MaxCapacity, :Brief, :MaxQps, :GroupType
409
-
409
+
410
410
  def initialize(groupid=nil, groupname=nil, maxcapacity=nil, brief=nil, maxqps=nil, grouptype=nil)
411
411
  @GroupId = groupid
412
412
  @GroupName = groupname
@@ -432,7 +432,7 @@ module TencentCloud
432
432
  # @type RequestId: String
433
433
 
434
434
  attr_accessor :RequestId
435
-
435
+
436
436
  def initialize(requestid=nil)
437
437
  @RequestId = requestid
438
438
  end
@@ -492,7 +492,7 @@ module TencentCloud
492
492
  # @type ImageRect: :class:`Tencentcloud::Tiia.v20190529.models.Rect`
493
493
 
494
494
  attr_accessor :GroupId, :EntityId, :PicName, :ImageUrl, :CustomContent, :ImageBase64, :Tags, :EnableDetect, :CategoryId, :ImageRect
495
-
495
+
496
496
  def initialize(groupid=nil, entityid=nil, picname=nil, imageurl=nil, customcontent=nil, imagebase64=nil, tags=nil, enabledetect=nil, categoryid=nil, imagerect=nil)
497
497
  @GroupId = groupid
498
498
  @EntityId = entityid
@@ -534,7 +534,7 @@ module TencentCloud
534
534
  # @type RequestId: String
535
535
 
536
536
  attr_accessor :Object, :RequestId
537
-
537
+
538
538
  def initialize(object=nil, requestid=nil)
539
539
  @Object = object
540
540
  @RequestId = requestid
@@ -573,7 +573,7 @@ module TencentCloud
573
573
  # @type ImageBase64: String
574
574
 
575
575
  attr_accessor :Width, :Height, :ImageUrl, :ImageBase64
576
-
576
+
577
577
  def initialize(width=nil, height=nil, imageurl=nil, imagebase64=nil)
578
578
  @Width = width
579
579
  @Height = height
@@ -617,7 +617,7 @@ module TencentCloud
617
617
  # @type RequestId: String
618
618
 
619
619
  attr_accessor :X, :Y, :Width, :Height, :OriginalWidth, :OriginalHeight, :CropResult, :RequestId
620
-
620
+
621
621
  def initialize(x=nil, y=nil, width=nil, height=nil, originalwidth=nil, originalheight=nil, cropresult=nil, requestid=nil)
622
622
  @X = x
623
623
  @Y = y
@@ -651,7 +651,7 @@ module TencentCloud
651
651
  # @type PicName: String
652
652
 
653
653
  attr_accessor :GroupId, :EntityId, :PicName
654
-
654
+
655
655
  def initialize(groupid=nil, entityid=nil, picname=nil)
656
656
  @GroupId = groupid
657
657
  @EntityId = entityid
@@ -671,7 +671,7 @@ module TencentCloud
671
671
  # @type RequestId: String
672
672
 
673
673
  attr_accessor :RequestId
674
-
674
+
675
675
  def initialize(requestid=nil)
676
676
  @RequestId = requestid
677
677
  end
@@ -691,7 +691,7 @@ module TencentCloud
691
691
  # @type GroupId: String
692
692
 
693
693
  attr_accessor :Offset, :Limit, :GroupId
694
-
694
+
695
695
  def initialize(offset=nil, limit=nil, groupid=nil)
696
696
  @Offset = offset
697
697
  @Limit = limit
@@ -714,7 +714,7 @@ module TencentCloud
714
714
  # @type RequestId: String
715
715
 
716
716
  attr_accessor :Groups, :RequestId
717
-
717
+
718
718
  def initialize(groups=nil, requestid=nil)
719
719
  @Groups = groups
720
720
  @RequestId = requestid
@@ -743,7 +743,7 @@ module TencentCloud
743
743
  # @type PicName: String
744
744
 
745
745
  attr_accessor :GroupId, :EntityId, :PicName
746
-
746
+
747
747
  def initialize(groupid=nil, entityid=nil, picname=nil)
748
748
  @GroupId = groupid
749
749
  @EntityId = entityid
@@ -769,7 +769,7 @@ module TencentCloud
769
769
  # @type RequestId: String
770
770
 
771
771
  attr_accessor :GroupId, :EntityId, :ImageInfos, :RequestId
772
-
772
+
773
773
  def initialize(groupid=nil, entityid=nil, imageinfos=nil, requestid=nil)
774
774
  @GroupId = groupid
775
775
  @EntityId = entityid
@@ -817,7 +817,7 @@ module TencentCloud
817
817
  # @type EnablePreferred: Boolean
818
818
 
819
819
  attr_accessor :ImageUrl, :ImageBase64, :EnableDetect, :EnablePreferred
820
-
820
+
821
821
  def initialize(imageurl=nil, imagebase64=nil, enabledetect=nil, enablepreferred=nil)
822
822
  @ImageUrl = imageurl
823
823
  @ImageBase64 = imagebase64
@@ -842,7 +842,7 @@ module TencentCloud
842
842
  # @type RequestId: String
843
843
 
844
844
  attr_accessor :Bodies, :RequestId
845
-
845
+
846
846
  def initialize(bodies=nil, requestid=nil)
847
847
  @Bodies = bodies
848
848
  @RequestId = requestid
@@ -877,7 +877,7 @@ module TencentCloud
877
877
  # @type ImageBase64: String
878
878
 
879
879
  attr_accessor :ImageUrl, :ImageBase64
880
-
880
+
881
881
  def initialize(imageurl=nil, imagebase64=nil)
882
882
  @ImageUrl = imageurl
883
883
  @ImageBase64 = imagebase64
@@ -899,7 +899,7 @@ module TencentCloud
899
899
  # @type RequestId: String
900
900
 
901
901
  attr_accessor :Confidence, :Type, :RequestId
902
-
902
+
903
903
  def initialize(confidence=nil, type=nil, requestid=nil)
904
904
  @Confidence = confidence
905
905
  @Type = type
@@ -925,7 +925,7 @@ module TencentCloud
925
925
  # @type ImageBase64: String
926
926
 
927
927
  attr_accessor :ImageUrl, :ImageBase64
928
-
928
+
929
929
  def initialize(imageurl=nil, imagebase64=nil)
930
930
  @ImageUrl = imageurl
931
931
  @ImageBase64 = imagebase64
@@ -949,7 +949,7 @@ module TencentCloud
949
949
  # @type RequestId: String
950
950
 
951
951
  attr_accessor :FirstTags, :SecondTags, :RequestId
952
-
952
+
953
953
  def initialize(firsttags=nil, secondtags=nil, requestid=nil)
954
954
  @FirstTags = firsttags
955
955
  @SecondTags = secondtags
@@ -1004,7 +1004,7 @@ module TencentCloud
1004
1004
  # @type Scenes: Array
1005
1005
 
1006
1006
  attr_accessor :ImageUrl, :ImageBase64, :Scenes
1007
-
1007
+
1008
1008
  def initialize(imageurl=nil, imagebase64=nil, scenes=nil)
1009
1009
  @ImageUrl = imageurl
1010
1010
  @ImageBase64 = imagebase64
@@ -1043,7 +1043,7 @@ module TencentCloud
1043
1043
  # @type RequestId: String
1044
1044
 
1045
1045
  attr_accessor :Labels, :CameraLabels, :AlbumLabels, :NewsLabels, :NoneCamLabels, :LocationLabels, :RequestId
1046
-
1046
+
1047
1047
  def initialize(labels=nil, cameralabels=nil, albumlabels=nil, newslabels=nil, nonecamlabels=nil, locationlabels=nil, requestid=nil)
1048
1048
  @Labels = labels
1049
1049
  @CameraLabels = cameralabels
@@ -1119,7 +1119,7 @@ module TencentCloud
1119
1119
  # @type SecondCategory: String
1120
1120
 
1121
1121
  attr_accessor :Name, :Confidence, :FirstCategory, :SecondCategory
1122
-
1122
+
1123
1123
  def initialize(name=nil, confidence=nil, firstcategory=nil, secondcategory=nil)
1124
1124
  @Name = name
1125
1125
  @Confidence = confidence
@@ -1155,7 +1155,7 @@ module TencentCloud
1155
1155
  # @type ImageBase64: String
1156
1156
 
1157
1157
  attr_accessor :ImageUrl, :ImageBase64
1158
-
1158
+
1159
1159
  def initialize(imageurl=nil, imagebase64=nil)
1160
1160
  @ImageUrl = imageurl
1161
1161
  @ImageBase64 = imagebase64
@@ -1176,7 +1176,7 @@ module TencentCloud
1176
1176
  # @type RequestId: String
1177
1177
 
1178
1178
  attr_accessor :Labels, :RequestId
1179
-
1179
+
1180
1180
  def initialize(labels=nil, requestid=nil)
1181
1181
  @Labels = labels
1182
1182
  @RequestId = requestid
@@ -1224,7 +1224,7 @@ module TencentCloud
1224
1224
  # @type Scenes: Array
1225
1225
 
1226
1226
  attr_accessor :ImageBase64, :ImageUrl, :Scenes
1227
-
1227
+
1228
1228
  def initialize(imagebase64=nil, imageurl=nil, scenes=nil)
1229
1229
  @ImageBase64 = imagebase64
1230
1230
  @ImageUrl = imageurl
@@ -1257,7 +1257,7 @@ module TencentCloud
1257
1257
  # @type RequestId: String
1258
1258
 
1259
1259
  attr_accessor :Labels, :CameraLabels, :AlbumLabels, :NewsLabels, :RequestId
1260
-
1260
+
1261
1261
  def initialize(labels=nil, cameralabels=nil, albumlabels=nil, newslabels=nil, requestid=nil)
1262
1262
  @Labels = labels
1263
1263
  @CameraLabels = cameralabels
@@ -1319,7 +1319,7 @@ module TencentCloud
1319
1319
  # @type ImageBase64: String
1320
1320
 
1321
1321
  attr_accessor :ImageUrl, :ImageBase64
1322
-
1322
+
1323
1323
  def initialize(imageurl=nil, imagebase64=nil)
1324
1324
  @ImageUrl = imageurl
1325
1325
  @ImageBase64 = imagebase64
@@ -1341,7 +1341,7 @@ module TencentCloud
1341
1341
  # @type RequestId: String
1342
1342
 
1343
1343
  attr_accessor :Confidence, :Type, :RequestId
1344
-
1344
+
1345
1345
  def initialize(confidence=nil, type=nil, requestid=nil)
1346
1346
  @Confidence = confidence
1347
1347
  @Type = type
@@ -1367,7 +1367,7 @@ module TencentCloud
1367
1367
  # @type ImageBase64: String
1368
1368
 
1369
1369
  attr_accessor :ImageUrl, :ImageBase64
1370
-
1370
+
1371
1371
  def initialize(imageurl=nil, imagebase64=nil)
1372
1372
  @ImageUrl = imageurl
1373
1373
  @ImageBase64 = imagebase64
@@ -1387,7 +1387,7 @@ module TencentCloud
1387
1387
  # @type RequestId: String
1388
1388
 
1389
1389
  attr_accessor :Pets, :RequestId
1390
-
1390
+
1391
1391
  def initialize(pets=nil, requestid=nil)
1392
1392
  @Pets = pets
1393
1393
  @RequestId = requestid
@@ -1418,7 +1418,7 @@ module TencentCloud
1418
1418
  # @type NeedLemma: Integer
1419
1419
 
1420
1420
  attr_accessor :ImageUrl, :ImageBase64, :NeedLemma
1421
-
1421
+
1422
1422
  def initialize(imageurl=nil, imagebase64=nil, needlemma=nil)
1423
1423
  @ImageUrl = imageurl
1424
1424
  @ImageBase64 = imagebase64
@@ -1448,7 +1448,7 @@ module TencentCloud
1448
1448
  # @type RequestId: String
1449
1449
 
1450
1450
  attr_accessor :RegionDetected, :ProductInfo, :ProductInfoList, :RequestId
1451
-
1451
+
1452
1452
  def initialize(regiondetected=nil, productinfo=nil, productinfolist=nil, requestid=nil)
1453
1453
  @RegionDetected = regiondetected
1454
1454
  @ProductInfo = productinfo
@@ -1497,7 +1497,7 @@ module TencentCloud
1497
1497
  # @type ImageBase64: String
1498
1498
 
1499
1499
  attr_accessor :ImageUrl, :ImageBase64
1500
-
1500
+
1501
1501
  def initialize(imageurl=nil, imagebase64=nil)
1502
1502
  @ImageUrl = imageurl
1503
1503
  @ImageBase64 = imagebase64
@@ -1517,7 +1517,7 @@ module TencentCloud
1517
1517
  # @type RequestId: String
1518
1518
 
1519
1519
  attr_accessor :Products, :RequestId
1520
-
1520
+
1521
1521
  def initialize(products=nil, requestid=nil)
1522
1522
  @Products = products
1523
1523
  @RequestId = requestid
@@ -1562,7 +1562,7 @@ module TencentCloud
1562
1562
  # @type EnablePreferred: Boolean
1563
1563
 
1564
1564
  attr_accessor :ImageUrl, :ImageBase64, :EnableDetect, :EnablePreferred
1565
-
1565
+
1566
1566
  def initialize(imageurl=nil, imagebase64=nil, enabledetect=nil, enablepreferred=nil)
1567
1567
  @ImageUrl = imageurl
1568
1568
  @ImageBase64 = imagebase64
@@ -1587,7 +1587,7 @@ module TencentCloud
1587
1587
  # @type RequestId: String
1588
1588
 
1589
1589
  attr_accessor :Bodies, :RequestId
1590
-
1590
+
1591
1591
  def initialize(bodies=nil, requestid=nil)
1592
1592
  @Bodies = bodies
1593
1593
  @RequestId = requestid
@@ -1622,7 +1622,7 @@ module TencentCloud
1622
1622
  # @type ImageBase64: String
1623
1623
 
1624
1624
  attr_accessor :ImageUrl, :ImageBase64
1625
-
1625
+
1626
1626
  def initialize(imageurl=nil, imagebase64=nil)
1627
1627
  @ImageUrl = imageurl
1628
1628
  @ImageBase64 = imagebase64
@@ -1642,7 +1642,7 @@ module TencentCloud
1642
1642
  # @type RequestId: String
1643
1643
 
1644
1644
  attr_accessor :EnhancedImage, :RequestId
1645
-
1645
+
1646
1646
  def initialize(enhancedimage=nil, requestid=nil)
1647
1647
  @EnhancedImage = enhancedimage
1648
1648
  @RequestId = requestid
@@ -1680,7 +1680,7 @@ module TencentCloud
1680
1680
  # @type UpdateTime: String
1681
1681
 
1682
1682
  attr_accessor :GroupId, :GroupName, :Brief, :MaxCapacity, :MaxQps, :GroupType, :PicCount, :CreateTime, :UpdateTime
1683
-
1683
+
1684
1684
  def initialize(groupid=nil, groupname=nil, brief=nil, maxcapacity=nil, maxqps=nil, grouptype=nil, piccount=nil, createtime=nil, updatetime=nil)
1685
1685
  @GroupId = groupid
1686
1686
  @GroupName = groupname
@@ -1720,7 +1720,7 @@ module TencentCloud
1720
1720
  # @type Score: Integer
1721
1721
 
1722
1722
  attr_accessor :EntityId, :CustomContent, :Tags, :PicName, :Score
1723
-
1723
+
1724
1724
  def initialize(entityid=nil, customcontent=nil, tags=nil, picname=nil, score=nil)
1725
1725
  @EntityId = entityid
1726
1726
  @CustomContent = customcontent
@@ -1750,7 +1750,7 @@ module TencentCloud
1750
1750
  # @type Height: Integer
1751
1751
 
1752
1752
  attr_accessor :X, :Y, :Width, :Height
1753
-
1753
+
1754
1754
  def initialize(x=nil, y=nil, width=nil, height=nil)
1755
1755
  @X = x
1756
1756
  @Y = y
@@ -1774,7 +1774,7 @@ module TencentCloud
1774
1774
  # @type Confidence: Float
1775
1775
 
1776
1776
  attr_accessor :Name, :Confidence
1777
-
1777
+
1778
1778
  def initialize(name=nil, confidence=nil)
1779
1779
  @Name = name
1780
1780
  @Confidence = confidence
@@ -1799,7 +1799,7 @@ module TencentCloud
1799
1799
  # @type Tag: String
1800
1800
 
1801
1801
  attr_accessor :LemmaTitle, :LemmaAbstract, :Tag
1802
-
1802
+
1803
1803
  def initialize(lemmatitle=nil, lemmaabstract=nil, tag=nil)
1804
1804
  @LemmaTitle = lemmatitle
1805
1805
  @LemmaAbstract = lemmaabstract
@@ -1825,7 +1825,7 @@ module TencentCloud
1825
1825
  # @type YMax: Integer
1826
1826
 
1827
1827
  attr_accessor :XMin, :YMin, :XMax, :YMax
1828
-
1828
+
1829
1829
  def initialize(xmin=nil, ymin=nil, xmax=nil, ymax=nil)
1830
1830
  @XMin = xmin
1831
1831
  @YMin = ymin
@@ -1856,7 +1856,7 @@ module TencentCloud
1856
1856
  # @type AllBox: Array
1857
1857
 
1858
1858
  attr_accessor :Box, :CategoryId, :Colors, :Attributes, :AllBox
1859
-
1859
+
1860
1860
  def initialize(box=nil, categoryid=nil, colors=nil, attributes=nil, allbox=nil)
1861
1861
  @Box = box
1862
1862
  @CategoryId = categoryid
@@ -1908,7 +1908,7 @@ module TencentCloud
1908
1908
  # @type Location: :class:`Tencentcloud::Tiia.v20190529.models.Rect`
1909
1909
 
1910
1910
  attr_accessor :Name, :Score, :Location
1911
-
1911
+
1912
1912
  def initialize(name=nil, score=nil, location=nil)
1913
1913
  @Name = name
1914
1914
  @Score = score
@@ -1943,7 +1943,7 @@ module TencentCloud
1943
1943
  # @type YMax: Integer
1944
1944
 
1945
1945
  attr_accessor :Name, :Parents, :Confidence, :XMin, :YMin, :XMax, :YMax
1946
-
1946
+
1947
1947
  def initialize(name=nil, parents=nil, confidence=nil, xmin=nil, ymin=nil, xmax=nil, ymax=nil)
1948
1948
  @Name = name
1949
1949
  @Parents = parents
@@ -1993,7 +1993,7 @@ module TencentCloud
1993
1993
  # @type LemmaInfoList: Array
1994
1994
 
1995
1995
  attr_accessor :FindSKU, :Location, :Name, :Brand, :Price, :ProductCategory, :Score, :Image, :LemmaInfoList
1996
-
1996
+
1997
1997
  def initialize(findsku=nil, location=nil, name=nil, brand=nil, price=nil, productcategory=nil, score=nil, image=nil, lemmainfolist=nil)
1998
1998
  @FindSKU = findsku
1999
1999
  @Location = location
@@ -2046,7 +2046,7 @@ module TencentCloud
2046
2046
  # @type ImageBase64: String
2047
2047
 
2048
2048
  attr_accessor :ImageUrl, :ImageBase64
2049
-
2049
+
2050
2050
  def initialize(imageurl=nil, imagebase64=nil)
2051
2051
  @ImageUrl = imageurl
2052
2052
  @ImageBase64 = imagebase64
@@ -2069,7 +2069,7 @@ module TencentCloud
2069
2069
  # @type RequestId: String
2070
2070
 
2071
2071
  attr_accessor :CarCoords, :CarTags, :RequestId
2072
-
2072
+
2073
2073
  def initialize(carcoords=nil, cartags=nil, requestid=nil)
2074
2074
  @CarCoords = carcoords
2075
2075
  @CarTags = cartags
@@ -2114,7 +2114,7 @@ module TencentCloud
2114
2114
  # @type ImageBase64: String
2115
2115
 
2116
2116
  attr_accessor :ImageUrl, :ImageBase64
2117
-
2117
+
2118
2118
  def initialize(imageurl=nil, imagebase64=nil)
2119
2119
  @ImageUrl = imageurl
2120
2120
  @ImageBase64 = imagebase64
@@ -2136,7 +2136,7 @@ module TencentCloud
2136
2136
  # @type RequestId: String
2137
2137
 
2138
2138
  attr_accessor :CarCoords, :CarTags, :RequestId
2139
-
2139
+
2140
2140
  def initialize(carcoords=nil, cartags=nil, requestid=nil)
2141
2141
  @CarCoords = carcoords
2142
2142
  @CarTags = cartags
@@ -2176,7 +2176,7 @@ module TencentCloud
2176
2176
  # @type Height: Integer
2177
2177
 
2178
2178
  attr_accessor :X, :Y, :Width, :Height
2179
-
2179
+
2180
2180
  def initialize(x=nil, y=nil, width=nil, height=nil)
2181
2181
  @X = x
2182
2182
  @Y = y
@@ -2205,7 +2205,7 @@ module TencentCloud
2205
2205
  # @type Location: :class:`Tencentcloud::Tiia.v20190529.models.Location`
2206
2206
 
2207
2207
  attr_accessor :Category, :CategoryScore, :Location
2208
-
2208
+
2209
2209
  def initialize(category=nil, categoryscore=nil, location=nil)
2210
2210
  @Category = category
2211
2211
  @CategoryScore = categoryscore
@@ -2282,7 +2282,7 @@ module TencentCloud
2282
2282
  # @type CategoryId: Integer
2283
2283
 
2284
2284
  attr_accessor :GroupId, :ImageUrl, :ImageBase64, :Limit, :Offset, :MatchThreshold, :Filter, :ImageRect, :EnableDetect, :CategoryId
2285
-
2285
+
2286
2286
  def initialize(groupid=nil, imageurl=nil, imagebase64=nil, limit=nil, offset=nil, matchthreshold=nil, filter=nil, imagerect=nil, enabledetect=nil, categoryid=nil)
2287
2287
  @GroupId = groupid
2288
2288
  @ImageUrl = imageurl
@@ -2329,7 +2329,7 @@ module TencentCloud
2329
2329
  # @type RequestId: String
2330
2330
 
2331
2331
  attr_accessor :Count, :ImageInfos, :Object, :RequestId
2332
-
2332
+
2333
2333
  def initialize(count=nil, imageinfos=nil, object=nil, requestid=nil)
2334
2334
  @Count = count
2335
2335
  @ImageInfos = imageinfos
@@ -2367,7 +2367,7 @@ module TencentCloud
2367
2367
  # @type Tags: String
2368
2368
 
2369
2369
  attr_accessor :GroupId, :EntityId, :PicName, :Tags
2370
-
2370
+
2371
2371
  def initialize(groupid=nil, entityid=nil, picname=nil, tags=nil)
2372
2372
  @GroupId = groupid
2373
2373
  @EntityId = entityid
@@ -2389,7 +2389,7 @@ module TencentCloud
2389
2389
  # @type RequestId: String
2390
2390
 
2391
2391
  attr_accessor :RequestId
2392
-
2392
+
2393
2393
  def initialize(requestid=nil)
2394
2394
  @RequestId = requestid
2395
2395
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tiia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
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-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common