Class DocReaderFrame
- java.lang.Object
-
- com.regula.documentreader.api.enums.DocReaderFrame
-
public class DocReaderFrame extends java.lang.Object
Possible values of the frame type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DocReaderFrame.DocReaderFrameValue
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DOCUMENT
Size of the frame corresponds to the ID-3 format in the portrait mode and to the ID-1 in the landscape modestatic java.lang.String
MAX
Full framestatic java.lang.String
NONE
No framestatic java.lang.String
SCENARIO_DEFAULT
Size of the frame depends on the scenario, i.e.
-
Constructor Summary
Constructors Constructor Description DocReaderFrame()
-
-
-
Field Detail
-
MAX
public static final java.lang.String MAX
Full frame- See Also:
- Constant Field Values
-
SCENARIO_DEFAULT
public static final java.lang.String SCENARIO_DEFAULT
Size of the frame depends on the scenario, i.e. default values are used- See Also:
- Constant Field Values
-
NONE
public static final java.lang.String NONE
No frame- See Also:
- Constant Field Values
-
DOCUMENT
public static final java.lang.String DOCUMENT
Size of the frame corresponds to the ID-3 format in the portrait mode and to the ID-1 in the landscape mode- See Also:
- Constant Field Values
-
-