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