public static final class Detector.Result.DetectionCode
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Detector.Result.DetectionCode |
FAIL
Indicates detection has failed, i.e.
|
static Detector.Result.DetectionCode |
FALLBACK
Indicates object detection has succeeded, but in fallback mode.
|
static Detector.Result.DetectionCode |
SUCCESS
Indicates object was detected successfully
|
Modifier and Type | Method and Description |
---|---|
static Detector.Result.DetectionCode |
valueOf(java.lang.String name) |
static Detector.Result.DetectionCode[] |
values() |
public static final Detector.Result.DetectionCode FAIL
public static final Detector.Result.DetectionCode FALLBACK
public static final Detector.Result.DetectionCode SUCCESS
public static Detector.Result.DetectionCode[] values()
public static Detector.Result.DetectionCode valueOf(java.lang.String name)