rightEyeVisible property

int rightEyeVisible

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

Implementation

set rightEyeVisible(int value) => _handle.ref.RightEyeVisible = value;