interface DeleteFacesResponse {
    DeletedFaces?: string[];
    UnsuccessfulFaceDeletions?: UnsuccessfulFaceDeletion[];
}

Hierarchy (view full)

Properties

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.