interface AssociateFacesResponse {
    AssociatedFaces?: AssociatedFace[];
    UnsuccessfulFaceAssociations?: UnsuccessfulFaceAssociation[];
    UserStatus?: UserStatus;
}

Hierarchy (view full)

Properties

AssociatedFaces?: AssociatedFace[]

An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID. Returned if the AssociateFaces action is successful.

UnsuccessfulFaceAssociations?: UnsuccessfulFaceAssociation[]

An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.

UserStatus?: UserStatus

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