Class FaceDetectedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data.
C#Copypublic class FaceDetectedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsFaceDetectedEventArgs
Properties
Declaration
C#Copypublic IEnumerable<FaceDetectionData> Faces { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FaceDetectionData> |