GoogleCloudDocumentaiV1beta3DocumentPage class

A page in a Document.

Properties

blocks List<GoogleCloudDocumentaiV1beta3DocumentPageBlock>?
A list of visually detected text blocks on the page.
getter/setter pair
detectedLanguages List<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage>?
A list of detected languages together with confidence.
getter/setter pair
dimension GoogleCloudDocumentaiV1beta3DocumentPageDimension?
Physical dimension of the page.
getter/setter pair
formFields List<GoogleCloudDocumentaiV1beta3DocumentPageFormField>?
A list of visually detected form fields on the page.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image GoogleCloudDocumentaiV1beta3DocumentPageImage?
Rendered image for this page.
getter/setter pair
layout GoogleCloudDocumentaiV1beta3DocumentPageLayout?
Layout for the page.
getter/setter pair
lines List<GoogleCloudDocumentaiV1beta3DocumentPageLine>?
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<GoogleCloudDocumentaiV1beta3DocumentPageParagraph>?
A list of visually detected text paragraphs on the page.
getter/setter pair
provenance GoogleCloudDocumentaiV1beta3DocumentProvenance?
The history of this page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tables List<GoogleCloudDocumentaiV1beta3DocumentPageTable>?
A list of visually detected tables on the page.
getter/setter pair
tokens List<GoogleCloudDocumentaiV1beta3DocumentPageToken>?
A list of visually detected tokens on the page.
getter/setter pair
transforms List<GoogleCloudDocumentaiV1beta3DocumentPageMatrix>?
Transformation matrices that were applied to the original document image to produce Page.image.
getter/setter pair
visualElements List<GoogleCloudDocumentaiV1beta3DocumentPageVisualElement>?
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