Class FrameShapeType

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

public class FrameShapeType extends Object
The constants of the enumeration identify the shape of the camera frame
  • Field Details

    • LINE

      public static final int LINE
      Camera frame is rectangle
      See Also:
    • CORNER

      public static final int CORNER
      Camera frame only consists of corners of the rectangle
      See Also:
  • Constructor Details

    • FrameShapeType

      public FrameShapeType()