mouthVisible property

int mouthVisible

Value indicating whether the mouth is visible.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get mouthVisible => _handle.ref.MouthVisible;
void mouthVisible=(int value)

Implementation

set mouthVisible(int value) => _handle.ref.MouthVisible = value;