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.

FaceDetectionResult

Collection of face detections returned by FaceSession->Detect(). Mirrors the OpenPoseResult pattern - C++ fills the detections field directly.

Operations

GetDetections #

Array of detected faces (bounding boxes + landmarks).

method : public : GetDetections() ~ FaceDetection[]

Return

TypeDescription
FaceDetectionface detection array

GetSize #

Number of detected faces.

method : public : GetSize() ~ Int

Return

TypeDescription
Intface count