The input for DeleteFacesCommand.

interface DeleteFacesCommandInput {
    CollectionId: undefined | string;
    FaceIds: undefined | string[];
}

Hierarchy (view full)

Properties

CollectionId: undefined | string

Collection from which to remove the specific faces.

FaceIds: undefined | string[]

An array of face IDs to delete.