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