Uses of Class
com.azure.ai.formrecognizer.models.FieldBoundingBox
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of FieldBoundingBox in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionFieldData.getBoundingBox()
BoundingBox property of the element.FormElement.getBoundingBox()
BoundingBox property of the element.FormLine.getBoundingBox()
BoundingBox property of the element.FormSelectionMark.getBoundingBox()
BoundingBox property of the element.FormTable.getBoundingBox()
Get the bounding box information for the the form table.FormTableCell.getBoundingBox()
BoundingBox property of the element.FormWord.getBoundingBox()
BoundingBox property of the element.ModifierConstructorDescriptionFieldData
(String text, FieldBoundingBox boundingBox, int pageNumber, List<FormElement> fieldElements) Creates raw OCR FieldData item.Creates raw OCR item.FormSelectionMark
(String text, FieldBoundingBox boundingBox, int pageNumber) Creates a FormSelectionMark.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.FormWord
(String text, FieldBoundingBox boundingBox, int pageNumber, float confidence) Constructs a FormWord object.