DetectedFace
DetectedFace
DetectedFace
DetectedFace
Class
Definition
Represents a face that was detected in a SoftwareBitmap or a VideoFrame.
public : sealed class DetectedFace : IDetectedFacepublic sealed class DetectedFace : IDetectedFacePublic NotInheritable Class DetectedFace Implements IDetectedFace// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
FaceBox FaceBox FaceBox FaceBox
Gets the bounds the detected face occupies in the SoftwareBitmap or VideoFrame.
public : BitmapBounds FaceBox { get; }public BitmapBounds FaceBox { get; }Public ReadOnly Property FaceBox As BitmapBounds// You can use this property in JavaScript.
The bounds of the detected face.