PortraitProcessor.maximumEyeGazeX Property¶
Module: PortraitProcessor
Type: int
Definition¶
Maximum value of the eye gaze alongside the X axis.
Hint
Default value is 10.
maximum_eye_gaze_x: int
Exceptions
An error has occurred during Face Library execution.
int get maximumEyeGazeX => getMaximumEyeGazeX();
set maximumEyeGazeX(int value) => setMaximumEyeGazeX(value);
Exceptions
An error has occurred during Face Library execution.
public int maximumEyeGazeX
{
get => GetmaximumEyeGazeX();
set => SetmaximumEyeGazeX(ref value);
}
Exceptions
An error has occurred during Face Library execution.
public int getMaximumEyeGazeX() throws FaceException
public void setMaximumEyeGazeX(int maximumEyeGazeX) throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var maximumEyeGazeX: Int
get {
return Int(try! getMaximumEyeGazeX())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetMaximumEyeGazeX (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int * maximumEyeGazeX)
int id3FacePortraitProcessor_SetMaximumEyeGazeX (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int maximumEyeGazeX)
Returns