GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef class
Represents a weak reference to a page element within a document.
Constructors
- GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef({GoogleCloudDocumentaiV1beta3BoundingPoly? boundingPoly, double? confidence, String? layoutId, String? layoutType, String? page})
- GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef.fromJson(Map _json)
Properties
- boundingPoly ↔ GoogleCloudDocumentaiV1beta3BoundingPoly?
-
Identifies the bounding polygon of a layout element on the page.
getter/setter pair
- confidence ↔ double?
-
Confidence of detected page element, if applicable.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- layoutId ↔ String?
-
Use PageRef.bounding_poly instead.
getter/setter pair
- layoutType ↔ String?
-
The type of the layout element that is being referenced if any.
getter/setter pair
- page ↔ String?
-
Index into the Document.pages element, for example using Document.pages to
locate the related page element.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited