Portrait.rightEyeVisibility Property

Module: Portrait

Type: int

Definition

Value estimating the visibility of the right eye. -1 if not computed. The range is 0-100, 100 meaning the right eye is fully visible.

right_eye_visibility: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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