Skip to main content

FaceRecognitionResponse

Response model for face recognition endpoint.

Returns the result of attempting to recognize a face from an uploaded image.

successSuccess (boolean)required

Whether the face recognition was successful

score object

Confidence score of the recognition (0-1)

anyOf
number
face_name object

The recognized face name if successful

anyOf
string
FaceRecognitionResponse
{
"success": true,
"score": 0,
"face_name": "string"
}