maximumEyeGazeX property

int maximumEyeGazeX

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();
void maximumEyeGazeX=(int value)

Implementation

set maximumEyeGazeX(int value) => setMaximumEyeGazeX(value);