Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.

interface FaceMatch {
    Face?: Face;
    Similarity?: number;
}

Properties

Properties

Face?: Face

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

Similarity?: number

Confidence in the match of this face with the input face.