leftEyeYGaze property

double leftEyeYGaze

Value indicating the gaze alongside the y-axis of the left eye in degrees. Values vary in the range -90, +90. Hint: The maximum recommended value for an ICAO-compliant portrait is +/- 35 degrees.

throws FaceException An error has occurred during Face Library execution.

Implementation

double get leftEyeYGaze => _handle.ref.LeftEyeYGaze;
void leftEyeYGaze=(double value)

Implementation

set leftEyeYGaze(double value) => _handle.ref.LeftEyeYGaze = value;