BoundingPolyArgs

data class BoundingPolyArgs(val label: Output<String>? = null, val vertices: Output<List<VertexArgs>>? = null) : ConvertibleToJava<BoundingPolyArgs>

A bounding polygon for the detected image annotation.

Constructors

Link copied to clipboard
constructor(label: Output<String>? = null, vertices: Output<List<VertexArgs>>? = null)

Properties

Link copied to clipboard
val label: Output<String>? = null

A description of this polygon.

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

List of the vertices of this polygon.

Functions

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