Class CIDetectorAccuracy.Values

  • Enclosing class:
    CIDetectorAccuracy

    public static class CIDetectorAccuracy.Values
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NSString High()  
      static NSString Low()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • Low

        public static NSString Low()
        Since:
        Available in iOS 5.0 and later.
      • High

        public static NSString High()
        Since:
        Available in iOS 5.0 and later.