API Reference

Enum

OcrTextSpanLevel

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

Granularity of one recognized OCR text span.

Inheritance

  • Enum
  • OcrTextSpanLevel

Usage

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

Values

public const OcrTextSpanLevel Line #

One recognized text line.

Value: 1
public const OcrTextSpanLevel Word #

One recognized word or token.

Value: 2
public const OcrTextSpanLevel Character #

One recognized character or grapheme.

Value: 3