API Reference
Class
PdfUnderstandingRegion
One page-segmentation region containing related lines.
Inheritance
- Object
- PdfUnderstandingRegion
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
Accepted by parameters
Constructors
public PdfUnderstandingRegion(IReadOnlyList<PdfUnderstandingLine> lines, Nullable<Double> confidence = null, IEnumerable<PdfInferenceEvidence> evidence = null) #Creates a segmented region from lines in local reading order.
Parameters
- lines System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingLine}
- confidence System.Nullable{System.Double} = null
- evidence System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfInferenceEvidence} = null
Inherited Methods
Properties
public IReadOnlyList<PdfUnderstandingLine> Lines { get; } #Lines in local region order.
public String Text { get; } #Normalized region text.
public Double XStart { get; } #Left bound.
public Double XEnd { get; } #Right bound.
public Double YTop { get; } #Top baseline.
public Double YBottom { get; } #Bottom baseline.
public Double Confidence { get; } #Normalized segmentation confidence from 0 to 1.
public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #Evidence supporting this region segmentation.