Geometry

class Geometry

Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An axis-aligned coarse representation of the location of the recognized item on the document page.

Link copied to clipboard

Within the bounding box, a fine-grained polygon around the recognized item.

Link copied to clipboard

Provides a numerical value corresponding to the rotation of the text.

Functions

Link copied to clipboard
inline fun copy(block: Geometry.Builder.() -> Unit = {}): Geometry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String