noHat property
Value indicating whether the subject does not wear a hat.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noHat => _handle.ref.NoHat;
Implementation
set noHat(int value) => _handle.ref.NoHat = value;