Geometry

class Geometry

Information about the location of items on a document page.

For additional information, see Geometry in the Amazon Textract API reference.

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.

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