GoogleCloudDocumentaiV1NormalizedVertexArgs

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

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

Constructors

fun GoogleCloudDocumentaiV1NormalizedVertexArgs(x: Output<Double>? = null, y: Output<Double>? = null)

Functions

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

Properties

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

X coordinate.

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

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