BoundingPolyResponse

data class BoundingPolyResponse(val label: String, val vertices: List<VertexResponse>)

A bounding polygon for the detected image annotation.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of this polygon.

Link copied to clipboard

List of the vertices of this polygon.