Package de.elo.ix.client
Class OcrResult
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OcrResult
- All Implemented Interfaces:
Serializable
This class contains the informations about an OCR result.
- Since:
- 8.00.020.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
Event ID.protected String
Error message.protected int
Error id.protected OcrResultQueryLanguages
Supported languages.protected OcrResultRecognizeFile
Recognize file result.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
int
void
setEventId
(long eventId) void
setException
(String exception) void
setExceptionID
(int exceptionID) void
setQueryLanguages
(OcrResultQueryLanguages queryLanguages) void
setRecognizeFile
(OcrResultRecognizeFile recognizeFile) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
eventId
protected long eventIdEvent ID. The same value as submitted inOcrInfo.eventId
. -
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 exceptionIDError id. 0, if no error has occurred- Since:
- 9.00.040.004
-
recognizeFile
Recognize file result. This member is returned, ifOcrInfo.recognizeFile
was set. -
queryLanguages
Supported languages. This member is returned, ifOcrInfo.queryLanguages
was set.
-
-
Constructor Details
-
OcrResult
public OcrResult()
-
-
Method Details
-
toString
-
getEventId
public long getEventId() -
setEventId
public void setEventId(long eventId) -
getException
-
getExceptionID
public int getExceptionID() -
setExceptionID
public void setExceptionID(int exceptionID) -
setException
-
getRecognizeFile
-
setRecognizeFile
-
getQueryLanguages
-
setQueryLanguages
-