Class CaptureMode

java.lang.Object
com.regula.documentreader.api.enums.CaptureMode

public class CaptureMode extends Object
Enumeration contains possible scanning modes
  • Field Details

    • AUTO

      public static final int AUTO
      The flow of frames starts to be processed right after a scenario is started
      See Also:
    • 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:
    • CAPTURE_FRAME

      public static final int CAPTURE_FRAME
      The frame starts to be processed right after the Capture button is pushed
      See Also:
  • Constructor Details

    • CaptureMode

      public CaptureMode()