rightEyeXGaze property
Value indicating the gaze alongside the x-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 rightEyeXGaze => _handle.ref.RightEyeXGaze;
Implementation
set rightEyeXGaze(double value) => _handle.ref.RightEyeXGaze = value;