Skip to main content

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

NameDescription
ALabelCategorySpecify 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

NameDescription
ALabelCategorySpecify 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

NameDescription
ALabelSpecify 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

NameDescription
ALabelSpecify a label to add to LabelInclusionFilters.

Returns

Returns the index of the label added to LabelInclusionFilters.