Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListFacesResponse

import type { ListFacesResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface ListFacesResponse {
FaceModelVersion?: string | null;
Faces?: Face[] | null;
NextToken?: string | null;
}

§Properties

§
FaceModelVersion?: string | null
[src]

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

§
Faces?: Face[] | null
[src]

An array of Face objects.

§
NextToken?: string | null
[src]

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.