Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data DetectLabelsImagePropertiesSettings Source #
Settings for the IMAGE_PROPERTIES feature type.
See: newDetectLabelsImagePropertiesSettings
smart constructor.
DetectLabelsImagePropertiesSettings' | |
|
Instances
ToJSON DetectLabelsImagePropertiesSettings Source # | |
Generic DetectLabelsImagePropertiesSettings Source # | |
Read DetectLabelsImagePropertiesSettings Source # | |
Show DetectLabelsImagePropertiesSettings Source # | |
NFData DetectLabelsImagePropertiesSettings Source # | |
Eq DetectLabelsImagePropertiesSettings Source # | |
Hashable DetectLabelsImagePropertiesSettings Source # | |
type Rep DetectLabelsImagePropertiesSettings Source # | |
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.