amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

Description

 
Synopsis

Documentation

data StreamProcessorSettingsForUpdate Source #

The stream processor settings that you want to update. ConnectedHome settings can be updated to detect different labels with a different minimum confidence.

See: newStreamProcessorSettingsForUpdate smart constructor.

Constructors

StreamProcessorSettingsForUpdate' 

Fields

Instances

Instances details
ToJSON StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

Generic StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

Associated Types

type Rep StreamProcessorSettingsForUpdate :: Type -> Type #

Read StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

Show StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

NFData StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

Eq StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

Hashable StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

type Rep StreamProcessorSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate

type Rep StreamProcessorSettingsForUpdate = D1 ('MetaData "StreamProcessorSettingsForUpdate" "Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "StreamProcessorSettingsForUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectedHomeForUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectedHomeSettingsForUpdate))))

newStreamProcessorSettingsForUpdate :: StreamProcessorSettingsForUpdate Source #

Create a value of StreamProcessorSettingsForUpdate 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:connectedHomeForUpdate:StreamProcessorSettingsForUpdate', streamProcessorSettingsForUpdate_connectedHomeForUpdate - The label detection settings you want to use for your stream processor.