Google Cloud Documentai V1Document Page Table Table Cell Response
data class GoogleCloudDocumentaiV1DocumentPageTableTableCellResponse(val colSpan: Int, val detectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, val layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, val rowSpan: Int)
A cell representation inside the table.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageTableTableCellResponse(colSpan: Int, detectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, rowSpan: Int)