GeneralLabelsSettings
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 labels or entire label categories. To see a list of label categories, see Detecting Labels.
Contents
- LabelCategoryExclusionFilters
-
The label categories that should be excluded from the return from DetectLabels.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Length Constraints: Minimum length of 0. Maximum length of 50.
Pattern:
[A-Za-z0-9àâèçñó'-_(). ]*
Required: No
- LabelCategoryInclusionFilters
-
The label categories that should be included in the return from DetectLabels.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Length Constraints: Minimum length of 0. Maximum length of 50.
Pattern:
[A-Za-z0-9àâèçñó'-_(). ]*
Required: No
- LabelExclusionFilters
-
The labels that should be excluded from the return from DetectLabels.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Length Constraints: Minimum length of 0. Maximum length of 50.
Pattern:
[A-Za-z0-9àâèçñó'-_(). ]*
Required: No
- LabelInclusionFilters
-
The labels that should be included in the return from DetectLabels.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Length Constraints: Minimum length of 0. Maximum length of 50.
Pattern:
[A-Za-z0-9àâèçñó'-_(). ]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: