API Reference
Class
OcrDiagnostic
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
- Property OcrResult.Diagnostics
Constructors
public OcrDiagnostic() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.