ImageDict.clone Method

Module: ImageDict

Definition

Clones the ImageDict object.

clone(self) -> ImageDict

Returns

The newly created image dict.

Exceptions

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

Returns

The newly created image dict.

Exceptions

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

Returns

The newly created image dict.

Exceptions

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

Returns

The newly created image dict.

Exceptions

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

Returns

The newly created image dict.

Exceptions

An error has occurred during Face Library execution.
int id3FaceImageDict_CopyTo (
    ID3_FACE_IMAGE_DICT hImageDict,
    ID3_FACE_IMAGE_DICT hImageDictDst)

Parameters

in Handle to the ImageDict object.

hImageDictDst ID3_FACE_IMAGE_DICT
out The newly created image dict.

Returns

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