🙆♀️ A breakdown of the face-matching results.
likeness_features
is a JSON object that includes detailed likeness feature attributes. The structure will be as follows:
{
"forehead": "string",
"jaw": "string",
"left_brow": "string",
"left_cheek": "string",
"left_eye": "string",
"middle_forehead": "string",
"mouth": "string",
"nose": "string",
"philtrum": "string",
"right_brow": "string",
"right_cheek": "string",
"right_eye": "string"
}
The following table explains the details of each field:
Warning!
Each field is optional and might vary from one image to another.
Therefore, Please do not expect any of these fields will always be present. Some of them can be missing; refer to the Recommended Fields - Results for more details.
Fields | Data Type | Mandatory/Optional | Description |
---|---|---|---|
forehead | string | Optional | The likeness result of the user's forehead. |
jaw | string | Optional | The likeness result of the user's jaw. |
left_brow | string | Optional | The likeness result of the user's left brow. |
left_cheek | string | Optional | The likeness result of the user's left cheek. |
left_eye | string | Optional | The likeness result of the user's left eye. |
middle_forehead | string | Optional | The likeness result of the user's middle forehead. |
mouth | string | Optional | The likeness result of the user's mouth. |
nose | string | Optional | The likeness result of the user's nose. |
philtrum | string | Optional | The likeness result of the user's philtrum. |
right_brow | string | Optional | The likeness result of the user's right brow. |
right_cheek | string | Optional | The likeness result of the user's right cheek. |
right_eye | string | Optional | The likeness result of the user's right eye. |
Below is a sample complete result of the likeness features. The field can be either Pass
or Fail
.
Warning!
Using these fields for integrations is not something we recommend. You can check the recommended fields here.
"likeness_features": {
"right_eye": "Fail",
"nose": "Fail",
"philtrum": "Pass",
"jaw": "Fail",
"middle_forehead": "Fail",
"mouth": "Fail",
"left_eye": "Fail",
"forehead": "Fail",
"left_cheek": "Fail",
"right_brow": "Fail",
"left_brow": "Fail",
"right_cheek": "Fail"
}
💬 We Are Here to Help!
If you encounter an issue, a bug, or require assistance, please contact our support page here to find the solution. Don't forget to provide any important information on the issue.