Bounding Poly Response
data class BoundingPolyResponse(val normalizedVertices: List<NormalizedVertexResponse>, val vertices: List<VertexResponse>)
A bounding polygon for the detected image annotation.
Constructors
Link copied to clipboard
fun BoundingPolyResponse(normalizedVertices: List<NormalizedVertexResponse>, vertices: List<VertexResponse>)