Class DocumentFootnote
An object representing the location and content of a table footnote.
Inheritance
System.Object
DocumentFootnote
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
[System.ComponentModel.EditorBrowsable]
public class DocumentFootnote
Properties
BoundingRegions
Bounding regions covering the table footnote.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> BoundingRegions { get; }
Property Value
System.Collections.Generic.IReadOnlyList<BoundingRegion>
|
Content
Table footnote content.
Declaration
public string Content { get; }
Property Value
System.String
|
Spans
Location of the table footnote in the reading order concatenated content.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> Spans { get; }
Property Value
System.Collections.Generic.IReadOnlyList<DocumentSpan>
|