| 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.GeneralLabelsSettings
Description
Synopsis
- data GeneralLabelsSettings = GeneralLabelsSettings' {}
- newGeneralLabelsSettings :: GeneralLabelsSettings
- generalLabelsSettings_labelCategoryExclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text])
- generalLabelsSettings_labelCategoryInclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text])
- generalLabelsSettings_labelExclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text])
- generalLabelsSettings_labelInclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text])
Documentation
data GeneralLabelsSettings Source #
Contains filters for the object labels returned by DetectLabels. Filters can be inclusive, exclusive, or a combination of both and can be applied to individual l abels or entire label categories.
See: newGeneralLabelsSettings smart constructor.
Constructors
| GeneralLabelsSettings' | |
Fields
| |
Instances
newGeneralLabelsSettings :: GeneralLabelsSettings Source #
Create a value of GeneralLabelsSettings 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:labelCategoryExclusionFilters:GeneralLabelsSettings', generalLabelsSettings_labelCategoryExclusionFilters - The label categories that should be excluded from the return from
DetectLabels.
$sel:labelCategoryInclusionFilters:GeneralLabelsSettings', generalLabelsSettings_labelCategoryInclusionFilters - The label categories that should be included in the return from
DetectLabels.
$sel:labelExclusionFilters:GeneralLabelsSettings', generalLabelsSettings_labelExclusionFilters - The labels that should be excluded from the return from DetectLabels.
$sel:labelInclusionFilters:GeneralLabelsSettings', generalLabelsSettings_labelInclusionFilters - The labels that should be included in the return from DetectLabels.
generalLabelsSettings_labelCategoryExclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text]) Source #
The label categories that should be excluded from the return from DetectLabels.
generalLabelsSettings_labelCategoryInclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text]) Source #
The label categories that should be included in the return from DetectLabels.
generalLabelsSettings_labelExclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text]) Source #
The labels that should be excluded from the return from DetectLabels.
generalLabelsSettings_labelInclusionFilters :: Lens' GeneralLabelsSettings (Maybe [Text]) Source #
The labels that should be included in the return from DetectLabels.