public final class PointsType
extends java.lang.Enum
DisplayablePointsDetection
.Modifier and Type | Field and Description |
---|---|
static PointsType |
BARCODE_DETECTION
Represented points are feature points within detected barcode.
|
static PointsType |
MRTD_DETECTION
Represented points are locations of Machine Readable Zone detected elements.
|
static PointsType |
OCR_RESULT
Represented points are locations of characters within OCR result.
|
Modifier and Type | Method and Description |
---|---|
static PointsType |
valueOf(java.lang.String name) |
static PointsType[] |
values() |
public static final PointsType MRTD_DETECTION
public static final PointsType OCR_RESULT
public static final PointsType BARCODE_DETECTION
public static PointsType[] values()
public static PointsType valueOf(java.lang.String name)