GoogleCloudDocumentaiV1DocumentPage class

A page in a Document.

Properties

blocks List<GoogleCloudDocumentaiV1DocumentPageBlock>?
A list of visually detected text blocks on the page.
getter/setter pair
detectedBarcodes List<GoogleCloudDocumentaiV1DocumentPageDetectedBarcode>?
A list of detected barcodes.
getter/setter pair
detectedLanguages List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>?
A list of detected languages together with confidence.
getter/setter pair
dimension GoogleCloudDocumentaiV1DocumentPageDimension?
Physical dimension of the page.
getter/setter pair
formFields List<GoogleCloudDocumentaiV1DocumentPageFormField>?
A list of visually detected form fields on the page.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image GoogleCloudDocumentaiV1DocumentPageImage?
Rendered image for this page.
getter/setter pair
imageQualityScores GoogleCloudDocumentaiV1DocumentPageImageQualityScores?
Image quality scores.
getter/setter pair
layout GoogleCloudDocumentaiV1DocumentPageLayout?
Layout for the page.
getter/setter pair
lines List<GoogleCloudDocumentaiV1DocumentPageLine>?
A list of visually detected text lines on the page.
getter/setter pair
pageNumber int?
1-based index for current Page in a parent Document.
getter/setter pair
paragraphs List<GoogleCloudDocumentaiV1DocumentPageParagraph>?
A list of visually detected text paragraphs on the page.
getter/setter pair
provenance GoogleCloudDocumentaiV1DocumentProvenance?
The history of this page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbols List<GoogleCloudDocumentaiV1DocumentPageSymbol>?
A list of visually detected symbols on the page.
getter/setter pair
tables List<GoogleCloudDocumentaiV1DocumentPageTable>?
A list of visually detected tables on the page.
getter/setter pair
tokens List<GoogleCloudDocumentaiV1DocumentPageToken>?
A list of visually detected tokens on the page.
getter/setter pair
transforms List<GoogleCloudDocumentaiV1DocumentPageMatrix>?
Transformation matrices that were applied to the original document image to produce Page.image.
getter/setter pair
visualElements List<GoogleCloudDocumentaiV1DocumentPageVisualElement>?
A list of detected non-text visual elements e.g. checkbox, signature etc.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited