API Reference

Class

OcrProcessResult

Namespace OfficeIMO.Ocr.Process
Assembly OfficeIMO.Ocr.Process
Modifiers sealed

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

Constructors

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.