Google Cloud Documentai V1Bounding Poly Response
data class GoogleCloudDocumentaiV1BoundingPolyResponse(val normalizedVertices: List<GoogleCloudDocumentaiV1NormalizedVertexResponse>, val vertices: List<GoogleCloudDocumentaiV1VertexResponse>)
A bounding polygon for the detected image annotation.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1BoundingPolyResponse(normalizedVertices: List<GoogleCloudDocumentaiV1NormalizedVertexResponse>, vertices: List<GoogleCloudDocumentaiV1VertexResponse>)