ITextractHumanLoopDataAttributes
Interface in AWS.Textract
Interface for HumanLoopDataAttributes.
Properties
ContentClassifiers
property ContentClassifiers: TList<string>
Specify whether the input image is free of personally identifiable information or adult content.
Valid values: FreeOfPersonallyIdentifiableInformation | FreeOfAdultContent.
Methods
AddContentClassifier
procedure AddContentClassifier(const AContentClassifier: string);
Add a content classifier to ContentClassifiers.
Parameters
| Name | Description |
|---|---|
AContentClassifier | Specify a content classifier to add to ContentClassifiers. Valid values:|. |