glasses property

int glasses

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

Implementation

set glasses(int value) => _handle.ref.Glasses = value;