headHorizontalPositionCorrect property

int headHorizontalPositionCorrect

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;
void headHorizontalPositionCorrect=(int value)

Implementation

set headHorizontalPositionCorrect(int value) => _handle.ref.HeadHorizontalPositionCorrect = value;