class Aws::Rekognition::Types::FaceSearchSettings

Input face recognition parameters for an Amazon Rekognition stream processor. `FaceRecognitionSettings` is a request parameter for CreateStreamProcessor.

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

data as a hash:

    {
      collection_id: "CollectionId",
      face_match_threshold: 1.0,
    }

@!attribute [rw] collection_id

The ID of a collection that contains faces that you want to search
for.
@return [String]

@!attribute [rw] face_match_threshold

Minimum face match confidence score that must be met to return a
result for a recognized face. Default is 80. 0 is the lowest
confidence. 100 is the highest confidence.
@return [Float]

Constants

SENSITIVE