Class OcrCompletedEventArgs
- Namespace
- LMKit.Extraction.Ocr
- Assembly
- LM-Kit.NET.dll
EventArgs for when OCR has completed (either successfully or faulted). If an exception occurred, Result will be null and Exception will be set.
public class OcrCompletedEventArgs : EventArgs
- Inheritance
-
OcrCompletedEventArgs
- Inherited Members
Constructors
- OcrCompletedEventArgs(OcrParameters, OcrResult, Exception)
Initializes a new instance of OcrCompletedEventArgs.
Properties
- Exception
If OCR threw an exception, this property holds it. Null if OCR succeeded or was canceled.
- Parameters
The parameters that were passed into OCR (image buffer, attachment, etc.).
- Result
The OCR result, if the operation succeeded. Null if OCR failed or was canceled.