@Stability(value=Stable) public static final class CfnStreamProcessor.FaceSearchSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamProcessor.FaceSearchSettingsProperty>
CfnStreamProcessor.FaceSearchSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStreamProcessor.FaceSearchSettingsProperty |
build()
Builds the configured instance.
|
CfnStreamProcessor.FaceSearchSettingsProperty.Builder |
collectionId(String collectionId)
Sets the value of
CfnStreamProcessor.FaceSearchSettingsProperty.getCollectionId() |
CfnStreamProcessor.FaceSearchSettingsProperty.Builder |
faceMatchThreshold(Number faceMatchThreshold)
Sets the value of
CfnStreamProcessor.FaceSearchSettingsProperty.getFaceMatchThreshold() |
@Stability(value=Stable) public CfnStreamProcessor.FaceSearchSettingsProperty.Builder collectionId(String collectionId)
CfnStreamProcessor.FaceSearchSettingsProperty.getCollectionId()collectionId - The ID of a collection that contains faces that you want to search for. This parameter is required.this@Stability(value=Stable) public CfnStreamProcessor.FaceSearchSettingsProperty.Builder faceMatchThreshold(Number faceMatchThreshold)
CfnStreamProcessor.FaceSearchSettingsProperty.getFaceMatchThreshold()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.this@Stability(value=Stable) public CfnStreamProcessor.FaceSearchSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnStreamProcessor.FaceSearchSettingsProperty>CfnStreamProcessor.FaceSearchSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.