Structures¶
Json’s¶
- estimation_ethnicities¶
- ethnicities¶
- Object Properties:
estimations (
estimation_ethnicities
) – ethnicity classifer response.predominant_ethnicity (_enum_(asian)_(indian)_(caucasian)_(african)) – name of predominant ethnicity
- basic_attributes¶
- Object Properties:
age (_range_(0)_(101)) – Age estimation (in years, number - minimum: 0 - maximum: 100)
gender (_range_(0)_(2)) – Gender estimation ( minimum: 0 - maximum: 1)
ethnicities (
ethnicities
) – ethnicities estimation
{ "age": 94, "gender": 1, "ethnicities": { "estimations": { "asian": 0.123956055070651, "indian": 0.605100715639624, "caucasian": 0.974471775557411, "african": 0.348790681093528 }, "predominant_ethnicity": "african" } }
- extracted_attributes¶
- Object Properties:
url (url) – location of attributes
attribute_id (uuid4) – id of attributes
score (float) – face descriptor quality score
basic_attributes (
basic_attributes
) – basic attributessamples (_list_(uuid4)) – resource for attributes
{ "url": "https://nguyen.com/", "attribute_id": "a49c5924-dd2e-4a99-81a2-e4c42017d3af", "score": 0.844060641072493, "basic_attributes": { "age": 64, "gender": 0, "ethnicities": { "estimations": { "asian": 0.513664255223833, "indian": 0.17942660526252, "caucasian": 0.205654948949058, "african": 0.43020840177155 }, "predominant_ethnicity": "asian" } }, "samples": [ "727e9b22-36b2-4083-9792-9eb8c18693e5", "fe7eac7e-b762-442f-b455-d4ba26bb8ba6", "7d55e970-89cf-417c-b0fb-ca26766c5f71" ] }
- face¶
- Object Properties:
face_id (uuid4) – face id
external_id (str) – user defined external id of face
attribute_id (uuid4) – an id of attributes is associated with the face (nullable)
create_time (iso8601) – face create time
lists (_list_(uuid4)) – list of accounts list ids, the face is linked to
avatar (url) – avatar for face, references to a sample or a user-defined reference
event_id (uuid4) – id of event that generated the face (nullable)
user_data (user_name) – user data associated with the face.
{ "face_id": "18990a8f-b09f-43fb-9ad3-779950ccbb29", "external_id": "aszYaHFHUmWRSiPKrPRP", "attribute_id": "453165dc-ed11-406d-992a-aa59934706b6", "create_time": "2015-05-08T08:27:31.978597", "lists": [ "1d364921-076a-4630-baea-1e7fd8f02e08", "5d10847b-3f0a-4d73-8c4e-52ff14ca75a6", "b066df02-191e-4925-a0b3-0cc6a622e3e3" ], "avatar": "http://elliott-vaughn.com/", "event_id": "0248b7e6-f2a4-4777-983c-543636d8c29e", "user_data": "victor34" }
- match_list_info¶
- Object Properties:
list_id (uuid4) – list id which contains the faces
user_data (street_address) – user data associated with the list.
{ "list_id": "3433dfeb-a821-4243-9291-02c23eff76b3", "user_data": "7689 Cardenas Junction Suite 079" }
- event_match_result_by_face¶
-
JSON Example
{ "similarity": 0.374055470178827, "face": { "face_id": "8cdafded-26e3-4c7d-aa44-dec7e07636bd", "external_id": "dwQzyDJWyZnjMoxOnVMg", "attribute_id": "67ea42b1-e9e7-4dcf-9cab-a71f3af9637c", "create_time": "2015-05-07T06:10:09.771067", "lists": [ "e3523b65-a733-4b45-b8d4-05aa179c4b76", "9077031d-c1ec-47e7-bafa-b007d8bd5129", "0b7c199e-be80-4311-9e01-1970ee81dd72" ], "avatar": "http://george.com/", "event_id": "33a265a4-ec9c-4ef7-9c3d-5f5ed4bf7268", "user_data": "sabrina33" } }
- event_match_result_by_list¶
- Object Properties:
candidates (_list_(
event_match_result_by_face
)) – a top similar faces from a luna list or a list of faces.list_info (
match_list_info
) – info about a list which contains the faces (nullable)
{ "candidates": [ { "similarity": 0.188635583569825, "face": { "face_id": "4f3ab9e3-12b2-4329-a56f-715258c7b3e3", "external_id": "jfMuJECKWSGlegBbsXGl", "attribute_id": "4c95a33b-8c0a-4c11-a54f-ca0ca70b636f", "create_time": "1979-12-24T13:11:51.534446", "lists": [ "960a10f7-5e76-4d89-bc6c-bd62c342397a", "381aa5cf-644b-48ea-9cde-88ce3cc1cccd", "3526f08f-0e51-49fc-84e9-76fbef13e4fd" ], "avatar": "http://tran.com/", "event_id": "dad6f80b-85b3-4e75-804e-d318ee20877c", "user_data": "brianmendoza" } }, { "similarity": 0.503354348404491, "face": { "face_id": "22a69107-0b1c-43c8-8485-30171a8634fb", "external_id": "VcteIyzDJkTUqkyANsjP", "attribute_id": "0900b1a0-49b3-4510-8434-887f19a4fe41", "create_time": "1974-07-27T10:13:42.180270", "lists": [ "42a663e2-aba1-45d5-ad64-451af1c6ab3f", "7a890bfc-3010-4ec7-9350-f59c08abe5ac", "86e33fae-41af-496a-8b3c-ca953fc37f33" ], "avatar": "https://www.gardner-sawyer.com/", "event_id": "dbdbfeaa-b499-4912-bae1-e93b6dc3862e", "user_data": "lynnrodriguez" } }, { "similarity": 0.761396340909843, "face": { "face_id": "eb45f917-8cc8-4adb-abcf-2cc31312120d", "external_id": "gdfQMSsckywLFDycxzWU", "attribute_id": "ac732d8f-a16f-4907-9937-de10cff4fac6", "create_time": "1989-08-08T18:02:14.440550", "lists": [ "c323a90f-399c-4570-8400-4426689f37c7", "a5e34836-2d36-452e-bb23-771336e3927f", "6cf43521-145d-4c0f-9a9a-c97f9e6fbe90" ], "avatar": "https://guzman.com/", "event_id": "ccb504df-9c53-4c84-a75b-486dd057ef46", "user_data": "kylehancock" } } ], "list_info": { "list_id": "7b160666-cb41-4779-bf66-0948d6cc1c02", "user_data": "27038 Thomas Station" } }
- rect¶
- quality¶
- Object Properties:
light (float) – Low value means overlit face area (i.e. overbright lighting, sensor overexposure), minimum: 0 - maximum: 1.
dark (float) – Low value means underlit face area (i.e. due to backlight, poor lighting, sensor underexposure), minimum: 0 - maximum: 1.
saturation (float) – Low value means low saturation (e.g. grayscale images), minimum: 0 - maximum: 1.
blurriness (float) – Low value means blurred image (e.g. due to depth of field or motion blur). High value means sharp image, minimum: 0 - maximum: 1.
- detection¶
- Object Properties:
attributes (
face_attributes
) – face attributes (nullable)quality (
quality
) – image quality. These are estimated visual properties of images (nullable)rect (
rect
) – bounding rectangle (nullable)landmarks5 (_list_(_tuple_(int)_(int))) – array of 5 landmarks. (nullable)
landmarks68 (_list_(_tuple_(int)_(int))) – array of 68 landmarks (nullable)
- sample¶
- event_detection¶
- event¶
- Object Properties:
samples (_list_(uuid4)) – list of samples which is assosiated with the event
attributes (
extracted_attributes
) – list of samples which is assosiated with the eventsource (street_address) – additional information, provided by user with event (nullable)
tags (_list_(str)) – additional information, provided by user with event (nullable)
event_id (uuid4) – event id
match (_list_(
event_match_result_by_list
)) – sorted list with match result for the event (nullable)url (url) – location of event
face (
face
) – face which is created from event (nullable)
- events_to_redis¶
- Object Properties:
samples (_list_(uuid4)) – list of samples which is assosiated with the event
attributes (
extracted_attributes
) – list of samples which is assosiated with the eventsource (street_address) – additional information, provided by user with event (nullable)
tags (_list_(str)) – additional information, provided by user with event (nullable)
event_id (uuid4) – event id
match (_list_(
event_match_result_by_list
)) – sorted list with match result for the event (nullable)url (url) – location of event
face (
face
) – face which is created from event (nullable)detections (_list_(
event_detection
)) – all event detections
- msg_to_luna_sender¶
- Object Properties:
handler_id (uuid4) – handler id
Luna-Request-Id (str) – request id
events (_list_(
events_to_redis
)) – list of eventsevents_time (iso8601) – event times
{ "handler_id": "3e454fe0-c66d-4194-9284-854ebe5a9281", "Luna-Request-Id": "MLYxLQbTCPGWFIQlpCUV", "events": [ { "samples": [ "1d5ec842-9db5-446b-bd5d-045f015485e2", "1c95027b-02a9-42e9-8af2-13f8ac23382b", "8468390a-c019-477e-8662-09fbc40dfb0f" ], "attributes": { "url": "https://www.crosby-pugh.com/", "attribute_id": "5304512e-d708-4231-bd33-a7616ba720f4", "score": 0.82227821557286, "basic_attributes": { "age": 48, "gender": 1, "ethnicities": { "estimations": { "asian": 0.488034456241854, "indian": 0.75913262973354, "caucasian": 0.25376586590736, "african": 0.957772504761077 }, "predominant_ethnicity": "caucasian" } }, "samples": [ "aa21a531-8ad5-4feb-bb97-0977bd8fb024", "2a8f3d1d-5106-4ce0-b45a-76998bd97c7e", "f7c0dc83-0b4b-4d41-a20d-e46a07928967" ] }, "source": "50935 Johnson Courts", "tags": [ "DdygcaeFhsUdiUaTjXDq", "oSzAsVWsOcxVjxpuCEGk", "CiOYCGEYOicTphPwWHdI" ], "event_id": "b19dee75-106f-431c-970f-619bd7295049", "match": [ { "candidates": [ { "similarity": 0.585605972326703, "face": { "face_id": "213a4f25-79e4-485d-a505-17dab2ffe767", "external_id": "JClTfrdqKWGVHvwIkCZL", "attribute_id": "4b943b84-3a1d-4c39-ba1a-813d8703e75b", "create_time": "1987-04-18T10:20:44.648758", "lists": [ "4b7bbd8b-9d81-402c-9fc5-7100a15918f0", "3411d16c-952c-49ff-bfeb-acad9453b738", "c21046d9-cc0d-4049-8c5f-e6d780cccf2e" ], "avatar": "https://www.mitchell.net/", "event_id": "a1ff3f8f-4264-406e-844a-4d3a25058031", "user_data": "lindaherrera" } }, { "similarity": 0.714594721248057, "face": { "face_id": "959ecd43-2b69-48e2-ac44-be042690602b", "external_id": "MuiDaTCBsumKKzEYPVbi", "attribute_id": "a920ce34-9f47-4b1b-afb7-762689ca7a2a", "create_time": "2005-05-30T02:20:16.575715", "lists": [ "5617f385-6f7d-4fef-8d9f-22f916e91d84", "4373feb9-7e0c-42a0-9cc6-2a35c01c5c78", "f6656997-e143-48a9-b0c7-60bae5c8eaec" ], "avatar": "http://price.com/", "event_id": "733b99b7-3512-4d3f-a8e8-86797f875c56", "user_data": "brent48" } }, { "similarity": 0.550784926668212, "face": { "face_id": "0ea89ae6-2283-49a8-96dd-9cd4e94c43e2", "external_id": "dOZzMVqVKjvzdtaHoyyB", "attribute_id": "5eacd064-4b96-4a7b-b424-258802ae76ea", "create_time": "2021-07-22T22:14:29.997170", "lists": [ "fafac813-43d0-4652-8a2b-39829ef98646", "cdca9256-235e-433a-be23-0fdf524975e4", "397a8e98-61cd-44ca-b38f-6b5de5ad30d1" ], "avatar": "https://www.collins.org/", "event_id": "11c4819b-244e-4000-8af4-27c97d1243fb", "user_data": "danielle81" } } ], "list_info": { "list_id": "6f835751-83c7-4725-ad9d-0595c1d053d5", "user_data": "8179 Kathryn Lakes" } }, { "candidates": [ { "similarity": 0.94344382203142, "face": { "face_id": "28a7fcb9-cf40-42eb-aec7-adc984405fa4", "external_id": "eiYCcKOpLoKjVmVRNRTZ", "attribute_id": "c1695900-bf3d-4f53-91e3-b4d7c5151419", "create_time": "1997-08-27T20:13:48.581672", "lists": [ "972adf46-e9e6-4567-954a-207e6d11d06c", "c5710bea-fef7-473c-9827-e85d5f46c698", "1d1cb8b2-1f20-494d-a4b8-82f65ac7690b" ], "avatar": "http://www.cook.com/", "event_id": "468199c0-7aea-4d28-8314-dfaa98c674b8", "user_data": "brandon67" } }, { "similarity": 0.169472451652013, "face": { "face_id": "d936362a-0592-414a-aa1a-a884921af89e", "external_id": "DxtYNyMqMRGsrvptPJoS", "attribute_id": "0299cf4d-a518-4ff7-bf20-a9550553a951", "create_time": "1997-04-25T13:51:45.260628", "lists": [ "61cb05d4-4135-420b-86ba-8344a604f5b4", "ab6dffce-b791-4f5a-a338-077c0ef29b92", "4c79e9e0-1d21-4e7c-9170-a2bc433589a4" ], "avatar": "https://www.jackson.biz/", "event_id": "922b2966-3e18-43be-a364-05713789bfc2", "user_data": "qholden" } }, { "similarity": 0.115753931017054, "face": { "face_id": "1d7f74b6-106c-4dde-9155-986465d57900", "external_id": "MGbBqHGdDOoDkDSxTOOJ", "attribute_id": "632018f2-b2d3-40de-9214-b241f7a71081", "create_time": "1984-03-20T19:55:58.961736", "lists": [ "43bc64ab-e31d-463c-8971-374fae5c90d5", "2c0583a3-055b-4d69-87ba-62b5060d0a7b", "e9127285-9cd1-40fc-8740-098f9dddf0f6" ], "avatar": "http://www.terrell-johnson.org/", "event_id": "2d42deb0-6d84-4bff-9a9e-c1e08b9f1b9b", "user_data": "duarteparker" } } ], "list_info": { "list_id": "707c61c2-2fe8-4b00-92be-f0db136eb8bb", "user_data": "8856 Anita Mountain" } }, { "candidates": [ { "similarity": 0.274080989221032, "face": { "face_id": "1ffdea87-cee0-4173-a170-d6c7b36e2353", "external_id": "jEzDfLytEllyfSLgxfXW", "attribute_id": "d4374c48-1d86-4b24-800d-e2cfdccf340f", "create_time": "2004-09-24T00:58:30.990933", "lists": [ "24e7467a-52da-448a-9b7c-eb5cb8e2fdc0", "f54deb4c-7fe7-46b0-98fd-bbc5e6e66c5d", "68498224-d49f-4b5b-8e55-a231af6dff9e" ], "avatar": "http://www.jones-miles.biz/", "event_id": "ff580f44-c04c-48c2-8452-88499e3d3323", "user_data": "mcummings" } }, { "similarity": 0.44254505112413, "face": { "face_id": "7fa9cf19-9bbe-4ad7-a48e-2def0a7b6dc7", "external_id": "xssCgYMeMVMFcsigHAcP", "attribute_id": "a8830228-2fdd-4ef9-a936-70ee0d3b8bd5", "create_time": "1978-05-12T15:30:18.124391", "lists": [ "e36add48-7ba2-4ea5-afb6-21fabe9c9494", "ba67ea1b-7857-4340-a764-e8c63d36b800", "daa8bfba-2b93-420a-b580-c3f491efac5a" ], "avatar": "https://alexander.com/", "event_id": "46a365e1-1c44-4c7e-aca5-bdf13873f3cb", "user_data": "lopezdanny" } }, { "similarity": 0.707571493541694, "face": { "face_id": "800aeea9-1123-40a8-b64e-378737628412", "external_id": "OgLZpbtYHtuaParuUedk", "attribute_id": "23d16772-d73b-4ea3-bff0-7bbecaedcb2f", "create_time": "1997-01-26T11:20:04.434427", "lists": [ "5da56c07-e09b-4617-b60b-f8a412e7df46", "d4942234-6af5-475d-b0e3-5a4fe772986e", "9351b918-fbc7-4c39-94e2-6386b890bd36" ], "avatar": "http://dixon.com/", "event_id": "c41ea191-2aeb-4f0a-aa59-4a555c4cdda9", "user_data": "angelacompton" } } ], "list_info": { "list_id": "264f6d9e-e8fd-4a56-9b20-383806e5fb69", "user_data": "8695 Carrie Drive" } } ], "url": "https://lara.net/", "face": { "face_id": "fcf1cb09-1649-413f-8aaf-83c19b937a94", "external_id": "MdqFrgZJCJtAKFVzqjMw", "attribute_id": "98a77284-913b-42d5-ac2a-5225d2b37612", "create_time": "2008-08-01T01:42:21.925602", "lists": [ "8f217189-2790-4cb3-afc2-0a2dc31d5314", "b9e5c320-9a92-4a97-aac7-4809ce76a275", "329192b4-7c21-4d04-81ab-45cf7299b1f6" ], "avatar": "http://valdez-stephens.com/", "event_id": "9f7c8c93-1b7e-4bb6-be2c-ed71880c7090", "user_data": "ashley70" }, "detections": [ { "filename": "awBCLxiDsPyiDsBcgEaq", "sample": { "url": "https://holt.com/", "sample_id": "b08073e1-7faa-4698-9157-5013dd90f9c2", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.810646956173761, "dark": 0.86927356781006, "saturation": 0.161773737456245, "blurriness": 0.84305856885081 }, "rect": { "height": 6534, "width": 5812, "x": 8623, "y": 3802 }, "landmarks5": [ [ 399, 5084 ], [ 5932, 5161 ], [ 6221, 8146 ] ], "landmarks68": [ [ 6340, 1484 ], [ 7494, 2499 ], [ 1199, 3685 ] ] } } }, { "filename": "ozYwylNoQHXhoiAbEysk", "sample": { "url": "http://garrison.net/", "sample_id": "2f92af37-3f09-415e-a21e-b3a22564b498", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.583846038806544, "dark": 0.99076265291678, "saturation": 0.566791284150059, "blurriness": 0.753554852470124 }, "rect": { "height": 7567, "width": 7496, "x": 2907, "y": 465 }, "landmarks5": [ [ 4724, 5646 ], [ 732, 3133 ], [ 9957, 4129 ] ], "landmarks68": [ [ 784, 5779 ], [ 8150, 971 ], [ 5630, 9875 ] ] } } }, { "filename": "PUuNVxxhZpaTyeotaIpA", "sample": { "url": "http://www.lopez.com/", "sample_id": "02d2a90e-7c3e-457e-b6fd-600070e27ea9", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.696948442703596, "dark": 0.438866790541969, "saturation": 0.4647723451155, "blurriness": 0.371236010447934 }, "rect": { "height": 3618, "width": 437, "x": 3790, "y": 5894 }, "landmarks5": [ [ 4976, 3242 ], [ 2531, 4422 ], [ 1359, 9331 ] ], "landmarks68": [ [ 4500, 2966 ], [ 5284, 6435 ], [ 5269, 9127 ] ] } } } ] }, { "samples": [ "0f5a98d0-7945-4093-93bf-b0cc582a864d", "bb0ca229-02c4-456f-946e-8e97c3ba031d", "0acd9b1e-35bf-4bf2-9f7e-d39e6019461b" ], "attributes": { "url": "https://www.smith.com/", "attribute_id": "70b81d39-3bca-4895-971f-94bcf226318b", "score": 0.717075567854265, "basic_attributes": { "age": 12, "gender": 0, "ethnicities": { "estimations": { "asian": 0.977213007343822, "indian": 0.363213423393822, "caucasian": 0.458772020381304, "african": 0.80902089431574 }, "predominant_ethnicity": "indian" } }, "samples": [ "2bfeea80-ece5-42df-9bb4-3bfe932c8687", "581aad49-cd52-43b3-9011-5c94969fd96d", "80bf419a-30fb-48ea-a8f1-edbbe0d66009" ] }, "source": "482 Bell Field", "tags": [ "nHhpejjjcVIPotJAPoym", "iTGRPVgLIIVhEdtKFSPu", "PgXhTMlLdehSHQqhGAAy" ], "event_id": "23cbe78f-f90c-40e3-9f07-5ffe8a25ef76", "match": [ { "candidates": [ { "similarity": 0.483130183481956, "face": { "face_id": "1c3f1a4b-44c6-4b27-8f3f-cd3171ed5ce7", "external_id": "RfypDuiHqLEwMbbDsvaW", "attribute_id": "0b783ae6-dca8-4664-9eee-5dc849c9abfd", "create_time": "1971-01-14T08:51:09.801533", "lists": [ "c057af48-c205-470e-8caf-6c34236e405f", "e148c1fd-3b5f-4fbb-96c4-426c0747fb3c", "ed7b007d-8cfb-449b-afea-4d157bfdd0b5" ], "avatar": "https://www.ross.info/", "event_id": "08ef567e-99fa-4d26-9b6d-237d97f23cfb", "user_data": "farrellmackenzie" } }, { "similarity": 0.337382754948085, "face": { "face_id": "9bc4f44e-0441-40d1-b4fb-608ef39b6bb1", "external_id": "NySjdwTCymudYGAQziPP", "attribute_id": "a7d1cd54-4d01-4700-88f8-8cf2213ee7ba", "create_time": "2008-01-26T07:15:01.977286", "lists": [ "03f92eca-a0b9-4653-bec5-f2d8bc61cc36", "d9f4a276-21f4-4f1c-8ac1-0d0cb850f212", "94edf54c-34d8-4f42-9b95-3c758a77d8fa" ], "avatar": "https://www.davis.com/", "event_id": "4b0e346c-d53a-410d-9172-91ae90d5cde7", "user_data": "browncaitlyn" } }, { "similarity": 0.446407659413617, "face": { "face_id": "a6816b2a-6ad6-4373-a491-6436d5f7b731", "external_id": "nzXJzBFKflrgRCeDisfM", "attribute_id": "f46ed721-73d1-403f-8155-67b6eb35e7e0", "create_time": "1976-03-28T17:34:32.311488", "lists": [ "5898d0c5-ecf1-41ec-b192-6dd78d6cc24d", "03461362-cc94-4122-bcf6-32488ef795c5", "5ae10c98-9878-43ea-82a8-d9926966806c" ], "avatar": "https://www.rollins-lamb.com/", "event_id": "411fb631-67ae-4044-9246-1fe0b24eafd9", "user_data": "amyrose" } } ], "list_info": { "list_id": "6a32de89-ddb4-49e8-881c-422055b63310", "user_data": "24889 Charles Square" } }, { "candidates": [ { "similarity": 0.64852207042688, "face": { "face_id": "be2f49f6-81b2-4bfe-b6be-30d4e2fcfab1", "external_id": "DKWxKJLUUvGJFTwQJaKF", "attribute_id": "fcb42444-b61a-4365-b8a0-4c629aae845b", "create_time": "1972-11-27T06:54:08.901942", "lists": [ "4f836739-08e6-431f-9cab-b975b42ac4c9", "066cd08f-ac54-4235-b0c0-0823c77d297f", "0ebf3c67-43ca-4266-84c1-790844a9a036" ], "avatar": "http://www.roach.com/", "event_id": "9b66db83-4b9b-4580-9a0e-4447933b4978", "user_data": "olane" } }, { "similarity": 0.503780674906794, "face": { "face_id": "6ee6f8a6-31f5-4369-b9a6-994996548eb2", "external_id": "CYLWdnGwIVcbZTFIADUm", "attribute_id": "e4dc8838-c009-4465-a87b-9fba838a62e5", "create_time": "2013-06-18T11:31:01.072584", "lists": [ "ff4acf8a-bdcd-4ab9-a65a-b608ff44839d", "76dbdced-6d26-46c3-a5c5-964ca41970db", "22a4c472-212d-4a00-ae54-f09ca4d67d2a" ], "avatar": "https://jacobs-boyd.com/", "event_id": "470db081-0a7e-4b92-a4eb-95933a746448", "user_data": "fred01" } }, { "similarity": 0.830121518358209, "face": { "face_id": "3fd94759-0101-4ed3-9b80-b0f7081358bb", "external_id": "jhjOopJCZRNnBcYIsfgQ", "attribute_id": "4a9c165f-05ba-4a7e-b49f-32c2dc672c17", "create_time": "1996-03-12T16:23:43.752475", "lists": [ "751157a7-b9db-402f-9972-c0c590e18c77", "bd612fe1-cc3b-4cfb-b025-a86f033393ee", "45cb09e7-ba22-4296-8bd7-740c99d4b889" ], "avatar": "https://crawford.com/", "event_id": "128f1a3e-5359-4da0-8df7-45852e56a9f6", "user_data": "pmartin" } } ], "list_info": { "list_id": "98ecfa84-88f9-46e8-b4cd-3fa9ea109221", "user_data": "90876 Dale Oval Suite 090" } }, { "candidates": [ { "similarity": 0.886155870674477, "face": { "face_id": "b822f9c6-4515-48f9-90c8-e78ca3e4d97b", "external_id": "AetGjotbGTEdQicCSKJU", "attribute_id": "5baee4d7-6226-4876-9e3e-34b5067038db", "create_time": "2009-10-28T09:14:50.738912", "lists": [ "9e94e05d-a056-43b7-8958-d2ed371e21e7", "8e8cba99-4c6d-4281-bf76-73542623b75e", "6c9d488c-e637-4e27-8086-8b9969641907" ], "avatar": "http://www.lawson.com/", "event_id": "5181c742-d67a-4659-b139-a43bbea4a08a", "user_data": "ewilliams" } }, { "similarity": 0.718884474110643, "face": { "face_id": "28442bbf-e21a-4c1e-829a-ba2aab28e8e3", "external_id": "FOwCFgCDqBukLSGlgTDE", "attribute_id": "2beed6f6-632d-4ebc-9d32-65d4dba72620", "create_time": "1971-05-27T18:39:04.877013", "lists": [ "180a6a6c-fefa-4799-ac19-441a27d3520f", "7933dc49-318c-4c3a-9594-14d3b66969cb", "f1f6bc89-9ae0-44b2-b58c-a0047fdac5ec" ], "avatar": "http://www.allen.biz/", "event_id": "317823a1-a673-4e3a-9c6c-2ef959d09d53", "user_data": "mcdanielannette" } }, { "similarity": 0.8955744500495, "face": { "face_id": "041f8daf-94ce-4570-a38a-dbedc2a48fda", "external_id": "MmWXmOWWAKnZZVDFGXGt", "attribute_id": "6daa84f3-df89-491e-9be2-7a4f75bf391b", "create_time": "1984-09-23T03:00:49.104023", "lists": [ "81943d99-078f-41c8-8d63-1e27f8a47a99", "059afbde-eec5-4a43-9346-ca898a1273ed", "efc2bb7a-6255-4afa-bfc0-8631769664c7" ], "avatar": "http://www.reyes.com/", "event_id": "0dc95120-5b6d-4a3b-8968-f62eb27ba8e4", "user_data": "michelle42" } } ], "list_info": { "list_id": "c8b41222-7df0-43e0-ab90-850d9a1832d6", "user_data": "9336 Anderson Street Apt. 307" } } ], "url": "https://www.friedman.com/", "face": { "face_id": "7118b13a-8b9a-4acd-bf8e-3471b7da6328", "external_id": "iZcrOaOiBlrOySYKfLRW", "attribute_id": "c1d89b42-c23e-4bc7-b1ac-7c946bdef40c", "create_time": "1970-03-20T08:25:56.236238", "lists": [ "c6f08556-9b29-4d51-84a6-78dcd955582e", "38075d95-8b7c-4774-9591-1b13f23f8eb7", "d4c2c26d-50ec-4d96-9938-02285654a4d4" ], "avatar": "http://www.vazquez-erickson.org/", "event_id": "7ab48496-cd78-4135-8486-e1bfaf05a691", "user_data": "sadams" }, "detections": [ { "filename": "TXEMIgGmyQUEYAybnqEq", "sample": { "url": "https://marshall.com/", "sample_id": "d451d1d1-d6c7-4cf3-8224-19c5140c0bdc", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.706633491021679, "dark": 0.618201273704045, "saturation": 0.932486660532859, "blurriness": 0.605203304630142 }, "rect": { "height": 6258, "width": 6147, "x": 9547, "y": 5914 }, "landmarks5": [ [ 7292, 1459 ], [ 4560, 5994 ], [ 9863, 7199 ] ], "landmarks68": [ [ 7469, 2409 ], [ 2892, 1674 ], [ 6780, 7993 ] ] } } }, { "filename": "sgnnuZHFOAmgyHTkGFln", "sample": { "url": "https://www.hamilton-gardner.com/", "sample_id": "83c61c20-14c0-4876-beae-f7ddfab3c83e", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.162562648573219, "dark": 0.472807081731486, "saturation": 0.367657364701544, "blurriness": 0.700258816155141 }, "rect": { "height": 3108, "width": 9693, "x": 5480, "y": 9809 }, "landmarks5": [ [ 9430, 9235 ], [ 3171, 633 ], [ 5480, 7036 ] ], "landmarks68": [ [ 4638, 2364 ], [ 7838, 4404 ], [ 5959, 7195 ] ] } } }, { "filename": "aDgifpbWVjjYVlDHYGEw", "sample": { "url": "http://bishop.org/", "sample_id": "06d015db-def9-436e-af7c-e5370166f0c2", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.569318988949513, "dark": 0.457380945357334, "saturation": 0.923323152018266, "blurriness": 0.819753686431606 }, "rect": { "height": 8246, "width": 1603, "x": 3260, "y": 228 }, "landmarks5": [ [ 3075, 7188 ], [ 8754, 6721 ], [ 3976, 6023 ] ], "landmarks68": [ [ 5089, 8831 ], [ 153, 5477 ], [ 2452, 36 ] ] } } } ] }, { "samples": [ "7fca8e52-09ba-4bdf-bd97-1ae785f20b70", "399bbb80-3c2b-4b61-8b55-a8f1462cabbf", "7d2deb77-0f08-41cc-a54f-8cc47cba08c1" ], "attributes": { "url": "http://payne-brown.com/", "attribute_id": "6b686fed-d246-4e13-ba19-dca7c819183c", "score": 0.90780048418195, "basic_attributes": { "age": 95, "gender": 0, "ethnicities": { "estimations": { "asian": 0.710664588077505, "indian": 0.790939318226872, "caucasian": 0.364907996009511, "african": 0.318126846537745 }, "predominant_ethnicity": "caucasian" } }, "samples": [ "2a3ac524-11ff-44af-951d-202cb794387e", "a179bda3-b5e5-4895-9ec9-f3a8f549184b", "56598c61-a5d8-4c03-a176-ddf0ce90d40a" ] }, "source": "2441 Ronald Square Apt. 468", "tags": [ "OKlkQudNWGyAaxjzaewt", "vGzOKlVbLvgEamSLWxCQ", "mNBjuWIYEVBJlcxZVtBI" ], "event_id": "04a44712-436d-4465-83f0-b3acc977f02e", "match": [ { "candidates": [ { "similarity": 0.572391372919184, "face": { "face_id": "d9a953ff-3392-4759-99d5-888853230612", "external_id": "khvSoJzKrKBQTvDehFaf", "attribute_id": "5c08117f-4a9e-42da-b5b8-e58057783b71", "create_time": "2005-05-27T00:20:44.829099", "lists": [ "65e0beb3-d607-48f8-a774-5d7a05242fce", "961d7806-8861-4eda-b6cf-d3e41244b15a", "e0d5a2a3-e664-4d0e-b8d7-ac956dfbef2c" ], "avatar": "http://www.padilla-brennan.com/", "event_id": "d84bac3d-d7e0-4476-9b39-02e0a67b7084", "user_data": "wkeith" } }, { "similarity": 0.678127308690508, "face": { "face_id": "b97f8d2f-2e63-42fe-8937-93bd964308f5", "external_id": "KzrrqOvqQseuYVIDiYpt", "attribute_id": "e9589e0a-b29a-4bb9-92f6-5a1957654af8", "create_time": "2018-04-24T07:12:06.777193", "lists": [ "d068b778-6e0c-45d7-af3d-d91f00d840c7", "957ba144-40a7-485a-b0f2-0be5f9ba511b", "91760816-2796-4346-8d32-e8dbda3244f8" ], "avatar": "https://www.garcia.com/", "event_id": "c0a08f52-2d45-4719-88d6-6e4f29c59656", "user_data": "jonesmark" } }, { "similarity": 0.627794479335294, "face": { "face_id": "747b2049-d29a-44b5-bf54-014e2c052e25", "external_id": "HZoesuAhUPZqFlVOnwjf", "attribute_id": "4e97874a-6d6e-4cc8-a327-753b282d057d", "create_time": "1987-05-26T11:06:06.555100", "lists": [ "90c009a2-2ba3-4a37-ac84-a60931633f22", "9af9f93f-a5e4-43e9-b57a-9be1dcd21ff7", "0c29959a-9b09-43d0-b831-1b9c4edca895" ], "avatar": "https://castillo.biz/", "event_id": "9f3a5a6d-16ea-4a9f-8f11-c5e0961cf56c", "user_data": "jason95" } } ], "list_info": { "list_id": "94142262-4557-4673-80dc-744aab8f291a", "user_data": "66258 Boyd Ford Suite 973" } }, { "candidates": [ { "similarity": 0.106743164121506, "face": { "face_id": "7b46397f-202e-4756-95f8-2d8159af1db1", "external_id": "HwrtzXTHYUNRFpxnTuoR", "attribute_id": "79e7ee7a-1a69-4367-b848-71a10e86534c", "create_time": "2022-08-15T15:36:09.588508", "lists": [ "fd665a9e-cad5-4f8f-8484-9cc4d85644d1", "fc4c805e-fc72-474c-aa1e-c24916bb81b6", "5f3d623b-6410-493b-8af7-fd3e051aea32" ], "avatar": "http://clayton.com/", "event_id": "9d326453-ef88-4af3-92a8-a9060533f39d", "user_data": "debbie64" } }, { "similarity": 0.85076215642298, "face": { "face_id": "56806418-6cc5-4753-a62c-0ea3909e60c3", "external_id": "dJzBSeXPRVakJtmMzdpc", "attribute_id": "26280c7b-55dc-48ad-a715-865b727cc825", "create_time": "1974-11-04T05:55:26.583296", "lists": [ "1a7e66bf-9c9c-4c4d-8155-3df9b7036927", "78463113-12ff-4754-95e9-7ba50ce39418", "58c8c9f6-fd29-48d1-879b-bb61311c26e3" ], "avatar": "http://nguyen.com/", "event_id": "60be0e7b-896c-4fb5-af2e-cb1f60a7c6d1", "user_data": "kimberlygolden" } }, { "similarity": 0.792922934403187, "face": { "face_id": "5412510f-2098-49a9-9550-7f7ace7eb3e0", "external_id": "sKcRwHsYBTYVtchDzcnm", "attribute_id": "989be83a-8f64-4440-ba0a-1b033fb2ee72", "create_time": "2010-03-15T01:30:08.525960", "lists": [ "dd62d6f7-5cb5-48fb-8498-fce75a806359", "460ea5b3-dd2d-4a07-900a-54f55699928f", "744640bc-ba5b-4b2c-8ddf-51f18532c6ec" ], "avatar": "https://www.oneill-shaffer.com/", "event_id": "a6fe1875-f38c-46b3-bb17-015053705e46", "user_data": "bryan16" } } ], "list_info": { "list_id": "770d9438-53d8-4b2b-b3cc-42d1699c0553", "user_data": "704 Jordan Skyway" } }, { "candidates": [ { "similarity": 0.135530226991093, "face": { "face_id": "36e0e4ab-6a8b-49d8-9875-3aacc9a67e50", "external_id": "KQhHsFivsbOxnbvfBPlB", "attribute_id": "27f6eaef-e173-463b-ab8e-ce600b7be80f", "create_time": "2001-11-12T16:36:46.593023", "lists": [ "c8ddd767-c0ce-4f36-9fd9-856a57434322", "3736888b-ecd2-4225-982f-eb34c068ab58", "4d9cd2f8-53a7-4f68-a1c2-67774ceb29f2" ], "avatar": "http://www.brown.com/", "event_id": "c7be356c-6325-4349-82ee-2dec4526a755", "user_data": "richardcallahan" } }, { "similarity": 0.949758467661182, "face": { "face_id": "e7c230b8-65c8-4bea-bfc2-4b5625fb35e9", "external_id": "RZByHTTrPAFktNlQqpdH", "attribute_id": "8da3a90a-ea76-4349-95c6-3b3d5ab5d9a0", "create_time": "1992-05-29T22:25:53.136591", "lists": [ "4f4224e9-2f9d-4308-b6a2-072ef734b29e", "92a1b734-6df8-422a-b34f-b4e2792104d1", "564eb8fb-101c-4252-84bc-8a32b922d86c" ], "avatar": "https://joseph.com/", "event_id": "c3b9749c-a9cb-4e57-8e09-1ecac973f4ec", "user_data": "trice" } }, { "similarity": 0.18350849566104, "face": { "face_id": "784b4ef9-df47-4455-b4cb-6e5b6ee40f0a", "external_id": "lvvXPQsakuaHrwZNmVEK", "attribute_id": "bdf8b75e-4d3b-42df-9e9a-437cf009d27a", "create_time": "1978-01-20T17:44:59.847236", "lists": [ "2d160e13-b4a9-4ce6-a4a4-d968ca6cf223", "86f98d5e-f1de-44e4-9447-5de66576ee7e", "5e8b51d8-d8f0-4d49-9aea-1bcb035423fb" ], "avatar": "https://www.dixon-harris.com/", "event_id": "cb8a35aa-65d5-4a3c-ba80-19ca53e6c926", "user_data": "sarah49" } } ], "list_info": { "list_id": "eebc172f-2543-42f1-aa5f-99418de3ca6d", "user_data": "2778 Amanda Rue" } } ], "url": "http://wise.com/", "face": { "face_id": "f5158ad6-a34e-4d38-87bc-1168bf3c1548", "external_id": "AFyZSWFpZhnanIkXYHQK", "attribute_id": "b3106ae2-47a4-4463-b988-4784da6a8f60", "create_time": "2012-08-12T19:01:35.214684", "lists": [ "00a32c3c-e751-45fc-b987-26c55ba32240", "964e3603-1b4a-42f8-9478-2848dc064b8f", "dd5e2931-1bdb-4601-afa2-e7bc9f34e09c" ], "avatar": "http://www.olsen.org/", "event_id": "49870722-421d-4570-af11-2e6f8226bebe", "user_data": "kelseyjones" }, "detections": [ { "filename": "RvKZZhAaQNlYupTReCfc", "sample": { "url": "https://www.ramos-craig.net/", "sample_id": "4375bb71-fa46-408d-95ff-93d21ea4aac9", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.26362907707244, "dark": 0.341655298193367, "saturation": 0.73750522168483, "blurriness": 0.710371364091568 }, "rect": { "height": 7157, "width": 6752, "x": 6171, "y": 6961 }, "landmarks5": [ [ 3931, 5006 ], [ 7061, 9496 ], [ 697, 4658 ] ], "landmarks68": [ [ 3078, 5771 ], [ 7890, 5862 ], [ 8704, 5389 ] ] } } }, { "filename": "LmBudUzueXkmaCdiGYZC", "sample": { "url": "https://mitchell.info/", "sample_id": "7a9c633a-d1d9-4f0f-bd37-ed0aed4f7f68", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.453532926378523, "dark": 0.162897201287389, "saturation": 0.179419467523606, "blurriness": 0.99088631371011 }, "rect": { "height": 179, "width": 3320, "x": 1330, "y": 7475 }, "landmarks5": [ [ 2215, 5985 ], [ 1837, 2644 ], [ 388, 6380 ] ], "landmarks68": [ [ 8318, 4471 ], [ 6914, 3800 ], [ 8645, 2416 ] ] } } }, { "filename": "VFhMFTJcjUVbFlCAsJet", "sample": { "url": "http://adkins-stewart.com/", "sample_id": "8969a27c-5ef1-459f-a9a5-6c3cb90989ed", "detection": { "attributes": "{face_attributes object}", "quality": { "light": 0.795689534763719, "dark": 0.957524482420369, "saturation": 0.422652372842994, "blurriness": 0.708178259000533 }, "rect": { "height": 6138, "width": 3533, "x": 2702, "y": 2389 }, "landmarks5": [ [ 1815, 9751 ], [ 7544, 3341 ], [ 8851, 7733 ] ], "landmarks68": [ [ 5055, 8483 ], [ 9584, 2973 ], [ 5905, 7656 ] ] } } } ] } ], "events_time": "1987-01-19T15:43:17.027317" }