imageResolutionCorrect property
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;
Implementation
set imageResolutionCorrect(int value) => _handle.ref.ImageResolutionCorrect = value;