API Reference

Enum

OfficeOcrTextSpanLevel

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Granularity of one recognized OCR text span.

Inheritance

  • Enum
  • OfficeOcrTextSpanLevel

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const OfficeOcrTextSpanLevel Line #

One recognized text line.

Value: 1
public const OfficeOcrTextSpanLevel Word #

One recognized word or token.

Value: 2
public const OfficeOcrTextSpanLevel Character #

One recognized character or grapheme.

Value: 3