IRekognitionSearchUsersByImageResponse
Interface in AWS.Rekognition
Interface for SearchUsersByImage responses.
Ancestors
Properties
FaceModelVersion
property FaceModelVersion: string
The version number of the face detection model associated with the collection.
SearchedFace
property SearchedFace: IRekognitionSearchedFaceDetails
Type: IRekognitionSearchedFaceDetails
Contains the ID of the face that was used to search for matches.
UnsearchedFaces
property UnsearchedFaces: TList<IRekognitionUnsearchedFace>
Type: IRekognitionUnsearchedFace
A list of detected face details that were not used in the search.
UserMatches
property UserMatches: TList<IRekognitionUserMatch>
Type: IRekognitionUserMatch
A list of matched UserIDs.