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

PageClassification

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

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: Prediction[];
PageType: Prediction[];
}

§Properties

§
PageNumber: Prediction[]
[src]

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

§
PageType: Prediction[]
[src]

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