Uses of Class
com.azure.ai.formrecognizer.models.FormElement
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FormElement in com.azure.ai.formrecognizer.models
Modifier and TypeClassDescriptionfinal class
The FieldData model.final class
Represents a line of text and its appearance.final class
Represents a selection mark recognized from the input document.final class
Represents a cell contained in a table recognized from the input document.final class
Represents a word recognized from the input document.Modifier and TypeMethodDescriptionFieldData.getFieldElements()
When `includeFieldElements` is set to true, gets a list of reference elements constituting thisFieldData
.FormTableCell.getFieldElements()
When includeFieldElements is set to true, gets the list of references to the elements constituting this table cell.ModifierConstructorDescriptionFieldData
(String text, FieldBoundingBox boundingBox, int pageNumber, List<FormElement> fieldElements) Creates raw OCR FieldData item.FormTableCell
(int rowIndex, int columnIndex, int rowSpan, int columnSpan, String text, FieldBoundingBox boundingBox, float confidence, boolean isHeader, boolean isFooter, int pageNumber, List<FormElement> fieldElements) Constructs a FormTableCell object.