Portrait.clone Method

Module: Portrait

Definition

Clones the Portrait object.

clone(self) -> Portrait

Returns

The newly created portrait.

Exceptions

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

Returns

The newly created portrait.

Exceptions

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

Returns

The newly created portrait.

Exceptions

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

Returns

The newly created portrait.

Exceptions

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

Returns

The newly created portrait.

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_CopyTo (
    ID3_FACE_PORTRAIT hPortrait,
    ID3_FACE_PORTRAIT hPortraitDst)

Parameters

in Handle to the Portrait object.

hPortraitDst ID3_FACE_PORTRAIT
out The newly created portrait.

Returns

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