java.lang.Object | ||
↳ | com.datalogic.device.configuration.SerializableBlob | |
↳ | com.datalogic.decode.configuration.SnapOcrRoiSettings |
Class defining the ROI settings used in Snap OCR when the first selection mode is set to ROI_PROPOSE or ROI_SEND.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SnapOcrRoiSettings.InternalRoi | A single ROI inside of the reference ROI. | ||||||||||
SnapOcrRoiSettings.ReferenceRoi | The reference ROI inside of which, all the ROIs are defined. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the configured internal ROIs.
| |||||||||||
Gets the configured Reference ROI.
| |||||||||||
Sets the desired internal ROIs.
| |||||||||||
Sets the desired Reference ROI.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.SerializableBlob
| |||||||||||
From class
java.lang.Object
|
Default constructor.
referenceRoi | The reference ROI to use. |
---|---|
internalRois | A list of ROIs inside the reference ROI. |
Gets the configured internal ROIs.
Gets the configured Reference ROI.
Sets the desired internal ROIs.
internalRois | The desired internal ROIs. |
---|
Sets the desired Reference ROI.
referenceRoi | The desired Reference ROI. |
---|