public static final class RecognizerBundle.RecognitionDebugMode
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static RecognizerBundle.RecognitionDebugMode |
DETECTION_TEST
will perform only detection and will profile the performance of slip detection
|
static RecognizerBundle.RecognitionDebugMode |
RECOGNITION
indicates normal scanning operation
|
static RecognizerBundle.RecognitionDebugMode |
RECOGNITION_TEST
will perform indefinite scan and will profile the performance of scans
|
Modifier and Type | Method and Description |
---|---|
static RecognizerBundle.RecognitionDebugMode |
valueOf(java.lang.String name) |
static RecognizerBundle.RecognitionDebugMode[] |
values() |
public static final RecognizerBundle.RecognitionDebugMode RECOGNITION
public static final RecognizerBundle.RecognitionDebugMode RECOGNITION_TEST
public static final RecognizerBundle.RecognitionDebugMode DETECTION_TEST
public static RecognizerBundle.RecognitionDebugMode[] values()
public static RecognizerBundle.RecognitionDebugMode valueOf(java.lang.String name)