import { type DocumentTableCell } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis-models.ts";
An object representing the location and content of a table cell.
Properties
optional
kind: DocumentTableCellKindTable cell kind.
optional
boundingRegions: BoundingRegion[]Bounding regions covering the table cell.
spans: DocumentSpan[]
Location of the table cell in the reading order concatenated content.