noseVisible property

int noseVisible

Value indicating whether the nose is visible.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get noseVisible => _handle.ref.NoseVisible;
void noseVisible=(int value)

Implementation

set noseVisible(int value) => _handle.ref.NoseVisible = value;