Click or drag to resize
TesseractOcrJobResponse Class
The result data of the execution of the ocr job
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrJobResponse

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public sealed class TesseractOcrJobResponse : __ITesseractOcrJobResponsePublicNonVirtuals

The TesseractOcrJobResponse type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrJobResponse
Initializes a new instance of the TesseractOcrJobResponse class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDocument
Gets the Document that allows programatic access to the ocr document in a structured way.
Public propertyEllapsedTime
Gets the ellapsed time in milliseconds of the duration of the execution of the ocr job.
Public propertyErrorCode
Gets the error code of the result of the ocr job if an error occurred.
Public propertyErrorMessage
Gets the error message of the result of the ocr job if an error occurred.
Public propertyHOCRText
Gets the document text in HOCR format.
Public propertyOrientationAndScript
Gets the orientation and script detected in the ocr job.
Public propertyPdfResultFilePath
Gets the filename with the absolute path to the pdf file created in the last ocr job, if the CreatePdfFile property of the TesseractOcrJobRequest was set to True. Please note that it's up to the caller responsability to delete/manage the pdf file created.
Public propertyStatus
Gets the status code of the ocr job execution.
Public propertyTag
Gets or sets the object that contains data about the document.
Public propertyText
Gets the text of the full document.
Top
See Also