MLFacialExpressionSettings
A structure containing settings for the facial expressions. This structure must be initialized by calling #MLFacialExpressionSettingsInit before use. (And calling ZeroStruct on our side.)
Public Methods
MLFacialExpressionSettings Init
public static MLFacialExpressionSettings Init(
uint version =1
)
Parameters
Type | Name | Description |
---|---|---|
uint | version |
Public Attributes
EnableEyeExpression
Enable MLFacialExpressionEyeData. If true, facial expressions will detect #MLFacialExpressionEyeData and the same can queried using MLFacialExpressionGetEyeData. This should be disabled when app does not need facial expression data.
public bool EnableEyeExpression;
Version
Version of this settings
public uint Version;