Skip to main content

IRekognitionSearchUsersResponse

Interface in AWS.Rekognition

Interface for SearchUsers responses.

Ancestors

Properties

FaceModelVersion

property FaceModelVersion: string

The version number of the face detection model associated with the collection.

SearchedFace

property SearchedFace: IRekognitionSearchedFace

Type: IRekognitionSearchedFace

Contains the ID of the face that was used to search for matches.

SearchedUser

property SearchedUser: IRekognitionSearchedUser

Type: IRekognitionSearchedUser

Contains the ID of the user that was used to search for matches.

UserMatches

property UserMatches: TList<IRekognitionUserMatch>

Type: IRekognitionUserMatch

A list of matched UserIDs.