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