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

ListFacesRequest

import type { ListFacesRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface ListFacesRequest {
CollectionId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
CollectionId: string
[src]

ID of the collection from which to list the faces.

§
MaxResults?: number | null
[src]

Maximum number of faces to return.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.