Skip to main content

IRekognitionDisassociateFacesResponse

Interface in AWS.Rekognition

Interface for DisassociateFaces responses.

Ancestors

Properties

DisassociatedFaces

property DisassociatedFaces: TList<IRekognitionDisassociatedFace>

Type: IRekognitionDisassociatedFace

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

UnsuccessfulFaceDisassociations

property UnsuccessfulFaceDisassociations: TList<IRekognitionUnsuccessfulFaceDisassociation>

Type: IRekognitionUnsuccessfulFaceDisassociation

A list of unsuccessful face disassociations 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.