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

Description

 
Synopsis

Documentation

data DetectLabelsImageQuality Source #

The quality of an image provided for label detection, with regard to brightness, sharpness, and contrast.

See: newDetectLabelsImageQuality smart constructor.

Constructors

DetectLabelsImageQuality' 

Fields

Instances

Instances details
FromJSON DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

Generic DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

Associated Types

type Rep DetectLabelsImageQuality :: Type -> Type #

Read DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

Show DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

NFData DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

Eq DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

Hashable DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

type Rep DetectLabelsImageQuality Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DetectLabelsImageQuality

type Rep DetectLabelsImageQuality = D1 ('MetaData "DetectLabelsImageQuality" "Amazonka.Rekognition.Types.DetectLabelsImageQuality" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "DetectLabelsImageQuality'" 'PrefixI 'True) (S1 ('MetaSel ('Just "brightness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "contrast") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "sharpness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newDetectLabelsImageQuality :: DetectLabelsImageQuality Source #

Create a value of DetectLabelsImageQuality 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:brightness:DetectLabelsImageQuality', detectLabelsImageQuality_brightness - The brightness of an image provided for label detection.

$sel:contrast:DetectLabelsImageQuality', detectLabelsImageQuality_contrast - The contrast of an image provided for label detection.

$sel:sharpness:DetectLabelsImageQuality', detectLabelsImageQuality_sharpness - The sharpness of an image provided for label detection.

detectLabelsImageQuality_brightness :: Lens' DetectLabelsImageQuality (Maybe Double) Source #

The brightness of an image provided for label detection.

detectLabelsImageQuality_contrast :: Lens' DetectLabelsImageQuality (Maybe Double) Source #

The contrast of an image provided for label detection.

detectLabelsImageQuality_sharpness :: Lens' DetectLabelsImageQuality (Maybe Double) Source #

The sharpness of an image provided for label detection.