IRekognitionSearchFacesByImageResponse
Interface in AWS.Rekognition
Interface for SearchFacesByImage responses.
Ancestors
Properties
FaceMatches
property FaceMatches: TList<IRekognitionFaceMatch>
Type: IRekognitionFaceMatch
A list of faces that matched the input face.
FaceModelVersion
property FaceModelVersion: string
The version number of the face detection model associated with the collection.
SearchedFaceBoundingBox
property SearchedFaceBoundingBox: IRekognitionBoundingBox
Type: IRekognitionBoundingBox
The bounding box around the face in the input image that Amazon Rekognition used for the search.
SearchedFaceConfidence
property SearchedFaceConfidence: TOptional<Single>
The level of confidence that the SearchedFaceBoundingBox contains a face.