Skip to main content

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

NameDescription
AFlowDefinitionArnSpecify the Amazon Resource Name (ARN) of the flow definition.
AHumanLoopNameThe name of a human review used for this image. This should be kept unique within a region.
ADataAttributeContentClassifiersSpecify a list of content classifiers to initialise DataAttributes with.