to top
Datalogic APIs
public final enum

SnapOcrFirstSelectionMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.SnapOcrFirstSelectionMode

Class Overview

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.

Summary

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
static SnapOcrFirstSelectionMode valueOf(String name)
final static SnapOcrFirstSelectionMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SnapOcrFirstSelectionMode ALWAYS_SELECT

Added in revision 41

Always asks the user to select the text.

public static final SnapOcrFirstSelectionMode PICKLIST_PROPOSE

Added in revision 41

Searches for the closest bounding box result near the center of the image. Result is proposed and require user confirmation.

public static final SnapOcrFirstSelectionMode PICKLIST_SEND

Added in revision 41

Searches for the closest bounding box result near the center of the image. Result automatically is sent.

public static final SnapOcrFirstSelectionMode ROI_PROPOSE

Added in revision 41

Proposes all the text found in defined ROIs.

public static final SnapOcrFirstSelectionMode ROI_SEND

Added in revision 41

Automatically sends all the text found in defined ROIs.

Public Methods

public static SnapOcrFirstSelectionMode valueOf (String name)

Added in revision 41

public static final SnapOcrFirstSelectionMode[] values ()

Added in revision 41