The class assigned to a Page object detected in an input document. Contains information regarding the predicted type/class of a document's page and the page number that the Page object was detected on.

interface PageClassification {
    PageNumber: undefined | Prediction[];
    PageType: undefined | Prediction[];
}

Properties

Properties

PageNumber: undefined | Prediction[]

The page number the value was detected on, relative to Amazon Textract's starting position.

PageType: undefined | Prediction[]

The class, or document type, assigned to a detected Page object. The class, or document type, assigned to a detected Page object.