glasses property
Value, from 0 to 100, indicating whether the subject is wearing glasses or not. Hint: The recommended threshold is 10.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get glasses => _handle.ref.Glasses;
Implementation
set glasses(int value) => _handle.ref.Glasses = value;