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