noSmile property
Value indicating whether the subject is not smiling.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noSmile => _handle.ref.NoSmile;
Implementation
set noSmile(int value) => _handle.ref.NoSmile = value;