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