Portrait.mouthVisibility Property¶
Module: Portrait
Type: int
Definition¶
Value estimating the visibility of the mouth. -1 if not computed. The range is 0-100, 100 meaning the mouth is fully visible.
int get mouthVisibility => getMouthVisibility();
Exceptions
An error has occurred during Face Library execution.
public int mouthVisibility
{
get => GetmouthVisibility();
}
Exceptions
An error has occurred during Face Library execution.
public int getMouthVisibility() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var mouthVisibility: Int
get {
return Int(try! getMouthVisibility())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortrait_GetMouthVisibility (ID3_FACE_PORTRAIT hPortrait, int * mouthVisibility)
Returns