java.lang.Object | |
↳ | com.datalogic.decode.CustomOCR |
Class representing a custom OCR configuration installed in the device.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the description of this custom OCR configuration.
| |||||||||||
Returns the name that uniquely identifies this custom OCR configuration.
| |||||||||||
Checks if this custom OCR configuration is enabled.
| |||||||||||
Enables / disables this custom OCR configuration.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the description of this custom OCR configuration.
Returns the name that uniquely identifies this custom OCR configuration.
Checks if this custom OCR configuration is enabled.
Enables / disables this custom OCR configuration.
enabled | True to enable the configuration, false to disable it. |
---|
int
SUCCESS
in case of success,
otherwise a possible error code, matching one of the DecodeException
error constants.DecodeException | in case the configuration could not be enabled / disabled,
when exceptions are enabled through the ErrorManager singleton.
|
---|