Uses of Class
com.azure.ai.formrecognizer.models.FormTableCell
Packages that use FormTableCell
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of FormTableCell in com.azure.ai.formrecognizer.models
Methods in com.azure.ai.formrecognizer.models that return types with arguments of type FormTableCellModifier and TypeMethodDescriptionFormTable.getCells()Get the list of cells contained in the table.Constructor parameters in com.azure.ai.formrecognizer.models with type arguments of type FormTableCellModifierConstructorDescriptionFormTable(int rowCount, int columnCount, List<FormTableCell> cells, int pageNumber) Constructs a FormTable object.