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 StreamProcessorSettings Source #
Input parameters used to recognize faces in a streaming video analyzed by a Amazon Rekognition stream processor.
See: newStreamProcessorSettings
smart constructor.
StreamProcessorSettings' | |
|
Instances
newStreamProcessorSettings :: StreamProcessorSettings Source #
Create a value of StreamProcessorSettings
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:faceSearch:StreamProcessorSettings'
, streamProcessorSettings_faceSearch
- Face search settings to use on a streaming video.
streamProcessorSettings_faceSearch :: Lens' StreamProcessorSettings (Maybe FaceSearchSettings) Source #
Face search settings to use on a streaming video.