Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HumanLoopConfig

import type { HumanLoopConfig } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";

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.

interface HumanLoopConfig {
DataAttributes?: HumanLoopDataAttributes | null;
FlowDefinitionArn: string;
HumanLoopName: string;
}

§Properties

§
DataAttributes?: HumanLoopDataAttributes | null
[src]

Sets attributes of the input data.

§
FlowDefinitionArn: string
[src]

The Amazon Resource Name (ARN) of the flow definition.

§
HumanLoopName: string
[src]

The name of the human workflow used for this image. This should be kept unique within a region.