XRFaceState
This struct contains the blendshape parameter weights, current status of the face tracker and face joint poses.
Summary
        Public attributes | 
    |
|---|---|
        ConfidenceRegions
       | 
      
        float[]
        Float values in the range 0 - 1 indicating the blendshape confidence of accuracy.  
       | 
    
        IsValid
       | 
      
        bool
        Is true if the data is valid even if it has not been provided in this frame.  
       | 
    
        Parameters
       | 
      
        float[]
        The vector of current blendshape parameters.  
       | 
    
        Timestamp
       | 
      
        ulong
        Capture time of the current face state data.  
       | 
    
        TrackingState
       | 
      
        
         The current state of the face tracker.  
       | 
    
Public attributes
ConfidenceRegions
float[] Google::XR::Extensions::XRFaceState::ConfidenceRegions
Float values in the range 0 - 1 indicating the blendshape confidence of accuracy.
IsValid
bool Google::XR::Extensions::XRFaceState::IsValid
Is true if the data is valid even if it has not been provided in this frame.
Parameters
float[] Google::XR::Extensions::XRFaceState::Parameters
The vector of current blendshape parameters.
Timestamp
ulong Google::XR::Extensions::XRFaceState::Timestamp
Capture time of the current face state data.
TrackingState
XRFaceTrackingStates Google::XR::Extensions::XRFaceState::TrackingState
The current state of the face tracker.