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

GetDocumentAnalysisResponse

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

§Properties

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

The results of the text-analysis operation.

§
DocumentMetadata?: DocumentMetadata | null
[src]

Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

§
JobStatus?: JobStatus | null
[src]

The current status of the text detection job.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

§
StatusMessage?: string | null
[src]

Returns if the detection job could not be completed. Contains explanation for what error occured.

§
Warnings?: Warning[] | null
[src]

A list of warnings that occurred during the document-analysis operation.