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

Description

 
Synopsis

Documentation

data DetectLabelsImagePropertiesSettings Source #

Settings for the IMAGE_PROPERTIES feature type.

See: newDetectLabelsImagePropertiesSettings smart constructor.

Constructors

DetectLabelsImagePropertiesSettings' 

Fields

Instances

Instances details
ToJSON DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

Generic DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

Read DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

Show DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

NFData DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

Eq DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

Hashable DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

type Rep DetectLabelsImagePropertiesSettings Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings

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

newDetectLabelsImagePropertiesSettings :: DetectLabelsImagePropertiesSettings Source #

Create a value of DetectLabelsImagePropertiesSettings 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:maxDominantColors:DetectLabelsImagePropertiesSettings', detectLabelsImagePropertiesSettings_maxDominantColors - The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.

detectLabelsImagePropertiesSettings_maxDominantColors :: Lens' DetectLabelsImagePropertiesSettings (Maybe Natural) Source #

The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.