Normalized Vertex Args
data class NormalizedVertexArgs(val x: Output<Double>? = null, val y: Output<Double>? = null) : ConvertibleToJava<NormalizedVertexArgs>
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.