interface DisassociateFacesResponse {
    DisassociatedFaces?: DisassociatedFace[];
    UnsuccessfulFaceDisassociations?: UnsuccessfulFaceDisassociation[];
    UserStatus?: UserStatus;
}

Hierarchy (view full)

Properties

DisassociatedFaces?: DisassociatedFace[]

An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.

UnsuccessfulFaceDisassociations?: UnsuccessfulFaceDisassociation[]

An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.

UserStatus?: UserStatus

The status of an update made to a User. Reflects if the User has been updated for every requested change.