DocumentTableCell Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. DocumentTableCell
- com.
Implements
public final class DocumentTableCell
implements JsonSerializable<DocumentTableCell>
An object representing the location and content of a table cell.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
List<Bounding |
getBoundingRegions()
Get the bounding |
int |
getColumnIndex()
Get the column |
Integer |
getColumnSpan()
Get the column |
String |
getContent()
Get the content property: Concatenated content of the table cell in reading order. |
List<String> |
getElements()
Get the elements property: Child elements of the table cell. |
Document |
getKind()
Get the kind property: Table cell kind. |
int |
getRowIndex()
Get the row |
Integer |
getRowSpan()
Get the row |
List<Document |
getSpans()
Get the spans property: Location of the table cell in the reading order concatenated content. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DocumentTableCell fromJson(JsonReader jsonReader)
Reads an instance of DocumentTableCell from the JsonReader.
Parameters:
Returns:
Throws:
getBoundingRegions
public List
Get the boundingRegions property: Bounding regions covering the table cell.
Returns:
getColumnIndex
public int getColumnIndex()
Get the columnIndex property: Column index of the cell.
Returns:
getColumnSpan
public Integer getColumnSpan()
Get the columnSpan property: Number of columns spanned by this cell.
Returns:
getContent
public String getContent()
Get the content property: Concatenated content of the table cell in reading order.
Returns:
getElements
public List
Get the elements property: Child elements of the table cell.
Returns:
getKind
public DocumentTableCellKind getKind()
Get the kind property: Table cell kind.
Returns:
getRowIndex
public int getRowIndex()
Get the rowIndex property: Row index of the cell.
Returns:
getRowSpan
public Integer getRowSpan()
Get the rowSpan property: Number of rows spanned by this cell.
Returns:
getSpans
public List
Get the spans property: Location of the table cell in the reading order concatenated content.
Returns:
toJson
Applies to
Azure SDK for Java