Portrait.mouthOpening Property

Module: Portrait

Type: int

Definition

Value indicating estimating the opening of the mouth. -1 if not computed. The range is 0-100, 100 meaning the mouth is fully open.

mouth_opening: int

Exceptions

An error has occurred during Face Library execution.
int get mouthOpening => getMouthOpening();

Exceptions

An error has occurred during Face Library execution.
public int mouthOpening
{
    get => GetmouthOpening();
}

Exceptions

An error has occurred during Face Library execution.
public int getMouthOpening() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var mouthOpening: Int
    get {
        return Int(try! getMouthOpening())
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_GetMouthOpening (ID3_FACE_PORTRAIT hPortrait, int * mouthOpening)

Returns

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