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

Description

 
Synopsis

Documentation

data DetectLabelsSettings Source #

Settings for the DetectLabels request. Settings can include filters for both GENERAL_LABELS and IMAGE_PROPERTIES. GENERAL_LABELS filters can be inclusive or exclusive and applied to individual labels or label categories. IMAGE_PROPERTIES filters allow specification of a maximum number of dominant colors.

See: newDetectLabelsSettings smart constructor.

Constructors

DetectLabelsSettings' 

Fields

Instances

Instances details
ToJSON DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

Generic DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

Associated Types

type Rep DetectLabelsSettings :: Type -> Type #

Read DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

Show DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

NFData DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

Methods

rnf :: DetectLabelsSettings -> () #

Eq DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

Hashable DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

type Rep DetectLabelsSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsSettings

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

newDetectLabelsSettings :: DetectLabelsSettings Source #

Create a value of DetectLabelsSettings 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:DetectLabelsSettings', detectLabelsSettings_generalLabels - Contains the specified filters for GENERAL_LABELS.

$sel:imageProperties:DetectLabelsSettings', detectLabelsSettings_imageProperties - Contains the chosen number of maximum dominant colors in an image.

detectLabelsSettings_imageProperties :: Lens' DetectLabelsSettings (Maybe DetectLabelsImagePropertiesSettings) Source #

Contains the chosen number of maximum dominant colors in an image.