mouthVisible property
Value indicating whether the mouth is visible.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get mouthVisible => _handle.ref.MouthVisible;
Implementation
set mouthVisible(int value) => _handle.ref.MouthVisible = value;