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