FaceRecognitionResult
Collection of face recognition results returned by FaceSession->Recognize(). Each entry contains a FaceDetection plus a 512-dim ArcFace embedding.
Operations
GetResults
Array of face results (detection + embedding).
method : public : GetResults() ~ FaceResult[]Return
| Type | Description |
|---|---|
| FaceResult | face result array |
GetSize
Number of recognised faces.
method : public : GetSize() ~ IntReturn
| Type | Description |
|---|---|
| Int | face count |