TrackedFace.id Property

Module: TrackedFace

Type: int

Definition

ID of the detected face.

id: int

Exceptions

An error has occurred during Face Library execution.
int get id => getId();
set id(int value) => setId(value);

Exceptions

An error has occurred during Face Library execution.
public int id
{
    get => Getid();
    set => Setid(ref value);
}

Exceptions

An error has occurred during Face Library execution.
public int getId() throws FaceException
public void setId(int id) throws FaceException

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFace_GetId (ID3_TRACKED_FACE hTrackedFace, int * id)
int id3TrackedFace_SetId (ID3_TRACKED_FACE hTrackedFace, int id)

Returns

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