imageSharp property

int imageSharp

Value indicating whether the image is sharp.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get imageSharp => _handle.ref.ImageSharp;
void imageSharp=(int value)

Implementation

set imageSharp(int value) => _handle.ref.ImageSharp = value;