Portrait.image Property¶
Module: Portrait
Type: Image
Definition¶
Source image.
Image get image => getImage();
Exceptions
An error has occurred during Face Library execution.
public Image image
{
get => Getimage();
}
Exceptions
An error has occurred during Face Library execution.
public Image getImage() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var image: Image
get {
return try! getImage()
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortrait_GetImage (ID3_FACE_PORTRAIT hPortrait, ID3_FACE_IMAGE hImage)
Returns