libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.StreamProcessor

Description

 
Synopsis

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.

Constructors

StreamProcessor' 

Fields

Instances

Instances details
Eq StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

Read StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

Show StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

Generic StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

Associated Types

type Rep StreamProcessor :: Type -> Type #

NFData StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

Methods

rnf :: StreamProcessor -> () #

Hashable StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

FromJSON StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

type Rep StreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessor

type Rep StreamProcessor = D1 ('MetaData "StreamProcessor" "Amazonka.Rekognition.Types.StreamProcessor" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "StreamProcessor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamProcessorStatus)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.