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 StreamProcessor Source #
An object that recognizes faces 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.
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:status:StreamProcessor'
, streamProcessor_status
- Current status of the Amazon Rekognition stream processor.
$sel:name:StreamProcessor'
, streamProcessor_name
- Name of the Amazon Rekognition stream processor.
streamProcessor_status :: Lens' StreamProcessor (Maybe StreamProcessorStatus) Source #
Current status of the Amazon Rekognition stream processor.
streamProcessor_name :: Lens' StreamProcessor (Maybe Text) Source #
Name of the Amazon Rekognition stream processor.