Uses of Class
com.azure.ai.formrecognizer.models.FormTableCell
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FormTableCell in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionFormTable.getCells()
Get the list of cells contained in the table.ModifierConstructorDescriptionFormTable
(int rowCount, int columnCount, List<FormTableCell> cells, int pageNumber) Constructs a FormTable object.