API Reference

Class

OcrEngineTimeoutException

Namespace OfficeIMO.Ocr
Assembly OfficeIMO.Ocr
Base TimeoutException
Implements
ISerializable
Modifiers sealed

Thrown when an OCR engine cannot complete within the caller's total execution timeout.

Inheritance

  • TimeoutException
  • OcrEngineTimeoutException

Properties

public String EngineId { get; } #

Identifier of the engine whose execution timed out.

public TimeSpan Timeout { get; } #

Total timeout applied to the execution.

public Boolean ProviderCallStarted { get; } #

Whether the provider method had started before the timeout expired.