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)
- number
- null
number
null
face_name object
The recognized face name if successful
- string
- null
string
null
FaceRecognitionResponse
{
"success": true,
"score": 0,
"face_name": "string"
}