Class OcrInfo

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

public class OcrInfo extends ValueClass
This class defines the properties of an OCR request.
Since:
8.00.020.001
See Also:
  • Field Details

    • busId

      protected long busId
      Return OCR result over this event bus. If the OCR request should be performed asynchronously, this value must contain the event bus ID on which the result event is sent. If this value is 0, the OCR request is performed synchronously.
    • eventId

      protected long eventId
      OCR result should be sent in an event with this event ID. This member helps to map the OCR request to the OCR result. Optional.
    • messagesLanguage

      protected int messagesLanguage
      Language of error messages produced by the OCR engine. One of the OcrInfoC.MESSAGES_LANGUAGE_ constants. Optional.
    • recognizeFile

      protected OcrInfoRecognizeFile recognizeFile
      Recognize file information. Set this member in order to process OCR on a file or an archive document. Optional.
    • queryLanguages

      protected OcrInfoQueryLanguages queryLanguages
      This member is set in order to query the languages supported by the OCR engine. Optional.
  • Constructor Details

    • OcrInfo

      public OcrInfo()
  • Method Details

    • toString

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

      public long getBusId()
    • setBusId

      public void setBusId(long busId)
    • getEventId

      public long getEventId()
    • setEventId

      public void setEventId(long eventId)
    • getRecognizeFile

      public OcrInfoRecognizeFile getRecognizeFile()
    • setRecognizeFile

      public void setRecognizeFile(OcrInfoRecognizeFile recognizeFile)
    • getQueryLanguages

      public OcrInfoQueryLanguages getQueryLanguages()
    • setQueryLanguages

      public void setQueryLanguages(OcrInfoQueryLanguages queryLanguages)
    • getMessagesLanguage

      public int getMessagesLanguage()
    • setMessagesLanguage

      public void setMessagesLanguage(int messagesLanguage)