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