noSmile property

int noSmile

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

Implementation

set noSmile(int value) => _handle.ref.NoSmile = value;