eyesOpen property
Value indicating whether the eyes are open.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get eyesOpen => _handle.ref.EyesOpen;
Implementation
set eyesOpen(int value) => _handle.ref.EyesOpen = value;