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

Description

 
Synopsis

Documentation

data LabelDetectionSettings Source #

Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.

See: newLabelDetectionSettings smart constructor.

Instances

Instances details
ToJSON LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

Generic LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

Associated Types

type Rep LabelDetectionSettings :: Type -> Type #

Read LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

Show LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

NFData LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

Methods

rnf :: LabelDetectionSettings -> () #

Eq LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

Hashable LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

type Rep LabelDetectionSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelDetectionSettings

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

newLabelDetectionSettings :: LabelDetectionSettings Source #

Create a value of LabelDetectionSettings 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:generalLabels:LabelDetectionSettings', labelDetectionSettings_generalLabels - Undocumented member.