PortraitProcessor.maximumEyeGazeY Property¶
Module: PortraitProcessor
Type: int
Definition¶
Maximum value of the eye gaze alongside the Y axis.
Hint
Default value is 10.
maximum_eye_gaze_y: int
Exceptions
An error has occurred during Face Library execution.
int get maximumEyeGazeY => getMaximumEyeGazeY();
set maximumEyeGazeY(int value) => setMaximumEyeGazeY(value);
Exceptions
An error has occurred during Face Library execution.
public int maximumEyeGazeY
{
get => GetmaximumEyeGazeY();
set => SetmaximumEyeGazeY(ref value);
}
Exceptions
An error has occurred during Face Library execution.
public int getMaximumEyeGazeY() throws FaceException
public void setMaximumEyeGazeY(int maximumEyeGazeY) throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var maximumEyeGazeY: Int
get {
return Int(try! getMaximumEyeGazeY())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetMaximumEyeGazeY (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int * maximumEyeGazeY)
int id3FacePortraitProcessor_SetMaximumEyeGazeY (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int maximumEyeGazeY)
Returns