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