GoogleCloudDocumentaiV1beta2DocumentPage class
A page in a Document.
Constructors
-
GoogleCloudDocumentaiV1beta2DocumentPage({List<
GoogleCloudDocumentaiV1beta2DocumentPageBlock> ? blocks, List<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> ? detectedLanguages, GoogleCloudDocumentaiV1beta2DocumentPageDimension? dimension, List<GoogleCloudDocumentaiV1beta2DocumentPageFormField> ? formFields, GoogleCloudDocumentaiV1beta2DocumentPageImage? image, GoogleCloudDocumentaiV1beta2DocumentPageLayout? layout, List<GoogleCloudDocumentaiV1beta2DocumentPageLine> ? lines, int? pageNumber, List<GoogleCloudDocumentaiV1beta2DocumentPageParagraph> ? paragraphs, GoogleCloudDocumentaiV1beta2DocumentProvenance? provenance, List<GoogleCloudDocumentaiV1beta2DocumentPageTable> ? tables, List<GoogleCloudDocumentaiV1beta2DocumentPageToken> ? tokens, List<GoogleCloudDocumentaiV1beta2DocumentPageMatrix> ? transforms, List<GoogleCloudDocumentaiV1beta2DocumentPageVisualElement> ? visualElements}) - GoogleCloudDocumentaiV1beta2DocumentPage.fromJson(Map _json)
Properties
-
blocks
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageBlock> ? -
A list of visually detected text blocks on the page.
getter/setter pair
-
detectedLanguages
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> ? -
A list of detected languages together with confidence.
getter/setter pair
- dimension ↔ GoogleCloudDocumentaiV1beta2DocumentPageDimension?
-
Physical dimension of the page.
getter/setter pair
-
formFields
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageFormField> ? -
A list of visually detected form fields on the page.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ GoogleCloudDocumentaiV1beta2DocumentPageImage?
-
Rendered image for this page.
getter/setter pair
- layout ↔ GoogleCloudDocumentaiV1beta2DocumentPageLayout?
-
Layout for the page.
getter/setter pair
-
lines
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageLine> ? -
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<
GoogleCloudDocumentaiV1beta2DocumentPageParagraph> ? -
A list of visually detected text paragraphs on the page.
getter/setter pair
- provenance ↔ GoogleCloudDocumentaiV1beta2DocumentProvenance?
-
The history of this page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageTable> ? -
A list of visually detected tables on the page.
getter/setter pair
-
tokens
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageToken> ? -
A list of visually detected tokens on the page.
getter/setter pair
-
transforms
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageMatrix> ? -
Transformation matrices that were applied to the original document image
to produce Page.image.
getter/setter pair
-
visualElements
↔ List<
GoogleCloudDocumentaiV1beta2DocumentPageVisualElement> ? -
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