aws-sdk-core 2.11.70 → 2.11.71
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/rekognition/2016-06-27/examples-1.json +420 -420
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- 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: 6e34c03d67cd388add220efba3bcf847bb68e40e
|
4
|
+
data.tar.gz: f567f1cf0783f6670065a797e0c6ac2343a9989b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b707811940f2e09251738763cbc82b2a87a1ff6589abf6758e32a4fb987567ee5cea12786f99916709a0c3e2d045787647b9e8ad2fce9f68a59403a7855d14c4
|
7
|
+
data.tar.gz: 82641026f449f6f28198f2cd63097cd7563e6bd1d5d02ccc547a492d645436117a2c809ecd9c935e9a8890c3290a6e8ea457f2055496e30d0f0b7b7b151f5e97
|
@@ -1,650 +1,650 @@
|
|
1
1
|
{
|
2
|
-
"version":
|
3
|
-
"examples":
|
4
|
-
"CompareFaces":
|
2
|
+
"version":"1.0",
|
3
|
+
"examples":{
|
4
|
+
"CompareFaces":[
|
5
5
|
{
|
6
|
-
"input":
|
7
|
-
"SimilarityThreshold":
|
8
|
-
"SourceImage":
|
9
|
-
"S3Object":
|
10
|
-
"Bucket":
|
11
|
-
"Name":
|
6
|
+
"input":{
|
7
|
+
"SimilarityThreshold":90,
|
8
|
+
"SourceImage":{
|
9
|
+
"S3Object":{
|
10
|
+
"Bucket":"mybucket",
|
11
|
+
"Name":"mysourceimage"
|
12
12
|
}
|
13
13
|
},
|
14
|
-
"TargetImage":
|
15
|
-
"S3Object":
|
16
|
-
"Bucket":
|
17
|
-
"Name":
|
14
|
+
"TargetImage":{
|
15
|
+
"S3Object":{
|
16
|
+
"Bucket":"mybucket",
|
17
|
+
"Name":"mytargetimage"
|
18
18
|
}
|
19
19
|
}
|
20
20
|
},
|
21
|
-
"output":
|
22
|
-
"FaceMatches":
|
21
|
+
"output":{
|
22
|
+
"FaceMatches":[
|
23
23
|
{
|
24
|
-
"Face":
|
25
|
-
"BoundingBox":
|
26
|
-
"Height":
|
27
|
-
"Left":
|
28
|
-
"Top":
|
29
|
-
"Width":
|
24
|
+
"Face":{
|
25
|
+
"BoundingBox":{
|
26
|
+
"Height":0.33481481671333313,
|
27
|
+
"Left":0.31888890266418457,
|
28
|
+
"Top":0.4933333396911621,
|
29
|
+
"Width":0.25
|
30
30
|
},
|
31
|
-
"Confidence":
|
31
|
+
"Confidence":99.9991226196289
|
32
32
|
},
|
33
|
-
"Similarity":
|
33
|
+
"Similarity":100
|
34
34
|
}
|
35
35
|
],
|
36
|
-
"SourceImageFace":
|
37
|
-
"BoundingBox":
|
38
|
-
"Height":
|
39
|
-
"Left":
|
40
|
-
"Top":
|
41
|
-
"Width":
|
36
|
+
"SourceImageFace":{
|
37
|
+
"BoundingBox":{
|
38
|
+
"Height":0.33481481671333313,
|
39
|
+
"Left":0.31888890266418457,
|
40
|
+
"Top":0.4933333396911621,
|
41
|
+
"Width":0.25
|
42
42
|
},
|
43
|
-
"Confidence":
|
43
|
+
"Confidence":99.9991226196289
|
44
44
|
}
|
45
45
|
},
|
46
|
-
"comments":
|
47
|
-
"input":
|
46
|
+
"comments":{
|
47
|
+
"input":{
|
48
48
|
},
|
49
|
-
"output":
|
49
|
+
"output":{
|
50
50
|
}
|
51
51
|
},
|
52
|
-
"description":
|
53
|
-
"id":
|
54
|
-
"title":
|
52
|
+
"description":"This operation compares the largest face detected in the source image with each face detected in the target image.",
|
53
|
+
"id":"to-compare-two-images-1482181985581",
|
54
|
+
"title":"To compare two images"
|
55
55
|
}
|
56
56
|
],
|
57
|
-
"CreateCollection":
|
57
|
+
"CreateCollection":[
|
58
58
|
{
|
59
|
-
"input":
|
60
|
-
"CollectionId":
|
59
|
+
"input":{
|
60
|
+
"CollectionId":"myphotos"
|
61
61
|
},
|
62
|
-
"output":
|
63
|
-
"CollectionArn":
|
64
|
-
"StatusCode":
|
62
|
+
"output":{
|
63
|
+
"CollectionArn":"aws:rekognition:us-west-2:123456789012:collection/myphotos",
|
64
|
+
"StatusCode":200
|
65
65
|
},
|
66
|
-
"comments":
|
67
|
-
"input":
|
66
|
+
"comments":{
|
67
|
+
"input":{
|
68
68
|
},
|
69
|
-
"output":
|
69
|
+
"output":{
|
70
70
|
}
|
71
71
|
},
|
72
|
-
"description":
|
73
|
-
"id":
|
74
|
-
"title":
|
72
|
+
"description":"This operation creates a Rekognition collection for storing image data.",
|
73
|
+
"id":"to-create-a-collection-1481833313674",
|
74
|
+
"title":"To create a collection"
|
75
75
|
}
|
76
76
|
],
|
77
|
-
"DeleteCollection":
|
77
|
+
"DeleteCollection":[
|
78
78
|
{
|
79
|
-
"input":
|
80
|
-
"CollectionId":
|
79
|
+
"input":{
|
80
|
+
"CollectionId":"myphotos"
|
81
81
|
},
|
82
|
-
"output":
|
83
|
-
"StatusCode":
|
82
|
+
"output":{
|
83
|
+
"StatusCode":200
|
84
84
|
},
|
85
|
-
"comments":
|
86
|
-
"input":
|
85
|
+
"comments":{
|
86
|
+
"input":{
|
87
87
|
},
|
88
|
-
"output":
|
88
|
+
"output":{
|
89
89
|
}
|
90
90
|
},
|
91
|
-
"description":
|
92
|
-
"id":
|
93
|
-
"title":
|
91
|
+
"description":"This operation deletes a Rekognition collection.",
|
92
|
+
"id":"to-delete-a-collection-1481838179973",
|
93
|
+
"title":"To delete a collection"
|
94
94
|
}
|
95
95
|
],
|
96
|
-
"DeleteFaces":
|
96
|
+
"DeleteFaces":[
|
97
97
|
{
|
98
|
-
"input":
|
99
|
-
"CollectionId":
|
100
|
-
"FaceIds":
|
98
|
+
"input":{
|
99
|
+
"CollectionId":"myphotos",
|
100
|
+
"FaceIds":[
|
101
101
|
"ff43d742-0c13-5d16-a3e8-03d3f58e980b"
|
102
102
|
]
|
103
103
|
},
|
104
|
-
"output":
|
105
|
-
"DeletedFaces":
|
104
|
+
"output":{
|
105
|
+
"DeletedFaces":[
|
106
106
|
"ff43d742-0c13-5d16-a3e8-03d3f58e980b"
|
107
107
|
]
|
108
108
|
},
|
109
|
-
"comments":
|
110
|
-
"input":
|
109
|
+
"comments":{
|
110
|
+
"input":{
|
111
111
|
},
|
112
|
-
"output":
|
112
|
+
"output":{
|
113
113
|
}
|
114
114
|
},
|
115
|
-
"description":
|
116
|
-
"id":
|
117
|
-
"title":
|
115
|
+
"description":"This operation deletes one or more faces from a Rekognition collection.",
|
116
|
+
"id":"to-delete-a-face-1482182799377",
|
117
|
+
"title":"To delete a face"
|
118
118
|
}
|
119
119
|
],
|
120
|
-
"DetectFaces":
|
120
|
+
"DetectFaces":[
|
121
121
|
{
|
122
|
-
"input":
|
123
|
-
"Image":
|
124
|
-
"S3Object":
|
125
|
-
"Bucket":
|
126
|
-
"Name":
|
122
|
+
"input":{
|
123
|
+
"Image":{
|
124
|
+
"S3Object":{
|
125
|
+
"Bucket":"mybucket",
|
126
|
+
"Name":"myphoto"
|
127
127
|
}
|
128
128
|
}
|
129
129
|
},
|
130
|
-
"output":
|
131
|
-
"FaceDetails":
|
130
|
+
"output":{
|
131
|
+
"FaceDetails":[
|
132
132
|
{
|
133
|
-
"BoundingBox":
|
134
|
-
"Height":
|
135
|
-
"Left":
|
136
|
-
"Top":
|
137
|
-
"Width":
|
133
|
+
"BoundingBox":{
|
134
|
+
"Height":0.18000000715255737,
|
135
|
+
"Left":0.5555555820465088,
|
136
|
+
"Top":0.33666667342185974,
|
137
|
+
"Width":0.23999999463558197
|
138
138
|
},
|
139
|
-
"Confidence":
|
140
|
-
"Landmarks":
|
139
|
+
"Confidence":100,
|
140
|
+
"Landmarks":[
|
141
141
|
{
|
142
|
-
"Type":
|
143
|
-
"X":
|
144
|
-
"Y":
|
142
|
+
"Type":"eyeLeft",
|
143
|
+
"X":0.6394737362861633,
|
144
|
+
"Y":0.40819624066352844
|
145
145
|
},
|
146
146
|
{
|
147
|
-
"Type":
|
148
|
-
"X":
|
149
|
-
"Y":
|
147
|
+
"Type":"eyeRight",
|
148
|
+
"X":0.7266660928726196,
|
149
|
+
"Y":0.41039225459098816
|
150
150
|
},
|
151
151
|
{
|
152
|
-
"Type":
|
153
|
-
"X":
|
154
|
-
"Y":
|
152
|
+
"Type":"eyeRight",
|
153
|
+
"X":0.6912462115287781,
|
154
|
+
"Y":0.44240960478782654
|
155
155
|
},
|
156
156
|
{
|
157
|
-
"Type":
|
158
|
-
"X":
|
159
|
-
"Y":
|
157
|
+
"Type":"mouthDown",
|
158
|
+
"X":0.6306198239326477,
|
159
|
+
"Y":0.46700039505958557
|
160
160
|
},
|
161
161
|
{
|
162
|
-
"Type":
|
163
|
-
"X":
|
164
|
-
"Y":
|
162
|
+
"Type":"mouthUp",
|
163
|
+
"X":0.7215608954429626,
|
164
|
+
"Y":0.47114261984825134
|
165
165
|
}
|
166
166
|
],
|
167
|
-
"Pose":
|
168
|
-
"Pitch":
|
169
|
-
"Roll":
|
170
|
-
"Yaw":
|
167
|
+
"Pose":{
|
168
|
+
"Pitch":4.050806522369385,
|
169
|
+
"Roll":0.9950747489929199,
|
170
|
+
"Yaw":13.693790435791016
|
171
171
|
},
|
172
|
-
"Quality":
|
173
|
-
"Brightness":
|
174
|
-
"Sharpness":
|
172
|
+
"Quality":{
|
173
|
+
"Brightness":37.60169982910156,
|
174
|
+
"Sharpness":80
|
175
175
|
}
|
176
176
|
}
|
177
177
|
],
|
178
|
-
"OrientationCorrection":
|
178
|
+
"OrientationCorrection":"ROTATE_0"
|
179
179
|
},
|
180
|
-
"comments":
|
181
|
-
"input":
|
180
|
+
"comments":{
|
181
|
+
"input":{
|
182
182
|
},
|
183
|
-
"output":
|
183
|
+
"output":{
|
184
184
|
}
|
185
185
|
},
|
186
|
-
"description":
|
187
|
-
"id":
|
188
|
-
"title":
|
186
|
+
"description":"This operation detects faces in an image stored in an AWS S3 bucket.",
|
187
|
+
"id":"to-detect-faces-in-an-image-1481841782793",
|
188
|
+
"title":"To detect faces in an image"
|
189
189
|
}
|
190
190
|
],
|
191
|
-
"DetectLabels":
|
191
|
+
"DetectLabels":[
|
192
192
|
{
|
193
|
-
"input":
|
194
|
-
"Image":
|
195
|
-
"S3Object":
|
196
|
-
"Bucket":
|
197
|
-
"Name":
|
193
|
+
"input":{
|
194
|
+
"Image":{
|
195
|
+
"S3Object":{
|
196
|
+
"Bucket":"mybucket",
|
197
|
+
"Name":"myphoto"
|
198
198
|
}
|
199
199
|
},
|
200
|
-
"MaxLabels":
|
201
|
-
"MinConfidence":
|
200
|
+
"MaxLabels":123,
|
201
|
+
"MinConfidence":70
|
202
202
|
},
|
203
|
-
"output":
|
204
|
-
"Labels":
|
203
|
+
"output":{
|
204
|
+
"Labels":[
|
205
205
|
{
|
206
|
-
"Confidence":
|
207
|
-
"Name":
|
206
|
+
"Confidence":99.25072479248047,
|
207
|
+
"Name":"People"
|
208
208
|
},
|
209
209
|
{
|
210
|
-
"Confidence":
|
211
|
-
"Name":
|
210
|
+
"Confidence":99.25074005126953,
|
211
|
+
"Name":"Person"
|
212
212
|
}
|
213
213
|
]
|
214
214
|
},
|
215
|
-
"comments":
|
216
|
-
"input":
|
215
|
+
"comments":{
|
216
|
+
"input":{
|
217
217
|
},
|
218
|
-
"output":
|
218
|
+
"output":{
|
219
219
|
}
|
220
220
|
},
|
221
|
-
"description":
|
222
|
-
"id":
|
223
|
-
"title":
|
221
|
+
"description":"This operation detects labels in the supplied image",
|
222
|
+
"id":"to-detect-labels-1481834255770",
|
223
|
+
"title":"To detect labels"
|
224
224
|
}
|
225
225
|
],
|
226
|
-
"IndexFaces":
|
226
|
+
"IndexFaces":[
|
227
227
|
{
|
228
|
-
"input":
|
229
|
-
"CollectionId":
|
230
|
-
"DetectionAttributes":
|
228
|
+
"input":{
|
229
|
+
"CollectionId":"myphotos",
|
230
|
+
"DetectionAttributes":[
|
231
231
|
|
232
232
|
],
|
233
|
-
"ExternalImageId":
|
234
|
-
"Image":
|
235
|
-
"S3Object":
|
236
|
-
"Bucket":
|
237
|
-
"Name":
|
233
|
+
"ExternalImageId":"myphotoid",
|
234
|
+
"Image":{
|
235
|
+
"S3Object":{
|
236
|
+
"Bucket":"mybucket",
|
237
|
+
"Name":"myphoto"
|
238
238
|
}
|
239
239
|
}
|
240
240
|
},
|
241
|
-
"output":
|
242
|
-
"FaceRecords":
|
241
|
+
"output":{
|
242
|
+
"FaceRecords":[
|
243
243
|
{
|
244
|
-
"Face":
|
245
|
-
"BoundingBox":
|
246
|
-
"Height":
|
247
|
-
"Left":
|
248
|
-
"Top":
|
249
|
-
"Width":
|
244
|
+
"Face":{
|
245
|
+
"BoundingBox":{
|
246
|
+
"Height":0.33481481671333313,
|
247
|
+
"Left":0.31888890266418457,
|
248
|
+
"Top":0.4933333396911621,
|
249
|
+
"Width":0.25
|
250
250
|
},
|
251
|
-
"Confidence":
|
252
|
-
"FaceId":
|
253
|
-
"ImageId":
|
251
|
+
"Confidence":99.9991226196289,
|
252
|
+
"FaceId":"ff43d742-0c13-5d16-a3e8-03d3f58e980b",
|
253
|
+
"ImageId":"465f4e93-763e-51d0-b030-b9667a2d94b1"
|
254
254
|
},
|
255
|
-
"FaceDetail":
|
256
|
-
"BoundingBox":
|
257
|
-
"Height":
|
258
|
-
"Left":
|
259
|
-
"Top":
|
260
|
-
"Width":
|
255
|
+
"FaceDetail":{
|
256
|
+
"BoundingBox":{
|
257
|
+
"Height":0.33481481671333313,
|
258
|
+
"Left":0.31888890266418457,
|
259
|
+
"Top":0.4933333396911621,
|
260
|
+
"Width":0.25
|
261
261
|
},
|
262
|
-
"Confidence":
|
263
|
-
"Landmarks":
|
262
|
+
"Confidence":99.9991226196289,
|
263
|
+
"Landmarks":[
|
264
264
|
{
|
265
|
-
"Type":
|
266
|
-
"X":
|
267
|
-
"Y":
|
265
|
+
"Type":"eyeLeft",
|
266
|
+
"X":0.3976764678955078,
|
267
|
+
"Y":0.6248345971107483
|
268
268
|
},
|
269
269
|
{
|
270
|
-
"Type":
|
271
|
-
"X":
|
272
|
-
"Y":
|
270
|
+
"Type":"eyeRight",
|
271
|
+
"X":0.4810936450958252,
|
272
|
+
"Y":0.6317117214202881
|
273
273
|
},
|
274
274
|
{
|
275
|
-
"Type":
|
276
|
-
"X":
|
277
|
-
"Y":
|
275
|
+
"Type":"noseLeft",
|
276
|
+
"X":0.41986238956451416,
|
277
|
+
"Y":0.7111940383911133
|
278
278
|
},
|
279
279
|
{
|
280
|
-
"Type":
|
281
|
-
"X":
|
282
|
-
"Y":
|
280
|
+
"Type":"mouthDown",
|
281
|
+
"X":0.40525302290916443,
|
282
|
+
"Y":0.7497701048851013
|
283
283
|
},
|
284
284
|
{
|
285
|
-
"Type":
|
286
|
-
"X":
|
287
|
-
"Y":
|
285
|
+
"Type":"mouthUp",
|
286
|
+
"X":0.4753248989582062,
|
287
|
+
"Y":0.7558549642562866
|
288
288
|
}
|
289
289
|
],
|
290
|
-
"Pose":
|
291
|
-
"Pitch"
|
292
|
-
"Roll":
|
293
|
-
"Yaw"
|
290
|
+
"Pose":{
|
291
|
+
"Pitch":-9.713645935058594,
|
292
|
+
"Roll":4.707281112670898,
|
293
|
+
"Yaw":-24.438663482666016
|
294
294
|
},
|
295
|
-
"Quality":
|
296
|
-
"Brightness":
|
297
|
-
"Sharpness":
|
295
|
+
"Quality":{
|
296
|
+
"Brightness":29.23358917236328,
|
297
|
+
"Sharpness":80
|
298
298
|
}
|
299
299
|
}
|
300
300
|
},
|
301
301
|
{
|
302
|
-
"Face":
|
303
|
-
"BoundingBox":
|
304
|
-
"Height":
|
305
|
-
"Left":
|
306
|
-
"Top":
|
307
|
-
"Width":
|
302
|
+
"Face":{
|
303
|
+
"BoundingBox":{
|
304
|
+
"Height":0.32592591643333435,
|
305
|
+
"Left":0.5144444704055786,
|
306
|
+
"Top":0.15111111104488373,
|
307
|
+
"Width":0.24444444477558136
|
308
308
|
},
|
309
|
-
"Confidence":
|
310
|
-
"FaceId":
|
311
|
-
"ImageId":
|
309
|
+
"Confidence":99.99950408935547,
|
310
|
+
"FaceId":"8be04dba-4e58-520d-850e-9eae4af70eb2",
|
311
|
+
"ImageId":"465f4e93-763e-51d0-b030-b9667a2d94b1"
|
312
312
|
},
|
313
|
-
"FaceDetail":
|
314
|
-
"BoundingBox":
|
315
|
-
"Height":
|
316
|
-
"Left":
|
317
|
-
"Top":
|
318
|
-
"Width":
|
313
|
+
"FaceDetail":{
|
314
|
+
"BoundingBox":{
|
315
|
+
"Height":0.32592591643333435,
|
316
|
+
"Left":0.5144444704055786,
|
317
|
+
"Top":0.15111111104488373,
|
318
|
+
"Width":0.24444444477558136
|
319
319
|
},
|
320
|
-
"Confidence":
|
321
|
-
"Landmarks":
|
320
|
+
"Confidence":99.99950408935547,
|
321
|
+
"Landmarks":[
|
322
322
|
{
|
323
|
-
"Type":
|
324
|
-
"X":
|
325
|
-
"Y":
|
323
|
+
"Type":"eyeLeft",
|
324
|
+
"X":0.6006892323493958,
|
325
|
+
"Y":0.290842205286026
|
326
326
|
},
|
327
327
|
{
|
328
|
-
"Type":
|
329
|
-
"X":
|
330
|
-
"Y":
|
328
|
+
"Type":"eyeRight",
|
329
|
+
"X":0.6808141469955444,
|
330
|
+
"Y":0.29609042406082153
|
331
331
|
},
|
332
332
|
{
|
333
|
-
"Type":
|
334
|
-
"X":
|
335
|
-
"Y":
|
333
|
+
"Type":"noseLeft",
|
334
|
+
"X":0.6395332217216492,
|
335
|
+
"Y":0.3522595763206482
|
336
336
|
},
|
337
337
|
{
|
338
|
-
"Type":
|
339
|
-
"X":
|
340
|
-
"Y":
|
338
|
+
"Type":"mouthDown",
|
339
|
+
"X":0.5892083048820496,
|
340
|
+
"Y":0.38689887523651123
|
341
341
|
},
|
342
342
|
{
|
343
|
-
"Type":
|
344
|
-
"X":
|
345
|
-
"Y":
|
343
|
+
"Type":"mouthUp",
|
344
|
+
"X":0.674560010433197,
|
345
|
+
"Y":0.394125759601593
|
346
346
|
}
|
347
347
|
],
|
348
|
-
"Pose":
|
349
|
-
"Pitch"
|
350
|
-
"Roll":
|
351
|
-
"Yaw":
|
348
|
+
"Pose":{
|
349
|
+
"Pitch":-4.683138370513916,
|
350
|
+
"Roll":2.1029529571533203,
|
351
|
+
"Yaw":6.716655254364014
|
352
352
|
},
|
353
|
-
"Quality":
|
354
|
-
"Brightness":
|
355
|
-
"Sharpness":
|
353
|
+
"Quality":{
|
354
|
+
"Brightness":34.951698303222656,
|
355
|
+
"Sharpness":160
|
356
356
|
}
|
357
357
|
}
|
358
358
|
}
|
359
359
|
],
|
360
|
-
"OrientationCorrection":
|
360
|
+
"OrientationCorrection":"ROTATE_0"
|
361
361
|
},
|
362
|
-
"comments":
|
363
|
-
"input":
|
362
|
+
"comments":{
|
363
|
+
"input":{
|
364
364
|
},
|
365
|
-
"output":
|
365
|
+
"output":{
|
366
366
|
}
|
367
367
|
},
|
368
|
-
"description":
|
369
|
-
"id":
|
370
|
-
"title":
|
368
|
+
"description":"This operation detects faces in an image and adds them to the specified Rekognition collection.",
|
369
|
+
"id":"to-add-a-face-to-a-collection-1482179542923",
|
370
|
+
"title":"To add a face to a collection"
|
371
371
|
}
|
372
372
|
],
|
373
|
-
"ListCollections":
|
373
|
+
"ListCollections":[
|
374
374
|
{
|
375
|
-
"input":
|
375
|
+
"input":{
|
376
376
|
},
|
377
|
-
"output":
|
378
|
-
"CollectionIds":
|
377
|
+
"output":{
|
378
|
+
"CollectionIds":[
|
379
379
|
"myphotos"
|
380
380
|
]
|
381
381
|
},
|
382
|
-
"comments":
|
383
|
-
"input":
|
382
|
+
"comments":{
|
383
|
+
"input":{
|
384
384
|
},
|
385
|
-
"output":
|
385
|
+
"output":{
|
386
386
|
}
|
387
387
|
},
|
388
|
-
"description":
|
389
|
-
"id":
|
390
|
-
"title":
|
388
|
+
"description":"This operation returns a list of Rekognition collections.",
|
389
|
+
"id":"to-list-the-collections-1482179199088",
|
390
|
+
"title":"To list the collections"
|
391
391
|
}
|
392
392
|
],
|
393
|
-
"ListFaces":
|
393
|
+
"ListFaces":[
|
394
394
|
{
|
395
|
-
"input":
|
396
|
-
"CollectionId":
|
397
|
-
"MaxResults":
|
395
|
+
"input":{
|
396
|
+
"CollectionId":"myphotos",
|
397
|
+
"MaxResults":20
|
398
398
|
},
|
399
|
-
"output":
|
400
|
-
"Faces":
|
399
|
+
"output":{
|
400
|
+
"Faces":[
|
401
401
|
{
|
402
|
-
"BoundingBox":
|
403
|
-
"Height":
|
404
|
-
"Left":
|
405
|
-
"Top":
|
406
|
-
"Width":
|
402
|
+
"BoundingBox":{
|
403
|
+
"Height":0.18000000715255737,
|
404
|
+
"Left":0.5555559992790222,
|
405
|
+
"Top":0.336667001247406,
|
406
|
+
"Width":0.23999999463558197
|
407
407
|
},
|
408
|
-
"Confidence":
|
409
|
-
"FaceId":
|
410
|
-
"ImageId":
|
408
|
+
"Confidence":100,
|
409
|
+
"FaceId":"1c62e8b5-69a7-5b7d-b3cd-db4338a8a7e7",
|
410
|
+
"ImageId":"147fdf82-7a71-52cf-819b-e786c7b9746e"
|
411
411
|
},
|
412
412
|
{
|
413
|
-
"BoundingBox":
|
414
|
-
"Height":
|
415
|
-
"Left":
|
416
|
-
"Top":
|
417
|
-
"Width":
|
413
|
+
"BoundingBox":{
|
414
|
+
"Height":0.16555599868297577,
|
415
|
+
"Left":0.30963000655174255,
|
416
|
+
"Top":0.7066670060157776,
|
417
|
+
"Width":0.22074100375175476
|
418
418
|
},
|
419
|
-
"Confidence":
|
420
|
-
"FaceId":
|
421
|
-
"ImageId":
|
419
|
+
"Confidence":100,
|
420
|
+
"FaceId":"29a75abe-397b-5101-ba4f-706783b2246c",
|
421
|
+
"ImageId":"147fdf82-7a71-52cf-819b-e786c7b9746e"
|
422
422
|
},
|
423
423
|
{
|
424
|
-
"BoundingBox":
|
425
|
-
"Height":
|
426
|
-
"Left":
|
427
|
-
"Top":
|
428
|
-
"Width":
|
424
|
+
"BoundingBox":{
|
425
|
+
"Height":0.3234420120716095,
|
426
|
+
"Left":0.3233329951763153,
|
427
|
+
"Top":0.5,
|
428
|
+
"Width":0.24222199618816376
|
429
429
|
},
|
430
|
-
"Confidence":
|
431
|
-
"FaceId":
|
432
|
-
"ImageId":
|
430
|
+
"Confidence":99.99829864501953,
|
431
|
+
"FaceId":"38271d79-7bc2-5efb-b752-398a8d575b85",
|
432
|
+
"ImageId":"d5631190-d039-54e4-b267-abd22c8647c5"
|
433
433
|
},
|
434
434
|
{
|
435
|
-
"BoundingBox":
|
436
|
-
"Height":
|
437
|
-
"Left":
|
438
|
-
"Top":
|
439
|
-
"Width":
|
435
|
+
"BoundingBox":{
|
436
|
+
"Height":0.03555560111999512,
|
437
|
+
"Left":0.37388700246810913,
|
438
|
+
"Top":0.2477779984474182,
|
439
|
+
"Width":0.04747769981622696
|
440
440
|
},
|
441
|
-
"Confidence":
|
442
|
-
"FaceId":
|
443
|
-
"ImageId":
|
441
|
+
"Confidence":99.99210357666016,
|
442
|
+
"FaceId":"3b01bef0-c883-5654-ba42-d5ad28b720b3",
|
443
|
+
"ImageId":"812d9f04-86f9-54fc-9275-8d0dcbcb6784"
|
444
444
|
},
|
445
445
|
{
|
446
|
-
"BoundingBox":
|
447
|
-
"Height":
|
448
|
-
"Left":
|
449
|
-
"Top":
|
450
|
-
"Width":
|
446
|
+
"BoundingBox":{
|
447
|
+
"Height":0.05333330109715462,
|
448
|
+
"Left":0.2937690019607544,
|
449
|
+
"Top":0.35666701197624207,
|
450
|
+
"Width":0.07121659815311432
|
451
451
|
},
|
452
|
-
"Confidence":
|
453
|
-
"FaceId":
|
454
|
-
"ImageId":
|
452
|
+
"Confidence":99.99919891357422,
|
453
|
+
"FaceId":"4839a608-49d0-566c-8301-509d71b534d1",
|
454
|
+
"ImageId":"812d9f04-86f9-54fc-9275-8d0dcbcb6784"
|
455
455
|
},
|
456
456
|
{
|
457
|
-
"BoundingBox":
|
458
|
-
"Height":
|
459
|
-
"Left":
|
460
|
-
"Top":
|
461
|
-
"Width":
|
457
|
+
"BoundingBox":{
|
458
|
+
"Height":0.3249259889125824,
|
459
|
+
"Left":0.5155559778213501,
|
460
|
+
"Top":0.1513350009918213,
|
461
|
+
"Width":0.24333299696445465
|
462
462
|
},
|
463
|
-
"Confidence":
|
464
|
-
"FaceId":
|
465
|
-
"ImageId":
|
463
|
+
"Confidence":99.99949645996094,
|
464
|
+
"FaceId":"70008e50-75e4-55d0-8e80-363fb73b3a14",
|
465
|
+
"ImageId":"d5631190-d039-54e4-b267-abd22c8647c5"
|
466
466
|
},
|
467
467
|
{
|
468
|
-
"BoundingBox":
|
469
|
-
"Height":
|
470
|
-
"Left":
|
471
|
-
"Top":
|
472
|
-
"Width":
|
468
|
+
"BoundingBox":{
|
469
|
+
"Height":0.03777780011296272,
|
470
|
+
"Left":0.7002969980239868,
|
471
|
+
"Top":0.18777799606323242,
|
472
|
+
"Width":0.05044509842991829
|
473
473
|
},
|
474
|
-
"Confidence":
|
475
|
-
"FaceId":
|
476
|
-
"ImageId":
|
474
|
+
"Confidence":99.92639923095703,
|
475
|
+
"FaceId":"7f5f88ed-d684-5a88-b0df-01e4a521552b",
|
476
|
+
"ImageId":"812d9f04-86f9-54fc-9275-8d0dcbcb6784"
|
477
477
|
},
|
478
478
|
{
|
479
|
-
"BoundingBox":
|
480
|
-
"Height":
|
481
|
-
"Left":
|
482
|
-
"Top":
|
483
|
-
"Width":
|
479
|
+
"BoundingBox":{
|
480
|
+
"Height":0.05555560067296028,
|
481
|
+
"Left":0.13946600258350372,
|
482
|
+
"Top":0.46333301067352295,
|
483
|
+
"Width":0.07270029932260513
|
484
484
|
},
|
485
|
-
"Confidence":
|
486
|
-
"FaceId":
|
487
|
-
"ImageId":
|
485
|
+
"Confidence":99.99469757080078,
|
486
|
+
"FaceId":"895b4e2c-81de-5902-a4bd-d1792bda00b2",
|
487
|
+
"ImageId":"812d9f04-86f9-54fc-9275-8d0dcbcb6784"
|
488
488
|
},
|
489
489
|
{
|
490
|
-
"BoundingBox":
|
491
|
-
"Height":
|
492
|
-
"Left":
|
493
|
-
"Top":
|
494
|
-
"Width":
|
490
|
+
"BoundingBox":{
|
491
|
+
"Height":0.3259260058403015,
|
492
|
+
"Left":0.5144439935684204,
|
493
|
+
"Top":0.15111100673675537,
|
494
|
+
"Width":0.24444399774074554
|
495
495
|
},
|
496
|
-
"Confidence":
|
497
|
-
"FaceId":
|
498
|
-
"ImageId":
|
496
|
+
"Confidence":99.99949645996094,
|
497
|
+
"FaceId":"8be04dba-4e58-520d-850e-9eae4af70eb2",
|
498
|
+
"ImageId":"465f4e93-763e-51d0-b030-b9667a2d94b1"
|
499
499
|
},
|
500
500
|
{
|
501
|
-
"BoundingBox":
|
502
|
-
"Height":
|
503
|
-
"Left":
|
504
|
-
"Top":
|
505
|
-
"Width":
|
501
|
+
"BoundingBox":{
|
502
|
+
"Height":0.18888899683952332,
|
503
|
+
"Left":0.3783380091190338,
|
504
|
+
"Top":0.2355560064315796,
|
505
|
+
"Width":0.25222599506378174
|
506
506
|
},
|
507
|
-
"Confidence":
|
508
|
-
"FaceId":
|
509
|
-
"ImageId":
|
507
|
+
"Confidence":99.9999008178711,
|
508
|
+
"FaceId":"908544ad-edc3-59df-8faf-6a87cc256cf5",
|
509
|
+
"ImageId":"3c731605-d772-541a-a5e7-0375dbc68a07"
|
510
510
|
},
|
511
511
|
{
|
512
|
-
"BoundingBox":
|
513
|
-
"Height":
|
514
|
-
"Left":
|
515
|
-
"Top":
|
516
|
-
"Width":
|
512
|
+
"BoundingBox":{
|
513
|
+
"Height":0.33481499552726746,
|
514
|
+
"Left":0.31888899207115173,
|
515
|
+
"Top":0.49333301186561584,
|
516
|
+
"Width":0.25
|
517
517
|
},
|
518
|
-
"Confidence":
|
519
|
-
"FaceId":
|
520
|
-
"ImageId":
|
518
|
+
"Confidence":99.99909973144531,
|
519
|
+
"FaceId":"ff43d742-0c13-5d16-a3e8-03d3f58e980b",
|
520
|
+
"ImageId":"465f4e93-763e-51d0-b030-b9667a2d94b1"
|
521
521
|
}
|
522
522
|
]
|
523
523
|
},
|
524
|
-
"comments":
|
525
|
-
"input":
|
524
|
+
"comments":{
|
525
|
+
"input":{
|
526
526
|
},
|
527
|
-
"output":
|
527
|
+
"output":{
|
528
528
|
}
|
529
529
|
},
|
530
|
-
"description":
|
531
|
-
"id":
|
532
|
-
"title":
|
530
|
+
"description":"This operation lists the faces in a Rekognition collection.",
|
531
|
+
"id":"to-list-the-faces-in-a-collection-1482181416530",
|
532
|
+
"title":"To list the faces in a collection"
|
533
533
|
}
|
534
534
|
],
|
535
|
-
"SearchFaces":
|
535
|
+
"SearchFaces":[
|
536
536
|
{
|
537
|
-
"input":
|
538
|
-
"CollectionId":
|
539
|
-
"FaceId":
|
540
|
-
"FaceMatchThreshold":
|
541
|
-
"MaxFaces":
|
542
|
-
},
|
543
|
-
"output":
|
544
|
-
"FaceMatches":
|
537
|
+
"input":{
|
538
|
+
"CollectionId":"myphotos",
|
539
|
+
"FaceId":"70008e50-75e4-55d0-8e80-363fb73b3a14",
|
540
|
+
"FaceMatchThreshold":90,
|
541
|
+
"MaxFaces":10
|
542
|
+
},
|
543
|
+
"output":{
|
544
|
+
"FaceMatches":[
|
545
545
|
{
|
546
|
-
"Face":
|
547
|
-
"BoundingBox":
|
548
|
-
"Height":
|
549
|
-
"Left":
|
550
|
-
"Top":
|
551
|
-
"Width":
|
546
|
+
"Face":{
|
547
|
+
"BoundingBox":{
|
548
|
+
"Height":0.3259260058403015,
|
549
|
+
"Left":0.5144439935684204,
|
550
|
+
"Top":0.15111100673675537,
|
551
|
+
"Width":0.24444399774074554
|
552
552
|
},
|
553
|
-
"Confidence":
|
554
|
-
"FaceId":
|
555
|
-
"ImageId":
|
553
|
+
"Confidence":99.99949645996094,
|
554
|
+
"FaceId":"8be04dba-4e58-520d-850e-9eae4af70eb2",
|
555
|
+
"ImageId":"465f4e93-763e-51d0-b030-b9667a2d94b1"
|
556
556
|
},
|
557
|
-
"Similarity":
|
557
|
+
"Similarity":99.97222137451172
|
558
558
|
},
|
559
559
|
{
|
560
|
-
"Face":
|
561
|
-
"BoundingBox":
|
562
|
-
"Height":
|
563
|
-
"Left":
|
564
|
-
"Top":
|
565
|
-
"Width":
|
560
|
+
"Face":{
|
561
|
+
"BoundingBox":{
|
562
|
+
"Height":0.16555599868297577,
|
563
|
+
"Left":0.30963000655174255,
|
564
|
+
"Top":0.7066670060157776,
|
565
|
+
"Width":0.22074100375175476
|
566
566
|
},
|
567
|
-
"Confidence":
|
568
|
-
"FaceId":
|
569
|
-
"ImageId":
|
567
|
+
"Confidence":100,
|
568
|
+
"FaceId":"29a75abe-397b-5101-ba4f-706783b2246c",
|
569
|
+
"ImageId":"147fdf82-7a71-52cf-819b-e786c7b9746e"
|
570
570
|
},
|
571
|
-
"Similarity":
|
571
|
+
"Similarity":97.04154968261719
|
572
572
|
},
|
573
573
|
{
|
574
|
-
"Face":
|
575
|
-
"BoundingBox":
|
576
|
-
"Height":
|
577
|
-
"Left":
|
578
|
-
"Top":
|
579
|
-
"Width":
|
574
|
+
"Face":{
|
575
|
+
"BoundingBox":{
|
576
|
+
"Height":0.18888899683952332,
|
577
|
+
"Left":0.3783380091190338,
|
578
|
+
"Top":0.2355560064315796,
|
579
|
+
"Width":0.25222599506378174
|
580
580
|
},
|
581
|
-
"Confidence":
|
582
|
-
"FaceId":
|
583
|
-
"ImageId":
|
581
|
+
"Confidence":99.9999008178711,
|
582
|
+
"FaceId":"908544ad-edc3-59df-8faf-6a87cc256cf5",
|
583
|
+
"ImageId":"3c731605-d772-541a-a5e7-0375dbc68a07"
|
584
584
|
},
|
585
|
-
"Similarity":
|
585
|
+
"Similarity":95.94520568847656
|
586
586
|
}
|
587
587
|
],
|
588
|
-
"SearchedFaceId":
|
588
|
+
"SearchedFaceId":"70008e50-75e4-55d0-8e80-363fb73b3a14"
|
589
589
|
},
|
590
|
-
"comments":
|
591
|
-
"input":
|
590
|
+
"comments":{
|
591
|
+
"input":{
|
592
592
|
},
|
593
|
-
"output":
|
593
|
+
"output":{
|
594
594
|
}
|
595
595
|
},
|
596
|
-
"description":
|
597
|
-
"id":
|
598
|
-
"title":
|
596
|
+
"description":"This operation searches for matching faces in the collection the supplied face belongs to.",
|
597
|
+
"id":"to-delete-a-face-1482182799377",
|
598
|
+
"title":"To delete a face"
|
599
599
|
}
|
600
600
|
],
|
601
|
-
"SearchFacesByImage":
|
601
|
+
"SearchFacesByImage":[
|
602
602
|
{
|
603
|
-
"input":
|
604
|
-
"CollectionId":
|
605
|
-
"FaceMatchThreshold":
|
606
|
-
"Image":
|
607
|
-
"S3Object":
|
608
|
-
"Bucket":
|
609
|
-
"Name":
|
603
|
+
"input":{
|
604
|
+
"CollectionId":"myphotos",
|
605
|
+
"FaceMatchThreshold":95,
|
606
|
+
"Image":{
|
607
|
+
"S3Object":{
|
608
|
+
"Bucket":"mybucket",
|
609
|
+
"Name":"myphoto"
|
610
610
|
}
|
611
611
|
},
|
612
|
-
"MaxFaces":
|
612
|
+
"MaxFaces":5
|
613
613
|
},
|
614
|
-
"output":
|
615
|
-
"FaceMatches":
|
614
|
+
"output":{
|
615
|
+
"FaceMatches":[
|
616
616
|
{
|
617
|
-
"Face":
|
618
|
-
"BoundingBox":
|
619
|
-
"Height":
|
620
|
-
"Left":
|
621
|
-
"Top":
|
622
|
-
"Width":
|
617
|
+
"Face":{
|
618
|
+
"BoundingBox":{
|
619
|
+
"Height":0.3234420120716095,
|
620
|
+
"Left":0.3233329951763153,
|
621
|
+
"Top":0.5,
|
622
|
+
"Width":0.24222199618816376
|
623
623
|
},
|
624
|
-
"Confidence":
|
625
|
-
"FaceId":
|
626
|
-
"ImageId":
|
624
|
+
"Confidence":99.99829864501953,
|
625
|
+
"FaceId":"38271d79-7bc2-5efb-b752-398a8d575b85",
|
626
|
+
"ImageId":"d5631190-d039-54e4-b267-abd22c8647c5"
|
627
627
|
},
|
628
|
-
"Similarity":
|
628
|
+
"Similarity":99.97036743164062
|
629
629
|
}
|
630
630
|
],
|
631
|
-
"SearchedFaceBoundingBox":
|
632
|
-
"Height":
|
633
|
-
"Left":
|
634
|
-
"Top":
|
635
|
-
"Width":
|
631
|
+
"SearchedFaceBoundingBox":{
|
632
|
+
"Height":0.33481481671333313,
|
633
|
+
"Left":0.31888890266418457,
|
634
|
+
"Top":0.4933333396911621,
|
635
|
+
"Width":0.25
|
636
636
|
},
|
637
|
-
"SearchedFaceConfidence":
|
637
|
+
"SearchedFaceConfidence":99.9991226196289
|
638
638
|
},
|
639
|
-
"comments":
|
640
|
-
"input":
|
639
|
+
"comments":{
|
640
|
+
"input":{
|
641
641
|
},
|
642
|
-
"output":
|
642
|
+
"output":{
|
643
643
|
}
|
644
644
|
},
|
645
|
-
"description":
|
646
|
-
"id":
|
647
|
-
"title":
|
645
|
+
"description":"This operation searches for faces in a Rekognition collection that match the largest face in an S3 bucket stored image.",
|
646
|
+
"id":"to-search-for-faces-matching-a-supplied-image-1482175994491",
|
647
|
+
"title":"To search for faces matching a supplied image"
|
648
648
|
}
|
649
649
|
]
|
650
650
|
}
|
data/endpoints.json
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.71
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|