GoogleCloudDocumentaiV1beta1DocumentPageLayout class

Visual element describing a layout unit on a page.

Properties

boundingPoly GoogleCloudDocumentaiV1beta1BoundingPoly?
The bounding polygon for the Layout.
getter/setter pair
confidence double?
Confidence of the current Layout within context of the object this layout is for.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orientation String?
Detected orientation for the Layout. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAnchor GoogleCloudDocumentaiV1beta1DocumentTextAnchor?
Text anchor indexing into the Document.text.
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