FaceModel

class FaceModel

The face-recognition model the check runs on: FaceNet, 160 × 160 input, 512-value embeddings, as a LiteRT / TensorFlow Lite flat buffer (facenet_512.tflite, about 23 MB). The SDK does not bundle it; ship it with your app (Android assets, an iOS bundle resource) and pass its bytes here once at start-up.

Types

Link copied to clipboard
object Companion