imageResolutionCorrect property

int imageResolutionCorrect

Value indicating whether the image resolution is correct.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get imageResolutionCorrect => _handle.ref.ImageResolutionCorrect;
void imageResolutionCorrect=(int value)

Implementation

set imageResolutionCorrect(int value) => _handle.ref.ImageResolutionCorrect = value;