maximumEyeGazeY property
Maximum value of the eye gaze alongside the Y axis. Hint: Default value is 10.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get maximumEyeGazeY => getMaximumEyeGazeY();
Implementation
set maximumEyeGazeY(int value) => setMaximumEyeGazeY(value);