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

Class: Aws::Rekognition::Types::SearchFacesResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#face_matchesArray<Types::FaceMatch>

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

Returns:

  • (Array<Types::FaceMatch>)

    An array of faces that matched 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_idString

ID of the face that was searched for matches in a collection.

Returns:

  • (String)

    ID of the face that was searched for matches in a collection.