API Reference
Class
OfficeDocumentOcrExecutionResult
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.
Returned or exposed by
- Method OfficeDocumentOcrExecutionExtensions.ApplyOcrAsync
- Extension method OfficeDocumentReadResult.ApplyOcrAsync
Constructors
public OfficeDocumentOcrExecutionResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.