BoundingPolyResponse

data class BoundingPolyResponse(val normalizedVertices: List<NormalizedVertexResponse>, val vertices: List<VertexResponse>)

A bounding polygon for the detected image annotation.

Constructors

Link copied to clipboard
constructor(normalizedVertices: List<NormalizedVertexResponse>, vertices: List<VertexResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bounding polygon normalized vertices.

Link copied to clipboard

The bounding polygon vertices.