Object containing both the face metadata (stored in the backend database), and facial attributes that are detected but aren't stored in the database.

interface FaceRecord {
    Face?: Face;
    FaceDetail?: FaceDetail;
}

Properties

Properties

Face?: Face

Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.

FaceDetail?: FaceDetail

Structure containing attributes of the face that the algorithm detected.