rightEyeVisible property
Value indicating whether the right eye is visible.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get rightEyeVisible => _handle.ref.RightEyeVisible;
Implementation
set rightEyeVisible(int value) => _handle.ref.RightEyeVisible = value;