TRekognitionHumanLoopConfig
Class in AWS.Rekognition
HumanLoopConfig class.
Ancestors
Properties
FlowDefinitionArn
property FlowDefinitionArn: TARN
HumanLoopName
property HumanLoopName: string
DataAttributes
property DataAttributes: IRekognitionHumanLoopDataAttributes
Type: IRekognitionHumanLoopDataAttributes
Constructors
Create
constructor Create(const AFlowDefinitionArn: TARN; const AHumanLoopName: string; const ADataAttributeContentClassifiers: array of string);
Constructor for TRekognitionHumanLoopConfig.
Parameters
| Name | Description |
|---|---|
AFlowDefinitionArn | Specify the Amazon Resource Name (ARN) of the flow definition. |
AHumanLoopName | The name of a human review used for this image. This should be kept unique within a region. |
ADataAttributeContentClassifiers | Specify a list of content classifiers to initialise DataAttributes with. |