Skip to main content

TRekognitionGeneralLabelsSettings

Class in AWS.Rekognition

GeneralLabelsSettings class.

Ancestors

Properties

LabelCategoryExclusionFilters

property LabelCategoryExclusionFilters: TList<string>

LabelCategoryInclusionFilters

property LabelCategoryInclusionFilters: TList<string>

LabelExclusionFilters

property LabelExclusionFilters: TList<string>

LabelInclusionFilters

property LabelInclusionFilters: TList<string>

Constructors

Create

constructor Create; overload;

Constructor for TRekognitionGeneralLabelsSettings.


constructor Create(const ALabelCategoryExclusionFilters, ALabelCategoryInclusionFilters, ALabelExclusionFilters, ALabelInclusionFilters: array of string); overload;

Constructor for TRekognitionGeneralLabelsSettings.

Parameters

NameDescription
ALabelCategoryExclusionFiltersSpecify any label categories that should be excluded from the results.
ALabelCategoryInclusionFiltersSpecify any label categories that should be included in the results.
ALabelExclusionFiltersSpecify any labels that should be excluded from the results.
ALabelInclusionFiltersSpecify any labels that should be included in the results.