πŸ™†β€β™€οΈ 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.

FieldsData TypeMandatory/OptionalDescription
foreheadstringOptionalThe likeness result of the user's forehead.
jawstringOptionalThe likeness result of the user's jaw.
left_browstringOptionalThe likeness result of the user's left brow.
left_cheekstringOptionalThe likeness result of the user's left cheek.
left_eyestringOptionalThe likeness result of the user's left eye.
middle_foreheadstringOptionalThe likeness result of the user's middle forehead.
mouthstringOptionalThe likeness result of the user's mouth.
nosestringOptionalThe likeness result of the user's nose.
philtrumstringOptionalThe likeness result of the user's philtrum.
right_browstringOptionalThe likeness result of the user's right brow.
right_cheekstringOptionalThe likeness result of the user's right cheek.
right_eyestringOptionalThe 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.