rightEyeYGaze property
Value indicating the gaze alongside the y-axis of the right 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 rightEyeYGaze => _handle.ref.RightEyeYGaze;
Implementation
set rightEyeYGaze(double value) => _handle.ref.RightEyeYGaze = value;