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

Hierarchy (view full)

Properties

AssociatedFaces?: AssociatedFace[]

An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is returned. 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?: string

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