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.StreamProcessorSettings

Description

 
Synopsis

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.

Constructors

StreamProcessorSettings' 

Fields

Instances

Instances details
Eq StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

Read StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

Show StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

Generic StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

Associated Types

type Rep StreamProcessorSettings :: Type -> Type #

NFData StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

Methods

rnf :: StreamProcessorSettings -> () #

Hashable StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

ToJSON StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

FromJSON StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

type Rep StreamProcessorSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettings

type Rep StreamProcessorSettings = D1 ('MetaData "StreamProcessorSettings" "Amazonka.Rekognition.Types.StreamProcessorSettings" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "StreamProcessorSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "faceSearch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FaceSearchSettings))))

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.