Provides face metadata such as FaceId, BoundingBox, Confidence of the input face used for search.

interface SearchedFace {
    FaceId?: string;
}

Properties

Properties

FaceId?: string

Unique identifier assigned to the face.