interface ListFacesResponse {
    FaceModelVersion?: string;
    Faces?: Face[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

FaceModelVersion?: string

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

Faces?: Face[]

An array of Face objects.

NextToken?: string

If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.