The system identified one of the following warnings while processing the input document:

  • The document to classify is plain text, but the classifier is a native model.

  • The document to classify is semi-structured, but the classifier is a plain-text model.

interface WarningsListItem {
    Page?: number;
    WarnCode?: string;
    WarnMessage?: string;
}

Properties

Page?: number

Page number in the input document.

WarnCode?: string

The type of warning.

WarnMessage?: string

Text message associated with the warning.