Image.data Property

Module: Image

Type: byte[]

Definition

Raw data buffer of the image.

data: bytearray

Exceptions

An error has occurred during Face Library execution.
int get data => getData();

Exceptions

An error has occurred during Face Library execution.
public byte[] data
{
    get => Getdata();
}

Exceptions

An error has occurred during Face Library execution.
public byte[] getData() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var data: UInt8
    get {
        return try! getData()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FaceImage_GetData (ID3_FACE_IMAGE hImage, unsigned char * data, int * dataSize)

Returns

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