headHeightCorrect property

int headHeightCorrect

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

Implementation

set headHeightCorrect(int value) => _handle.ref.HeadHeightCorrect = value;