Package 

Enum RecognitionMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum RecognitionMode
    
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RECOGNITION

      indicates normal scanning operation

      RECOGNITION_TEST

      will perform indefinite scan and will profile the performance of scans

      DETECTION_TEST

      will perform only detection and will profile the performance of slip detection

    • Method Summary

      Modifier and Type Method Description
      static Array<RecognitionMode> values()
      static RecognitionMode valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait