public final class DetectionMode
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static DetectionMode |
AUTO
Documents will be detected in all orientations and scale will be selected based on current orientation.
|
static DetectionMode |
LANDSCAPE
Documents will be detected only when frame orientation is landscape.
|
static DetectionMode |
PORTRAIT
Documents will be detected only when frame orientation is portrait.
|
Modifier and Type | Method and Description |
---|---|
static DetectionMode |
valueOf(java.lang.String name) |
static DetectionMode[] |
values() |
public static final DetectionMode LANDSCAPE
public static final DetectionMode PORTRAIT
public static final DetectionMode AUTO
public static DetectionMode[] values()
public static DetectionMode valueOf(java.lang.String name)