AWSTextractHumanLoopConfig

Objective-C

@interface AWSTextractHumanLoopConfig

Swift

class AWSTextractHumanLoopConfig

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.

Required parameters: [HumanLoopName, FlowDefinitionArn]

  • Sets attributes of the input data.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTextractHumanLoopDataAttributes *_Nullable dataAttributes;

    Swift

    var dataAttributes: AWSTextractHumanLoopDataAttributes? { get set }
  • The Amazon Resource Name (ARN) of the flow definition.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable flowDefinitionArn;

    Swift

    var flowDefinitionArn: String? { get set }
  • The name of the human workflow used for this image. This should be kept unique within a region.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable humanLoopName;

    Swift

    var humanLoopName: String? { get set }