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

Warning

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

A warning about an issue that occurred during asynchronous text analysis ("StartDocumentAnalysis") or asynchronous document text detection ("StartDocumentTextDetection").

interface Warning {
ErrorCode?: string | null;
Pages?: number[] | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code for the warning.

§
Pages?: number[] | null
[src]

A list of the pages that the warning applies to.