The output of AssociateFacesCommand.

interface AssociateFacesCommandOutput {
    $metadata: ResponseMetadata;
    AssociatedFaces?: AssociatedFace[];
    UnsuccessfulFaceAssociations?: UnsuccessfulFaceAssociation[];
    UserStatus?: UserStatus;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.