API Reference

Class

OcrDiagnostic

Namespace OfficeIMO.Ocr
Assembly OfficeIMO.Ocr
Modifiers sealed

Engine-neutral provider diagnostic.

Inheritance

  • Object
  • OcrDiagnostic

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

Properties

public OcrDiagnosticSeverity Severity { get; set; } #

Diagnostic severity.

public String Code { get; set; } #

Stable machine-readable diagnostic code.

public String Message { get; set; } #

Human-readable diagnostic message.

public String Source { get; set; } #

Provider or component that emitted the diagnostic.

public Boolean IsRecoverable { get; set; } #

Whether recognition may continue after the condition.

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

Bounded scalar diagnostic attributes.