Class OnlineMode

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

public class OnlineMode extends Object
Modes used for online processing
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Images for online processing are taken automatically in accordance with the selected scenario
    static final int
    Images for online processing are taken by pressing the capture button
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MANUAL

      public static final int MANUAL
      Images for online processing are taken by pressing the capture button
      See Also:
    • AUTO

      public static final int AUTO
      Images for online processing are taken automatically in accordance with the selected scenario
      See Also:
  • Constructor Details

    • OnlineMode

      public OnlineMode()