API Reference
Class
OcrProcessResult
Bounded output from one direct executable invocation.
Inheritance
- Object
- OcrProcessResult
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 OcrProcessRunner.RunAsync
Constructors
public OcrProcessResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 ExitCode { get; set; } #Child process exit code.
public String StandardOutput { get; set; } #Retained standard output.
public String StandardError { get; set; } #Retained standard error.
public Boolean StandardOutputTruncated { get; set; } #Whether standard output exceeded its retention bound.
public Boolean StandardErrorTruncated { get; set; } #Whether standard error exceeded its retention bound.