GoogleCloudDocumentaiV1VertexResponse

data class GoogleCloudDocumentaiV1VertexResponse(val x: Int, val y: Int)

A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Int

X coordinate.

Link copied to clipboard
val y: Int

Y coordinate (starts from the top of the image).