API Reference

Class

OfficeOcrEngineRequest

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

One bounded recognition request passed to an OCR engine.

Inheritance

  • Object
  • OfficeOcrEngineRequest

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

Properties

public OfficeDocumentOcrCandidate Candidate { get; set; } #

OCR candidate being resolved.

public OfficeDocumentAsset Asset { get; set; } #

Materialized asset associated with the candidate.

public Byte[] Payload { get; set; } #

Validated asset payload supplied to the engine.

public String Language { get; set; } #

Requested language or language expression, when configured.

public OfficeDocumentSource Source { get; set; } #

Source document metadata for provider-side correlation.

public IReadOnlyDictionary<String, String> ProviderOptions { get; set; } #

Provider-specific scalar options supplied by the host.