Class OcrResult

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OcrResult
All Implemented Interfaces:
Serializable

public class OcrResult extends ValueClass
This class contains the informations about an OCR result.
Since:
8.00.020.001
See Also:
  • Field Details

    • eventId

      protected long eventId
      Event ID. The same value as submitted in OcrInfo.eventId.
    • exception

      protected String exception
      Error message. Null or empty, if no error has occurred. This value is used only in asynchronous processing in order to inform the client application, that an error has occured. In synchronous processing, the error is thrown as an exception.
    • exceptionID

      protected int exceptionID
      Error id. 0, if no error has occurred
      Since:
      9.00.040.004
    • recognizeFile

      protected OcrResultRecognizeFile recognizeFile
      Recognize file result. This member is returned, if OcrInfo.recognizeFile was set.
    • queryLanguages

      protected OcrResultQueryLanguages queryLanguages
      Supported languages. This member is returned, if OcrInfo.queryLanguages was set.
  • Constructor Details

    • OcrResult

      public OcrResult()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEventId

      public long getEventId()
    • setEventId

      public void setEventId(long eventId)
    • getException

      public String getException()
    • getExceptionID

      public int getExceptionID()
    • setExceptionID

      public void setExceptionID(int exceptionID)
    • setException

      public void setException(String exception)
    • getRecognizeFile

      public OcrResultRecognizeFile getRecognizeFile()
    • setRecognizeFile

      public void setRecognizeFile(OcrResultRecognizeFile recognizeFile)
    • getQueryLanguages

      public OcrResultQueryLanguages getQueryLanguages()
    • setQueryLanguages

      public void setQueryLanguages(OcrResultQueryLanguages queryLanguages)