noHat property

int noHat

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;
void noHat=(int value)

Implementation

set noHat(int value) => _handle.ref.NoHat = value;