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
hImageDict
ID3_FACE_IMAGE_DICTin Handle to the ImageDict object.hImageDictDst
ID3_FACE_IMAGE_DICTout The newly created image dict.
Returns