DetectedFace.fromBuffer Method¶
Module: DetectedFace
Definition¶
Imports the face object from a buffer.
static DetectedFace fromBuffer(Uint8List? data)
Parameters
data Uint8Listin Buffer to import the face object from.
Returns
The newly created detected face.
Exceptions
An error has occurred during Face Library execution.