Google Cloud Documentai V1Normalized Vertex Args
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
Link copied to clipboard
fun GoogleCloudDocumentaiV1NormalizedVertexArgs(x: Output<Double>? = null, y: Output<Double>? = null)