PortraitProcessor.maximumPitchAngle Property¶
Module: PortraitProcessor
Type: float
Definition¶
Maximum head pitch angle, in degrees.
Hint
Default value is 20.
maximum_pitch_angle: float
Exceptions
An error has occurred during Face Library execution.
double get maximumPitchAngle => getMaximumPitchAngle();
set maximumPitchAngle(double value) => setMaximumPitchAngle(value);
Exceptions
An error has occurred during Face Library execution.
public float maximumPitchAngle
{
get => GetmaximumPitchAngle();
set => SetmaximumPitchAngle(ref value);
}
Exceptions
An error has occurred during Face Library execution.
public float getMaximumPitchAngle() throws FaceException
public void setMaximumPitchAngle(float maximumPitchAngle) throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var maximumPitchAngle: Float
get {
return try! getMaximumPitchAngle()
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetMaximumPitchAngle (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, float * maximumPitchAngle)
int id3FacePortraitProcessor_SetMaximumPitchAngle (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, float maximumPitchAngle)
Returns