DetectedFaceList.clone Method

Module: DetectedFaceList

Definition

Clones the DetectedFaceList object.

clone(self) -> DetectedFaceList

Returns

The newly created detected face list.

Exceptions

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

Returns

The newly created detected face list.

Exceptions

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

Returns

The newly created detected face list.

Exceptions

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

Returns

The newly created detected face list.

Exceptions

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

Returns

The newly created detected face list.

Exceptions

An error has occurred during Face Library execution.
int id3DetectedFaceList_CopyTo (
    ID3_DETECTED_FACE_LIST hDetectedFaceList,
    ID3_DETECTED_FACE_LIST hDetectedFaceListDst)

Parameters

hDetectedFaceList ID3_DETECTED_FACE_LIST
in Handle to the DetectedFaceList object.

hDetectedFaceListDst ID3_DETECTED_FACE_LIST
out The newly created detected face list.

Returns

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