leftEyeYGaze property
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;
Implementation
set leftEyeYGaze(double value) => _handle.ref.LeftEyeYGaze = value;