Enum AndroidXRFaceConfidenceRegion
Matches Android XR native type, XRFaceConfidenceRegions.
Enum values that identify different regions of the face for which confidence values can be obtained.
Namespace: UnityEngine.XR.OpenXR.Features.Android
Assembly: Unity.XR.AndroidOpenXR.dll
Syntax
public enum AndroidXRFaceConfidenceRegion
Remarks
Confidence values can be obtained for each region representing the accuracy of the region's blend shape data. Use a region's enum value to obtain the corresponding confidence value from the array provided by TryGetInwardRegionConfidences(Allocator).
Fields
Name | Description |
---|---|
LeftUpper | Left upper confidence region. |
Lower | Lower confidence region. |
RightUpper | Right upper confidence region. |