v2026.5.3
All Bundles
Bundle ONNX Runtime inference library for running pre-trained models. Supports object detection (YOLO), image classification (ResNet), segmentation (DeepLab), pose estimation (OpenPose), face recognition, and Phi-3 text generation. Compile with -lib onnx.

FaceResult

Face recognition result: detection plus 512-dim ArcFace embedding. Use FaceSession->Compare() to measure similarity between two embeddings.

Operations

GetDetection #

The face detection (bounding box + landmarks).

method : public : GetDetection() ~ FaceDetection

Return

TypeDescription
FaceDetectionface detection

GetEmbedding #

L2-normalised 512-dimensional ArcFace embedding.

method : public : GetEmbedding() ~ Float[]

Return

TypeDescription
Floatembedding array (512 floats)

ToString #

String representation

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation