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

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

Properties

Properties

ErrorCode?: string

The error code for the warning.

Pages?: number[]

A list of the pages that the warning applies to.