imageSharp property
Value indicating whether the image is sharp.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get imageSharp => _handle.ref.ImageSharp;
Implementation
set imageSharp(int value) => _handle.ref.ImageSharp = value;