API Reference

Class

OfficeDocumentOcrExecutionReport

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Observable counters from one bounded OCR execution.

Inheritance

  • Object
  • OfficeDocumentOcrExecutionReport

Usage

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

Returned or exposed by

Constructors

public OfficeDocumentOcrExecutionReport() #

Properties

public String EngineId { get; set; } #

Configured engine identifier.

public Int32 CandidateCount { get; set; } #

Total candidates in the source read result.

public Int32 SelectedCandidateCount { get; set; } #

Candidates selected before asset and payload validation.

public Int32 AttemptedCandidateCount { get; set; } #

Candidates whose payloads were passed to the engine.

public Int32 RecognizedCandidateCount { get; set; } #

Engine calls that returned non-empty recognized text.

public Int32 EmptyCandidateCount { get; set; } #

Successful engine calls that returned no recognized text.

public Int32 SkippedCandidateCount { get; set; } #

Candidates skipped by configured limits, validation checks, or engine capacity held by a timed-out call.

public Int32 FailedCandidateCount { get; set; } #

Engine calls that failed and were converted to diagnostics.

public Int32 LineSpanCount { get; set; } #

Detailed line spans returned by successful engine calls.

public Int32 WordSpanCount { get; set; } #

Detailed word spans returned by successful engine calls.

public Int32 CharacterSpanCount { get; set; } #

Detailed character spans returned by successful engine calls.

public Int64 InputBytes { get; set; } #

Total validated payload bytes passed to the engine.

public Int32 EffectiveDegreeOfParallelism { get; set; } #

Maximum concurrency actually used for this engine instance.