getFaceEmbeddings
Extract face embeddings in a normalized values array. The method supposed to be called from the Camera composable onFrameCaptured callback which is run on IO thread.
Return
The normalized face embeddings vector or null on error.
Parameters
image
The input image with the upright looking into the camera face of a person to vectorize.
model
The face embeddings model to use.
actual fun getFaceEmbeddings(image: <Error class: unknown class>, model: <Error class: unknown class>): <Error class: unknown class>?