AWS::Rekognition::StreamProcessor FaceSearchSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Rekognition::StreamProcessor FaceSearchSettings

The input parameters used to recognize faces in a streaming video analyzed by a Amazon Rekognition stream processor. FaceSearchSettings is a request parameter for CreateStreamProcessor. For more information, see FaceSearchSettings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CollectionId" : String, "FaceMatchThreshold" : Number }

YAML

CollectionId: String FaceMatchThreshold: Number

Properties

CollectionId

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

Required: Yes

Type: String

Pattern: \A[a-zA-Z0-9_\.\-]+$

Maximum: 255

Update requires: Replacement

FaceMatchThreshold

Minimum face match confidence score that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted, and values lower than 80 are set to 80.

Required: No

Type: Number

Minimum: 0

Maximum: 100

Update requires: Replacement