API Reference

Class

OcrEngineCapabilities

Namespace OfficeIMO.Ocr
Assembly OfficeIMO.Ocr
Modifiers sealed

Capabilities exposed by one configured OCR engine.

Inheritance

  • Object
  • OcrEngineCapabilities

Usage

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

Accepted by parameters

Constructors

public OcrEngineCapabilities() #

Methods

public OcrEngineCapabilities Clone() #
Returns: OcrEngineCapabilities

Creates an independent capability snapshot.

Properties

public IReadOnlyList<String> SupportedMediaTypes { get; set; } #

Media types accepted by the engine. Empty means the engine does not pre-declare a restriction.

public IReadOnlyList<String> SupportedLanguages { get; set; } #

Language identifiers known to the engine. Empty means language discovery is provider-specific.

public Boolean SupportsLineSpans { get; set; } #

Whether line-level text spans can be returned.

public Boolean SupportsWordSpans { get; set; } #

Whether word-level text spans can be returned.

public Boolean SupportsCharacterSpans { get; set; } #

Whether character-level text spans can be returned.

public Boolean SupportsConfidence { get; set; } #

Whether confidence values can be returned.

public Boolean SupportsConcurrentRequests { get; set; } #

Whether the same engine instance accepts concurrent recognition requests.