class Aws::Textract::Types::HumanLoopConfig

Sets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.

@note When making an API call, you may pass HumanLoopConfig

data as a hash:

    {
      human_loop_name: "HumanLoopName", # required
      flow_definition_arn: "FlowDefinitionArn", # required
      data_attributes: {
        content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
      },
    }

@!attribute [rw] human_loop_name

The name of the human workflow used for this image. This should be
kept unique within a region.
@return [String]

@!attribute [rw] flow_definition_arn

The Amazon Resource Name (ARN) of the flow definition.
@return [String]

@!attribute [rw] data_attributes

Sets attributes of the input data.
@return [Types::HumanLoopDataAttributes]

@see docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/HumanLoopConfig AWS API Documentation

Constants

SENSITIVE