Geometry class
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
Constructors
-
Geometry({BoundingBox? boundingBox, List<
Point> ? polygon}) -
Geometry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- boundingBox → BoundingBox?
-
An axis-aligned coarse representation of the location of the recognized item
on the document page.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
polygon
→ List<
Point> ? -
Within the bounding box, a fine-grained polygon around the recognized item.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited