Class ARPlaneClassificationStatus


  • public final class ARPlaneClassificationStatus
    extends java.lang.Object
    A value describing the classification status of a plane anchor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Known
      ARKit has a classification for the plane it is confident in.
      static long NotAvailable
      Plane classification is currently unavailable.
      static long Undetermined
      ARKit has not yet determined the classification of this plane.
      static long Unknown
      ARKit is confident the plane is not any of the known classes.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NotAvailable

        public static final long NotAvailable
        Plane classification is currently unavailable.
        See Also:
        Constant Field Values
      • Undetermined

        public static final long Undetermined
        ARKit has not yet determined the classification of this plane.
        See Also:
        Constant Field Values
      • Unknown

        public static final long Unknown
        ARKit is confident the plane is not any of the known classes.
        See Also:
        Constant Field Values
      • Known

        public static final long Known
        ARKit has a classification for the plane it is confident in.
        See Also:
        Constant Field Values