Vertex Args
data class VertexArgs(val x: Output<Double>? = null, val y: Output<Double>? = null) : ConvertibleToJava<VertexArgs>
A 2D coordinate in an image. The origin is the top-left.
A 2D coordinate in an image. The origin is the top-left.