IRekognitionHumanLoopDataAttributes
Interface in AWS.Rekognition
Interface for HumanLoopDataAttributes.
Properties
ContentClassifiers
property ContentClassifiers: TList<string>
Specifies whether an input image is free of personally identifiable information.
Valid values: FreeOfPersonallyIdentifiableInformation | FreeOfAdultContent.
Methods
AddContentClassifier
function AddContentClassifier(const AContentClassifier: string): NativeInt;
Add a content classifier to ContentClassifiers.
Parameters
| Name | Description |
|---|---|
AContentClassifier | Specify a content classifier to add to ContentClassifiers. |
Returns
The index of the content classifier added to ContentClassifiers.