| 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.LabelDetectionSettings
Description
Documentation
data LabelDetectionSettings Source #
Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.
See: newLabelDetectionSettings smart constructor.
Constructors
| LabelDetectionSettings' | |
Fields | |
Instances
newLabelDetectionSettings :: LabelDetectionSettings Source #
Create a value of LabelDetectionSettings 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:LabelDetectionSettings', labelDetectionSettings_generalLabels - Undocumented member.
labelDetectionSettings_generalLabels :: Lens' LabelDetectionSettings (Maybe GeneralLabelsSettings) Source #
Undocumented member.