Class CaptureMode
- java.lang.Object
-
- com.regula.documentreader.api.enums.CaptureMode
-
public class CaptureMode extends java.lang.Object
Enumeration contains possible scanning modes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CaptureMode.CaptureModeValues
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO
The flow of frames starts to be processed right after a scenario is startedstatic int
CAPTURE_FRAME
The frame starts to be processed right after the Capture button is pushedstatic int
CAPTURE_VIDEO
The flow of frames starts to be processed right after the Capture button is pushed
-
Constructor Summary
Constructors Constructor Description CaptureMode()
-
-
-
Field Detail
-
AUTO
public static final int AUTO
The flow of frames starts to be processed right after a scenario is started- See Also:
- Constant Field Values
-
CAPTURE_VIDEO
public static final int CAPTURE_VIDEO
The flow of frames starts to be processed right after the Capture button is pushed- See Also:
- Constant Field Values
-
CAPTURE_FRAME
public static final int CAPTURE_FRAME
The frame starts to be processed right after the Capture button is pushed- See Also:
- Constant Field Values
-
-