Class FrameShapeType
- java.lang.Object
-
- com.regula.documentreader.api.enums.FrameShapeType
-
public class FrameShapeType extends java.lang.Object
The constants of the enumeration identify the shape of the camera frame
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FrameShapeType.ShapeTypes
-
Constructor Summary
Constructors Constructor Description FrameShapeType()
-
-
-
Field Detail
-
LINE
public static final int LINE
Camera frame is rectangle- See Also:
- Constant Field Values
-
CORNER
public static final int CORNER
Camera frame only consists of corners of the rectangle- See Also:
- Constant Field Values
-
-