DocumentFootnote Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. DocumentFootnote
- com.
Implements
public final class DocumentFootnote
implements JsonSerializable<DocumentFootnote>
A footnote object describing a table or figure.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
List<Bounding |
getBoundingRegions()
Get the bounding |
String |
getContent()
Get the content property: Content of the footnote. |
List<String> |
getElements()
Get the elements property: Child elements of the footnote. |
List<Document |
getSpans()
Get the spans property: Location of the footnote in the reading order concatenated content. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DocumentFootnote fromJson(JsonReader jsonReader)
Reads an instance of DocumentFootnote from the JsonReader.
Parameters:
Returns:
Throws:
getBoundingRegions
public List
Get the boundingRegions property: Bounding regions covering the footnote.
Returns:
getContent
public String getContent()
Get the content property: Content of the footnote.
Returns:
getElements
public List
Get the elements property: Child elements of the footnote.
Returns:
getSpans
public List
Get the spans property: Location of the footnote in the reading order concatenated content.
Returns:
toJson
Applies to
Azure SDK for Java