leftEyeVisible property

int leftEyeVisible

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

Implementation

set leftEyeVisible(int value) => _handle.ref.LeftEyeVisible = value;