Class DocumentFootnote

java.lang.Object
com.azure.ai.formrecognizer.models.DocumentFootnote

public final class DocumentFootnote extends Object
An object representing the location and content of a table footnote.
  • Constructor Details

    • DocumentFootnote

      public DocumentFootnote()
  • Method Details

    • getContent

      public String getContent()
      Get the content property: Table footnote content.
      Returns:
      the content value.
    • getBoundingRegions

      public List<BoundingRegion> getBoundingRegions()
      Get the boundingRegions property: Bounding regions covering the table footnote.
      Returns:
      the boundingRegions value.
    • getSpans

      public List<DocumentSpan> getSpans()
      Get the spans property: Location of the table footnote in the reading order concatenated content.
      Returns:
      the spans value.