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() ~ FaceDetectionReturn
| Type | Description |
|---|---|
| FaceDetection | face detection |
GetEmbedding
L2-normalised 512-dimensional ArcFace embedding.
method : public : GetEmbedding() ~ Float[]Return
| Type | Description |
|---|---|
| Float | embedding array (512 floats) |
ToString
String representation
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |