API Reference
Class
OfficeDocumentDiagnostic
Diagnostic emitted by a document read adapter.
Inheritance
- Object
- OfficeDocumentDiagnostic
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 OfficeDocumentOcrExecutionResult.Diagnostics
- Property OfficeDocumentProcessorStepResult.Diagnostic
- Property OfficeDocumentReadResult.Diagnostics
- Property OfficeDocumentStructuredExtractionResult.Diagnostics
- Property OfficeOcrEngineResult.Diagnostics
- Property ReaderChunkHierarchyResult.Diagnostics
Constructors
public OfficeDocumentDiagnostic() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OfficeDocumentDiagnosticSeverity Severity { get; set; } #Diagnostic severity.
public OfficeDocumentDiagnosticCategory Category { get; set; } #Stable diagnostic category for host filtering.
public String Code { get; set; } #Stable diagnostic code.
public String Message { get; set; } #Human-readable diagnostic message.
public String Source { get; set; } #Optional component or adapter that emitted the diagnostic.
public Nullable<Boolean> IsRecoverable { get; set; } #Whether processing can continue without caller intervention, when known.
public ReaderLocation Location { get; set; } #Optional source location for the diagnostic.
public IReadOnlyDictionary<String, String> Attributes { get; set; } #Stable machine-readable diagnostic details.