API Reference
Class
OfficeOcrTextSpan
Detailed recognized line, word, or character with optional confidence and geometry.
Inheritance
- Object
- OfficeOcrTextSpan
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 OfficeOcrEngineResult.Spans
Constructors
public OfficeOcrTextSpan() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Sequence { get; set; } #Zero-based sequence within the provider's emitted reading order.
public OfficeOcrTextSpanLevel Level { get; set; } #Span granularity.
public String Text { get; set; } #Recognized text for this span.
public Nullable<Double> Confidence { get; set; } #Normalized confidence from 0 through 1, when available.
public String Language { get; set; } #Detected or requested language identifier, when available.
public Nullable<Int32> PageNumber { get; set; } #One-based source page within a multi-page payload, when applicable.
public OfficeDocumentRegion Region { get; set; } #Bounding region in CoordinateUnit when available.
public OfficeOcrCoordinateUnit CoordinateUnit { get; set; } #Coordinate unit used by Region.