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

DeleteFacesRequest

import type { DeleteFacesRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DeleteFacesRequest {
CollectionId: string;
FaceIds: string[];
}

§Properties

§
CollectionId: string
[src]

Collection from which to remove the specific faces.

§
FaceIds: string[]
[src]

An array of face IDs to delete.