class Aws::Rekognition::Types::SearchFacesRequest

@note When making an API call, you may pass SearchFacesRequest

data as a hash:

    {
      collection_id: "CollectionId", # required
      face_id: "FaceId", # required
      max_faces: 1,
      face_match_threshold: 1.0,
    }

@!attribute [rw] collection_id

ID of the collection the face belongs to.
@return [String]

@!attribute [rw] face_id

ID of a face to find matches for in the collection.
@return [String]

@!attribute [rw] max_faces

Maximum number of faces to return. The operation returns the maximum
number of faces with the highest confidence in the match.
@return [Integer]

@!attribute [rw] face_match_threshold

Optional value specifying the minimum confidence in the face match
to return. For example, don't return any matches where confidence
in matches is less than 70%. The default value is 80%.
@return [Float]

Constants

SENSITIVE