Skip to main content

IRekognitionAssociateFacesResponse

Interface in AWS.Rekognition

Interface for AssociateFaces responses.

Ancestors

Properties

AssociatedFaces

property AssociatedFaces: TList<IRekognitionAssociatedFace>

Type: IRekognitionAssociatedFace

A list of associated faces that have been successfully associated with the UserId.

UnsuccessfulFaceAssociations

property UnsuccessfulFaceAssociations: TList<IRekognitionUnsuccessfulFaceAssociation>

Type: IRekognitionUnsuccessfulFaceAssociation

A list of unsuccessful face associations containing the face IDs and reasons.

UserStatus

property UserStatus: string

Provides the status of an update made to a user ID.

Valid values: ACTIVE | UPDATING | CREATING | CREATED.