API Reference

Class

OfficeOcrTextSpan

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

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

Constructors

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.