Face Details
Attribute
Type
Description
{
"faceDetails": {
"statusCode": "01",
"data": {
"ageRangeLow": 28,
"ageRangeHigh": 32,
"gender": "Male"
}
}
}Rule
Description
Last updated
Information extracted from the submitted selfie.
Section: faceDetails
Required files: selfie
data
Object
Return data
data.ageRangeLow
Number
Minimum approximate age
data.ageRangeHigh
Number
Maximum approximate age
data.gender
String
Gender
{
"faceDetails": {
"statusCode": "01",
"data": {
"ageRangeLow": 28,
"ageRangeHigh": 32,
"gender": "Male"
}
}
}face_and_birthdate_compare
Check if the estimated age based on the selfie is different from the date of birth returned in the Receita Federal or read in the OCR.
face_details_over_18
Check if the approximate age identified in the selfie is under 18 years old.
Last updated

