Google Cloud Documentai V1Document Page Layout Response
data class GoogleCloudDocumentaiV1DocumentPageLayoutResponse(val boundingPoly: GoogleCloudDocumentaiV1BoundingPolyResponse, val confidence: Double, val orientation: String, val textAnchor: GoogleCloudDocumentaiV1DocumentTextAnchorResponse)
Visual element describing a layout unit on a page.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageLayoutResponse(boundingPoly: GoogleCloudDocumentaiV1BoundingPolyResponse, confidence: Double, orientation: String, textAnchor: GoogleCloudDocumentaiV1DocumentTextAnchorResponse)