IRekognitionGeneralLabelsSettings
Interface in AWS.Rekognition
Interface for GeneralLabelsSettings.
Properties
LabelCategoryExclusionFilters
property LabelCategoryExclusionFilters: TList<string>
Specify any label categories that should be excluded from the results.
LabelCategoryInclusionFilters
property LabelCategoryInclusionFilters: TList<string>
Specify any label categories that should be included in the results.
LabelExclusionFilters
property LabelExclusionFilters: TList<string>
Specify any labels that should be excluded from the results.
LabelInclusionFilters
property LabelInclusionFilters: TList<string>
Specify any labels that should be included in the results.
Methods
AddLabelCategoryExclusionFilter
function AddLabelCategoryExclusionFilter(const ALabelCategory: string): NativeInt;
Add a label category to LabelCategoryExclusionFilters.
Parameters
| Name | Description |
|---|---|
ALabelCategory | Specify a label category to add to LabelCategoryExclusionFilters. |
Returns
Returns the index of the label category added to LabelCategoryExclusionFilters.
AddLabelCategoryInclusionFilter
function AddLabelCategoryInclusionFilter(const ALabelCategory: string): NativeInt;
Add a label category to LabelCategoryInclusionFilters.
Parameters
| Name | Description |
|---|---|
ALabelCategory | Specify a label category to add to LabelCategoryInclusionFilters. |
Returns
Returns the index of the label category added to LabelCategoryInclusionFilters.
AddLabelExclusionFilter
function AddLabelExclusionFilter(const ALabel: string): NativeInt;
Add a label to LabelExclusionFilters.
Parameters
| Name | Description |
|---|---|
ALabel | Specify a label to add to LabelExclusionFilters. |
Returns
Returns the index of the label added to LabelExclusionFilters.
AddLabelInclusionFilter
function AddLabelInclusionFilter(const ALabel: string): NativeInt;
Add a label to LabelInclusionFilters.
Parameters
| Name | Description |
|---|---|
ALabel | Specify a label to add to LabelInclusionFilters. |
Returns
Returns the index of the label added to LabelInclusionFilters.