expressionNeutral property
Value indicating whether no emotion is visible on the subject's face.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get expressionNeutral => _handle.ref.ExpressionNeutral;
Implementation
set expressionNeutral(int value) => _handle.ref.ExpressionNeutral = value;