Portrait.makeup Property

Module: Portrait

Type: int

Definition

Value indicating whether makeup is detected. -1 if not computed. The range is 0-100, 100 meaning makeup is detected.

makeup: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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