TrackedFaceList.clone Method

Module: TrackedFaceList

Definition

Clones the TrackedFaceList object.

clone(self) -> TrackedFaceList

Returns

The newly created tracked face list.

Exceptions

An error has occurred during Face Library execution.
TrackedFaceList clone()

Returns

The newly created tracked face list.

Exceptions

An error has occurred during Face Library execution.
public TrackedFaceList Clone()

Returns

The newly created tracked face list.

Exceptions

An error has occurred during Face Library execution.
public TrackedFaceList clone() throws FaceException

Returns

The newly created tracked face list.

Exceptions

An error has occurred during Face Library execution.
public func clone() throws -> TrackedFaceList

Returns

The newly created tracked face list.

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFaceList_CopyTo (
    ID3_TRACKED_FACE_LIST hTrackedFaceList,
    ID3_TRACKED_FACE_LIST hTrackedFaceListDst)

Parameters

hTrackedFaceList ID3_TRACKED_FACE_LIST
in Handle to the TrackedFaceList object.

hTrackedFaceListDst ID3_TRACKED_FACE_LIST
out The newly created tracked face list.

Returns

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