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
| Name | Description |
|---|---|
ALabelCategoryExclusionFilters | Specify any label categories that should be excluded from the results. |
ALabelCategoryInclusionFilters | Specify any label categories that should be included in the results. |
ALabelExclusionFilters | Specify any labels that should be excluded from the results. |
ALabelInclusionFilters | Specify any labels that should be included in the results. |