Portrait.faceId Property

Module: Portrait

Type: int

Definition

Unique face ID.

face_id: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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