Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data FaceSearchSettings Source #
Input face recognition parameters for an Amazon Rekognition stream
processor. FaceRecognitionSettings
is a request parameter for
CreateStreamProcessor.
See: newFaceSearchSettings
smart constructor.
FaceSearchSettings' | |
|
Instances
newFaceSearchSettings :: FaceSearchSettings Source #
Create a value of FaceSearchSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:faceMatchThreshold:FaceSearchSettings'
, faceSearchSettings_faceMatchThreshold
- 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.
$sel:collectionId:FaceSearchSettings'
, faceSearchSettings_collectionId
- The ID of a collection that contains faces that you want to search for.
faceSearchSettings_faceMatchThreshold :: Lens' FaceSearchSettings (Maybe Double) Source #
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.
faceSearchSettings_collectionId :: Lens' FaceSearchSettings (Maybe Text) Source #
The ID of a collection that contains faces that you want to search for.