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