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
hPortrait
ID3_FACE_PORTRAITin Handle to the Portrait object.hPortraitDst
ID3_FACE_PORTRAITout The newly created portrait.
Returns