| TesseractOcrJobResponse Class |
Namespace: DevScope.Ocr.Tesseract.Windows
The TesseractOcrJobResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| TesseractOcrJobResponse |
Initializes a new instance of the TesseractOcrJobResponse class.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the TesseractOcrJobResponse | |
| Dispose(Boolean) | Releases the unmanaged resources used by the TesseractOcrJobResponse and optionally releases the managed resources | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ErrorCode |
Gets the error code of the result of the ocr job if an error occurred.
| |
| ErrorMessage |
Gets the error message of the result of the ocr job if an error occurred.
| |
| ResultPages |
Gets the collection of document pages recognized in the ocr job.
| |
| Status |
Gets the status code of the ocr job execution.
|