Class DocumentFigure
java.lang.Object
com.azure.ai.documentintelligence.models.DocumentFigure
An object representing a figure in the document.
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingRegions property: Bounding regions covering the figure.Get the caption property: Caption associated with the figure.Get the elements property: Child elements of the figure, excluding any caption or footnotes.Get the footnotes property: List of footnotes associated with the figure.getSpans()
Get the spans property: Location of the figure in the reading order concatenated content.
-
Method Details
-
getBoundingRegions
Get the boundingRegions property: Bounding regions covering the figure.- Returns:
- the boundingRegions value.
-
getSpans
Get the spans property: Location of the figure in the reading order concatenated content.- Returns:
- the spans value.
-
getElements
Get the elements property: Child elements of the figure, excluding any caption or footnotes.- Returns:
- the elements value.
-
getCaption
Get the caption property: Caption associated with the figure.- Returns:
- the caption value.
-
getFootnotes
Get the footnotes property: List of footnotes associated with the figure.- Returns:
- the footnotes value.
-