Page prediction wrapper class. Holds the results of a parsed document's page. Holds a Prediction that's either a document-level Prediction, or inherits from one.
Prediction
an extension of an Prediction. Mandatory in order to properly create a page-level prediction.
constructor signature for an inference.
raw http response.
the page's index (identifier).
Optional
the page's orientation.
Potential Extras fields sent back along with the prediction.
Extras
The page's index (identifier).
The page's orientation
A page-level prediction. Can either be specific to pages or identical to the document prediction.
Default string representation.
Page prediction wrapper class. Holds the results of a parsed document's page. Holds a
Prediction
that's either a document-level Prediction, or inherits from one.