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