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 |
Amazonka.Rekognition.Types.DetectLabelsImagePropertiesSettings
Description
Documentation
data DetectLabelsImagePropertiesSettings Source #
Settings for the IMAGE_PROPERTIES feature type.
See: newDetectLabelsImagePropertiesSettings
smart constructor.
Constructors
DetectLabelsImagePropertiesSettings' | |
Fields
|
Instances
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.