| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.StreamProcessor
Description
Documentation
data StreamProcessor Source #
An object that recognizes faces or labels in a streaming video. An
Amazon Rekognition stream processor is created by a call to
CreateStreamProcessor. The request parameters for
CreateStreamProcessor describe the Kinesis video stream source for the
streaming video, face recognition parameters, and where to stream the
analysis resullts.
See: newStreamProcessor smart constructor.
Constructors
| StreamProcessor' | |
Instances
newStreamProcessor :: StreamProcessor Source #
Create a value of StreamProcessor 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:name:StreamProcessor', streamProcessor_name - Name of the Amazon Rekognition stream processor.
$sel:status:StreamProcessor', streamProcessor_status - Current status of the Amazon Rekognition stream processor.
streamProcessor_name :: Lens' StreamProcessor (Maybe Text) Source #
Name of the Amazon Rekognition stream processor.
streamProcessor_status :: Lens' StreamProcessor (Maybe StreamProcessorStatus) Source #
Current status of the Amazon Rekognition stream processor.