-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum RecognitionMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RECOGNITIONindicates normal scanning operation
RECOGNITION_TESTwill perform indefinite scan and will profile the performance of scans
DETECTION_TESTwill perform only detection and will profile the performance of slip detection
-
Method Summary
Modifier and Type Method Description static Array<RecognitionMode>values()static RecognitionModevalueOf(String name)-
-
Method Detail
-
values
static Array<RecognitionMode> values()
-
valueOf
static RecognitionMode valueOf(String name)
-
-
-
-