public final class ARPlaneClassificationStatus
extends java.lang.Object
| Modifier and Type | Field and 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.
|
public static final long NotAvailable
public static final long Undetermined
public static final long Unknown
public static final long Known