Package apple.arkit.enums
Class ARConfidenceLevel
- java.lang.Object
-
- apple.arkit.enums.ARConfidenceLevel
-
public final class ARConfidenceLevel extends java.lang.ObjectConstants indicating the confidence level of per-pixel depth data.
-
-
Field Detail
-
Low
public static final long Low
- See Also:
- Constant Field Values
-
Medium
public static final long Medium
- See Also:
- Constant Field Values
-
High
public static final long High
- See Also:
- Constant Field Values
-
-