Portrait.trackedFace Property

Module: Portrait

Type: TrackedFace

Definition

Tracked face.

tracked_face: TrackedFace

Exceptions

An error has occurred during Face Library execution.
TrackedFace get trackedFace => getTrackedFace();

Exceptions

An error has occurred during Face Library execution.
public TrackedFace trackedFace
{
    get => GettrackedFace();
}

Exceptions

An error has occurred during Face Library execution.
public TrackedFace getTrackedFace() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var trackedFace: TrackedFace
    get {
        return try! getTrackedFace()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_GetTrackedFace (ID3_FACE_PORTRAIT hPortrait, ID3_TRACKED_FACE hTrackedFace)

Returns

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