| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GeneralLabelsSettings |
GeneralLabelsSettings.clone() |
GeneralLabelsSettings |
LabelDetectionSettings.getGeneralLabels() |
GeneralLabelsSettings |
DetectLabelsSettings.getGeneralLabels()
Contains the specified filters for GENERAL_LABELS.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelCategoryExclusionFilters(Collection<String> labelCategoryExclusionFilters)
The label categories that should be excluded from the return from DetectLabels.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelCategoryExclusionFilters(String... labelCategoryExclusionFilters)
The label categories that should be excluded from the return from DetectLabels.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelCategoryInclusionFilters(Collection<String> labelCategoryInclusionFilters)
The label categories that should be included in the return from DetectLabels.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelCategoryInclusionFilters(String... labelCategoryInclusionFilters)
The label categories that should be included in the return from DetectLabels.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelExclusionFilters(Collection<String> labelExclusionFilters)
The labels that should be excluded from the return from DetectLabels.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelExclusionFilters(String... labelExclusionFilters)
The labels that should be excluded from the return from DetectLabels.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelInclusionFilters(Collection<String> labelInclusionFilters)
The labels that should be included in the return from DetectLabels.
|
GeneralLabelsSettings |
GeneralLabelsSettings.withLabelInclusionFilters(String... labelInclusionFilters)
The labels that should be included in the return from DetectLabels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelDetectionSettings.setGeneralLabels(GeneralLabelsSettings generalLabels) |
void |
DetectLabelsSettings.setGeneralLabels(GeneralLabelsSettings generalLabels)
Contains the specified filters for GENERAL_LABELS.
|
LabelDetectionSettings |
LabelDetectionSettings.withGeneralLabels(GeneralLabelsSettings generalLabels) |
DetectLabelsSettings |
DetectLabelsSettings.withGeneralLabels(GeneralLabelsSettings generalLabels)
Contains the specified filters for GENERAL_LABELS.
|
Copyright © 2025. All rights reserved.