GoogleCloudDocumentaiV1beta1DocumentPage class
A page in a Document.
Constructors
-
GoogleCloudDocumentaiV1beta1DocumentPage({List<
GoogleCloudDocumentaiV1beta1DocumentPageBlock> ? blocks, List<GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> ? detectedLanguages, GoogleCloudDocumentaiV1beta1DocumentPageDimension? dimension, List<GoogleCloudDocumentaiV1beta1DocumentPageFormField> ? formFields, GoogleCloudDocumentaiV1beta1DocumentPageImage? image, GoogleCloudDocumentaiV1beta1DocumentPageLayout? layout, List<GoogleCloudDocumentaiV1beta1DocumentPageLine> ? lines, int? pageNumber, List<GoogleCloudDocumentaiV1beta1DocumentPageParagraph> ? paragraphs, GoogleCloudDocumentaiV1beta1DocumentProvenance? provenance, List<GoogleCloudDocumentaiV1beta1DocumentPageTable> ? tables, List<GoogleCloudDocumentaiV1beta1DocumentPageToken> ? tokens, List<GoogleCloudDocumentaiV1beta1DocumentPageMatrix> ? transforms, List<GoogleCloudDocumentaiV1beta1DocumentPageVisualElement> ? visualElements}) - GoogleCloudDocumentaiV1beta1DocumentPage.fromJson(Map _json)
Properties
-
blocks
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageBlock> ? -
A list of visually detected text blocks on the page.
getter/setter pair
-
detectedLanguages
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> ? -
A list of detected languages together with confidence.
getter/setter pair
- dimension ↔ GoogleCloudDocumentaiV1beta1DocumentPageDimension?
-
Physical dimension of the page.
getter/setter pair
-
formFields
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageFormField> ? -
A list of visually detected form fields on the page.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ GoogleCloudDocumentaiV1beta1DocumentPageImage?
-
Rendered image for this page.
getter/setter pair
- layout ↔ GoogleCloudDocumentaiV1beta1DocumentPageLayout?
-
Layout for the page.
getter/setter pair
-
lines
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageLine> ? -
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<
GoogleCloudDocumentaiV1beta1DocumentPageParagraph> ? -
A list of visually detected text paragraphs on the page.
getter/setter pair
- provenance ↔ GoogleCloudDocumentaiV1beta1DocumentProvenance?
-
The history of this page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageTable> ? -
A list of visually detected tables on the page.
getter/setter pair
-
tokens
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageToken> ? -
A list of visually detected tokens on the page.
getter/setter pair
-
transforms
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageMatrix> ? -
Transformation matrices that were applied to the original document image
to produce Page.image.
getter/setter pair
-
visualElements
↔ List<
GoogleCloudDocumentaiV1beta1DocumentPageVisualElement> ? -
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