headWidthCorrect property

int headWidthCorrect

Value indicating whether the width of the head in the image is correct.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get headWidthCorrect => _handle.ref.HeadWidthCorrect;
void headWidthCorrect=(int value)

Implementation

set headWidthCorrect(int value) => _handle.ref.HeadWidthCorrect = value;