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

Class: Aws::Rekognition::Types::FaceSearchSettings

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

Overview

Note:

When passing FaceSearchSettings as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idString

The ID of a collection that contains faces that you want to search for.

Returns:

  • (String)

    The ID of a collection that contains faces that you want to search for.

#face_match_thresholdFloat

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.

Returns:

  • (Float)

    Minimum face match confidence score that must be met to return a result for a recognized face.