PortraitProcessor.maximumYawAngle Property

Module: PortraitProcessor

Type: float

Definition

Maximum head yaw angle, in degrees.

Hint

Default value is 8.

maximum_yaw_angle: float

Exceptions

An error has occurred during Face Library execution.
double get maximumYawAngle => getMaximumYawAngle();
set maximumYawAngle(double value) => setMaximumYawAngle(value);

Exceptions

An error has occurred during Face Library execution.
public float maximumYawAngle
{
    get => GetmaximumYawAngle();
    set => SetmaximumYawAngle(ref value);
}

Exceptions

An error has occurred during Face Library execution.
public float getMaximumYawAngle() throws FaceException
public void setMaximumYawAngle(float maximumYawAngle) throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var maximumYawAngle: Float
    get {
        return try! getMaximumYawAngle()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetMaximumYawAngle (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, float * maximumYawAngle)
int id3FacePortraitProcessor_SetMaximumYawAngle (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, float maximumYawAngle)

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.