interface SearchFacesResponse {
    FaceMatches?: FaceMatch[];
    FaceModelVersion?: string;
    SearchedFaceId?: string;
}

Hierarchy (view full)

Properties

FaceMatches?: FaceMatch[]

An array of faces that matched the input face, along with the confidence in the match.

FaceModelVersion?: string

Version number of the face detection model associated with the input collection (CollectionId).

SearchedFaceId?: string

ID of the face that was searched for matches in a collection.