Bounding Poly Args
data class BoundingPolyArgs(val normalizedVertices: Output<List<NormalizedVertexArgs>>? = null, val vertices: Output<List<VertexArgs>>? = null) : ConvertibleToJava<BoundingPolyArgs>
A bounding polygon for the detected image annotation.
Constructors
Link copied to clipboard
fun BoundingPolyArgs(normalizedVertices: Output<List<NormalizedVertexArgs>>? = null, vertices: Output<List<VertexArgs>>? = null)