Skip to main content
Version: 20 Mar 2024

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

TypeNameDescription
uintversion

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;