Image.data Property¶
Module: Image
Type: byte[]
Definition¶
Raw data buffer of the image.
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