API Reference
Class
StructuredLine
Geometry detail for a single emitted line.
Inheritance
- Object
- StructuredLine
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property StructuredHeading.Line
- Property StructuredListItem.Line
- Property StructuredPage.LinesDetailed
- Property StructuredParagraph.Lines
Constructors
public StructuredLine() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double Y { get; set; } #Baseline Y coordinate for the line (points from bottom).
public Double XStart { get; set; } #Leftmost X coordinate (points).
public Double XEnd { get; set; } #Rightmost X coordinate (points).
public String Text { get; set; } #Line text.
public Double FontSize { get; set; } #Representative font size in points.
public Double Confidence { get; set; } #Normalized source-extraction confidence from 0 through 1.
public IReadOnlyList<PdfTextSpan> Spans { get; set; } #Immutable snapshot of the positioned text spans grouped into this line.
public Int32 SpanCount { get; } #Number of underlying spans grouped into this line.