Uses of Class
com.azure.ai.documentintelligence.models.BoundingRegion
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of BoundingRegion in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic BoundingRegion
BoundingRegion.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BoundingRegion from the JsonReader.Modifier and TypeMethodDescriptionDocument.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the document.DocumentCaption.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the caption.DocumentField.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the field.DocumentFigure.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the figure.DocumentFootnote.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the footnote.DocumentKeyValueElement.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the key-value element.DocumentListItem.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the list item.DocumentParagraph.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the paragraph.DocumentTable.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the table.DocumentTableCell.getBoundingRegions()
Get the boundingRegions property: Bounding regions covering the table cell.