API Reference

Class

OfficeDocumentOcrExecutionResult

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Document, detailed recognition output, diagnostics, and counters from optional OCR execution.

Inheritance

  • Object
  • OfficeDocumentOcrExecutionResult

Usage

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

Constructors

public OfficeDocumentOcrExecutionResult() #

Properties

public OfficeDocumentReadResult Document { get; set; } #

Document enriched with successfully recognized text.

public IReadOnlyList<OfficeDocumentOcrRecognition> Recognitions { get; set; } #

Successful engine responses in source candidate order, including empty-text responses.

public IReadOnlyList<OfficeDocumentDiagnostic> Diagnostics { get; set; } #

Execution, provider, validation, and limit diagnostics emitted during this run.

public OfficeDocumentOcrExecutionReport Report { get; set; } #

Observable execution counters.