FaceDetectedEventArgs
FaceDetectedEventArgs
FaceDetectedEventArgs
FaceDetectedEventArgs
Class
Definition
Provides data for the FaceDetected event.
public : sealed class FaceDetectedEventArgs : IFaceDetectedEventArgspublic sealed class FaceDetectedEventArgs : IFaceDetectedEventArgsPublic NotInheritable Class FaceDetectedEventArgs Implements IFaceDetectedEventArgs// 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)
|
Remarks
Get an instance of this class by handling the FaceDetected event.
Properties
ResultFrame ResultFrame ResultFrame ResultFrame
Gets the FaceDetectionEffectFrame associated with a FaceDetected event.
public : FaceDetectionEffectFrame ResultFrame { get; }public FaceDetectionEffectFrame ResultFrame { get; }Public ReadOnly Property ResultFrame As FaceDetectionEffectFrame// You can use this property in JavaScript.
- Value
- FaceDetectionEffectFrame FaceDetectionEffectFrame FaceDetectionEffectFrame FaceDetectionEffectFrame
The FaceDetectionEffectFrame associated with a FaceDetected event.