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