SnapOcrFirstSelectionMode Class |
The SnapOcrFirstSelectionMode type exposes the following members.
| Name | Description | |
|---|---|---|
| AlwaysSelect | To be added. | |
| JniPeerMembers | To be added. | |
| PicklistPropose | To be added. | |
| PicklistSend | To be added. | |
| RoiPropose | To be added. | |
| RoiSend | To be added. | |
| ThresholdClass | To be added. | |
| ThresholdType | To be added. |
| Name | Description | |
|---|---|---|
| ValueOf | Returns the enum constant of this class with the specified name. | |
| Values | Returns an array containing the constants of this enum class, in
the order they are declared. |
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. |