NAME
Paws::Rekognition::SearchFacesByImageResponse
ATTRIBUTES
FaceMatches => ArrayRef[Paws::Rekognition::FaceMatch]
An array of faces that match the input face, along with the confidence in the match.
FaceModelVersion => Str
Version number of the face detection model associated with the input collection (CollectionId
).
SearchedFaceBoundingBox => Paws::Rekognition::BoundingBox
The bounding box around the face in the input image that Amazon Rekognition used for the search.
SearchedFaceConfidence => Num
The level of confidence that the searchedFaceBoundingBox
, contains a face.