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

AnalyzeDocumentResponse

import type { AnalyzeDocumentResponse } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";
interface AnalyzeDocumentResponse {
AnalyzeDocumentModelVersion?: string | null;
Blocks?: Block[] | null;
DocumentMetadata?: DocumentMetadata | null;
HumanLoopActivationOutput?: HumanLoopActivationOutput | null;
}

§Properties

§
AnalyzeDocumentModelVersion?: string | null
[src]

The version of the model used to analyze the document.

§
Blocks?: Block[] | null
[src]

The items that are detected and analyzed by AnalyzeDocument.

§
DocumentMetadata?: DocumentMetadata | null
[src]

Metadata about the analyzed document. An example is the number of pages.

§
HumanLoopActivationOutput?: HumanLoopActivationOutput | null
[src]

Shows the results of the human in the loop evaluation.