The output of ListFacesCommand.

interface ListFacesCommandOutput {
    $metadata: ResponseMetadata;
    FaceModelVersion?: string;
    Faces?: Face[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.