noRedEye property
Value indicating whether no red-eye is present.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noRedEye => _handle.ref.NoRedEye;
Implementation
set noRedEye(int value) => _handle.ref.NoRedEye = value;