Class eRPRM_Lights
- java.lang.Object
-
- com.regula.documentreader.api.enums.eRPRM_Lights
-
public class eRPRM_Lights extends java.lang.Object
Enumeration contains a set of identifiers used for identifying document reader possibilities, specifying lighting schemes for scanning etc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
eRPRM_Lights.LightValues
-
Field Summary
Fields Modifier and Type Field Description static int
NONE
Lighting schemes aren't identifiedstatic int
RPRM_LIGHT_IR
static int
RPRM_Light_IR_Full
Upper/lower and side lighters of IR light schemestatic int
RPRM_Light_IR_SIDE
Side lighters of IR light schemestatic int
RPRM_Light_IR_TOP
Upper/lower lighters of IR light schemestatic int
RPRM_LIGHT_OVD
OVD light for hologram visualizationstatic int
RPRM_LIGHT_UV
General UV light schemestatic int
RPRM_LIGHT_WHITE_FULL
Upper/lower and side lighters of IR light schemestatic int
RPRM_LIGHT_WHITE_FULL_OVD
combined light forRPRM_LIGHT_WHITE_FULL
andRPRM_LIGHT_OVD
-
Constructor Summary
Constructors Constructor Description eRPRM_Lights()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getTranslation(Context context, int light)
-
-
-
Field Detail
-
NONE
public static final int NONE
Lighting schemes aren't identified- See Also:
- Constant Field Values
-
RPRM_LIGHT_UV
public static final int RPRM_LIGHT_UV
General UV light scheme- See Also:
- Constant Field Values
-
RPRM_LIGHT_WHITE_FULL
public static final int RPRM_LIGHT_WHITE_FULL
Upper/lower and side lighters of IR light scheme- See Also:
- Constant Field Values
-
RPRM_LIGHT_IR
public static final int RPRM_LIGHT_IR
- See Also:
- Constant Field Values
-
RPRM_Light_IR_TOP
public static final int RPRM_Light_IR_TOP
Upper/lower lighters of IR light scheme- See Also:
- Constant Field Values
-
RPRM_Light_IR_SIDE
public static final int RPRM_Light_IR_SIDE
Side lighters of IR light scheme- See Also:
- Constant Field Values
-
RPRM_Light_IR_Full
public static final int RPRM_Light_IR_Full
Upper/lower and side lighters of IR light scheme- See Also:
- Constant Field Values
-
RPRM_LIGHT_OVD
public static final int RPRM_LIGHT_OVD
OVD light for hologram visualization- See Also:
- Constant Field Values
-
RPRM_LIGHT_WHITE_FULL_OVD
public static final int RPRM_LIGHT_WHITE_FULL_OVD
combined light forRPRM_LIGHT_WHITE_FULL
andRPRM_LIGHT_OVD
- See Also:
- Constant Field Values
-
-