API Reference
Class
PdfReadingOrderEvidence
Evidence for one region's inferred position in page reading order.
Inheritance
- Object
- PdfReadingOrderEvidence
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
Inherited Methods
Properties
public Int32 Index { get; } #Zero-based inferred reading position.
public PdfUnderstandingRegion Region { get; } #Region assigned to this reading position.
public Double Confidence { get; } #Normalized confidence from 0 to 1.
public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #Diagnostic evidence supporting the order.