API Reference

Class

OfficeOcrEngineCapabilities

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Capabilities exposed by one configured OCR engine.

Inheritance

  • Object
  • OfficeOcrEngineCapabilities

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 OfficeOcrEngineCapabilities() #

Methods

public OfficeOcrEngineCapabilities Clone() #
Returns: OfficeOcrEngineCapabilities

Creates an independent capability snapshot.

Properties

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

Media types accepted by the engine. An empty collection means the provider does not pre-declare a restriction.

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

Language identifiers known to the engine. An empty collection 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.