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