headVerticalPositionCorrect property

int headVerticalPositionCorrect

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

Implementation

set headVerticalPositionCorrect(int value) => _handle.ref.HeadVerticalPositionCorrect = value;