GoogleCloudDocumentaiV1VertexArgs

data class GoogleCloudDocumentaiV1VertexArgs(val x: Output<Int>? = null, val y: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1VertexArgs>

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

Constructors

Link copied to clipboard
fun GoogleCloudDocumentaiV1VertexArgs(x: Output<Int>? = null, y: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1VertexArgs

Properties

Link copied to clipboard
val x: Output<Int>? = null

X coordinate.

Link copied to clipboard
val y: Output<Int>? = null

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