BoundingPolyArgs

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)

Functions

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

Properties

Link copied to clipboard

The bounding polygon normalized vertices.

Link copied to clipboard
val vertices: Output<List<VertexArgs>>? = null

The bounding polygon vertices.