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

HumanLoopActivationOutput

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

Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.

interface HumanLoopActivationOutput {
HumanLoopActivationConditionsEvaluationResults?: jsonP.JSONValue | null;
HumanLoopActivationReasons?: string[] | null;
HumanLoopArn?: string | null;
}

§Properties

§
HumanLoopActivationConditionsEvaluationResults?: jsonP.JSONValue | null
[src]

Shows the result of condition evaluations, including those conditions which activated a human review.

§
HumanLoopActivationReasons?: string[] | null
[src]

Shows if and why human review was needed.

§
HumanLoopArn?: string | null
[src]

The Amazon Resource Name (ARN) of the HumanLoop created.