Class CaptureMode
java.lang.Object
com.regula.documentreader.api.enums.CaptureMode
Enumeration contains possible scanning modes
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The flow of frames starts to be processed right after a scenario is startedstatic final int
The frame starts to be processed right after the Capture button is pushedstatic final int
The flow of frames starts to be processed right after the Capture button is pushed -
Constructor Summary
-
Method Summary
-
Field Details
-
AUTO
public static final int AUTOThe flow of frames starts to be processed right after a scenario is started- See Also:
-
CAPTURE_VIDEO
public static final int CAPTURE_VIDEOThe flow of frames starts to be processed right after the Capture button is pushed- See Also:
-
CAPTURE_FRAME
public static final int CAPTURE_FRAMEThe frame starts to be processed right after the Capture button is pushed- See Also:
-
-
Constructor Details
-
CaptureMode
public CaptureMode()
-