Package de.elo.ix.client
Class OcrInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OcrInfo
- All Implemented Interfaces:
Serializable
This class defines the properties of an OCR request.
- Since:
- 8.00.020.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
Return OCR result over this event bus.protected long
OCR result should be sent in an event with this event ID.protected int
Language of error messages produced by the OCR engine.protected OcrInfoQueryLanguages
This member is set in order to query the languages supported by the OCR engine.protected OcrInfoRecognizeFile
Recognize file information.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getBusId()
long
int
void
setBusId
(long busId) void
setEventId
(long eventId) void
setMessagesLanguage
(int messagesLanguage) void
setQueryLanguages
(OcrInfoQueryLanguages queryLanguages) void
setRecognizeFile
(OcrInfoRecognizeFile recognizeFile) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
busId
protected long busIdReturn 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 eventIdOCR 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 messagesLanguageLanguage of error messages produced by the OCR engine. One of the OcrInfoC.MESSAGES_LANGUAGE_ constants. Optional. -
recognizeFile
Recognize file information. Set this member in order to process OCR on a file or an archive document. Optional. -
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
-
getBusId
public long getBusId() -
setBusId
public void setBusId(long busId) -
getEventId
public long getEventId() -
setEventId
public void setEventId(long eventId) -
getRecognizeFile
-
setRecognizeFile
-
getQueryLanguages
-
setQueryLanguages
-
getMessagesLanguage
public int getMessagesLanguage() -
setMessagesLanguage
public void setMessagesLanguage(int messagesLanguage)
-