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" :Double}
YAML
CollectionId:StringFaceMatchThreshold:Double
Properties
CollectionId-
The ID of a collection that contains faces that you want to search for.
Required: Yes
Type: String
Minimum:
1Maximum:
255Pattern:
[a-zA-Z0-9_.\-]+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: Double
Update requires: Replacement