The output of DeleteFacesCommand.

interface DeleteFacesCommandOutput {
    $metadata: ResponseMetadata;
    DeletedFaces?: string[];
    UnsuccessfulFaceDeletions?: UnsuccessfulFaceDeletion[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

DeletedFaces?: string[]

An array of strings (face IDs) of the faces that were deleted.

UnsuccessfulFaceDeletions?: UnsuccessfulFaceDeletion[]

An array of any faces that weren't deleted.