mouthClosed property

int mouthClosed

Value indicating whether the mouth is closed.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get mouthClosed => _handle.ref.MouthClosed;
void mouthClosed=(int value)

Implementation

set mouthClosed(int value) => _handle.ref.MouthClosed = value;