java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.SnapOcrFirstSelectionMode |
The SnapOcrFirstSelectionMode
is an enumeration defining the first
selection mode for the Snap OCR.
The type is one of:
ALWAYS_SELECT | Always asks the user to select the text. |
ROI_PROPOSE | Proposes all the text found in defined ROIs. |
PICKLIST_PROPOSE | Searches for the closest bounding box result near the center of the image. Result is proposed and require user confirmation. |
ROI_SEND | Automatically sends all the text found in defined ROIs. |
PICKLIST_SEND | Searches for the closest bounding box result near the center of the image. Result automatically is sent. |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SnapOcrFirstSelectionMode | ALWAYS_SELECT | Always asks the user to select the text. | |||||||||
SnapOcrFirstSelectionMode | PICKLIST_PROPOSE | Searches for the closest bounding box result near the center of the image. | |||||||||
SnapOcrFirstSelectionMode | PICKLIST_SEND | Searches for the closest bounding box result near the center of the image. | |||||||||
SnapOcrFirstSelectionMode | ROI_PROPOSE | Proposes all the text found in defined ROIs. | |||||||||
SnapOcrFirstSelectionMode | ROI_SEND | Automatically sends all the text found in defined ROIs. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Always asks the user to select the text.
Searches for the closest bounding box result near the center of the image. Result is proposed and require user confirmation.
Searches for the closest bounding box result near the center of the image. Result automatically is sent.
Proposes all the text found in defined ROIs.
Automatically sends all the text found in defined ROIs.