DetectedFace.clone Method

Module: DetectedFace

Definition

Clones the DetectedFace object.

clone(self) -> DetectedFace

Returns

The newly created detected face.

Exceptions

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

Returns

The newly created detected face.

Exceptions

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

Returns

The newly created detected face.

Exceptions

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

Returns

The newly created detected face.

Exceptions

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

Returns

The newly created detected face.

Exceptions

An error has occurred during Face Library execution.
int id3DetectedFace_CopyTo (
    ID3_DETECTED_FACE hDetectedFace,
    ID3_DETECTED_FACE hDetectedFaceDst)

Parameters

hDetectedFace ID3_DETECTED_FACE
in Handle to the DetectedFace object.

hDetectedFaceDst ID3_DETECTED_FACE
out The newly created detected face.

Returns

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