noRedEye property

int noRedEye

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;
void noRedEye=(int value)

Implementation

set noRedEye(int value) => _handle.ref.NoRedEye = value;