Point

class Point

The X and Y coordinates of a point on a document page.

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

Types

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

Properties

Link copied to clipboard
val x: Float?

The value of the X coordinate for a point on a polygon

Link copied to clipboard
val y: Float?

The value of the Y coordinate for a point on a polygon

Functions

Link copied to clipboard
inline fun copy(block: Point.Builder.() -> Unit = {}): Point
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