Portrait.age Property

Module: Portrait

Type: int

Definition

Estimated age of the subject. -1 if not computed.

age: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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