headWidthCorrect property
Value indicating whether the width of the head in the image is correct.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get headWidthCorrect => _handle.ref.HeadWidthCorrect;
Implementation
set headWidthCorrect(int value) => _handle.ref.HeadWidthCorrect = value;