MLFacialExpressionEyeData
A structure containing information about eye expressions. This structure must be initialized by calling MLFacialExpressionEyeDataInit before use.
Public Methods
MLFacialExpressionEyeData Init
public static MLFacialExpressionEyeData Init(
uint version =1
)
Parameters
Type | Name | Description |
---|---|---|
uint | version |
Public Attributes
EyeExpressionWeights
An array of floats of size eye_expression_count. The values are between 0 and 1 and ordered such that the array can be indexed using MLFacialExpressionEyeExpressionType.
public float [] EyeExpressionWeights;
Timestamp
The MLTime timestamp when expression data was updated.
public long Timestamp;
Version
Version of the structure.
public uint Version;