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