Package apple.arkit.enums
Class ARPlaneClassificationStatus
- java.lang.Object
-
- apple.arkit.enums.ARPlaneClassificationStatus
-
public final class ARPlaneClassificationStatus extends java.lang.ObjectA value describing the classification status of a plane anchor.
-
-
Field Summary
Fields Modifier and Type Field Description static longKnownARKit has a classification for the plane it is confident in.static longNotAvailablePlane classification is currently unavailable.static longUndeterminedARKit has not yet determined the classification of this plane.static longUnknownARKit is confident the plane is not any of the known classes.
-
-
-
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
-
-