Uses of Class
com.azure.ai.formrecognizer.models.FieldBoundingBox
Packages that use FieldBoundingBox
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FieldBoundingBox in com.azure.ai.formrecognizer.models
Methods in com.azure.ai.formrecognizer.models that return FieldBoundingBoxModifier 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.Constructors in com.azure.ai.formrecognizer.models with parameters of type FieldBoundingBoxModifierConstructorDescriptionFieldData(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.