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