You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::SearchFacesByImageResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#face_matchesArray<Types::FaceMatch>

An array of faces that match the input face, along with the confidence in the match.

Returns:

  • (Array<Types::FaceMatch>)

    An array of faces that match the input face, along with the confidence in the match.

#face_model_versionString

Version number of the face detection model associated with the input collection (CollectionId).

Returns:

  • (String)

    Version number of the face detection model associated with the input collection (CollectionId).

#searched_face_bounding_boxTypes::BoundingBox

The bounding box around the face in the input image that Amazon Rekognition used for the search.

Returns:

  • (Types::BoundingBox)

    The bounding box around the face in the input image that Amazon Rekognition used for the search.

#searched_face_confidenceFloat

The level of confidence that the searchedFaceBoundingBox, contains a face.

Returns:

  • (Float)

    The level of confidence that the searchedFaceBoundingBox, contains a face.