Portrait.image Property

Module: Portrait

Type: Image

Definition

Source image.

image: Image

Exceptions

An error has occurred during Face Library execution.
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

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