Class FaceDetectedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data.
public class FaceDetectedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFaceDetectedEventArgs
Properties
View SourceFaces
Gets the list containing faces of type FaceDetectionData.
Declaration
public IEnumerable<FaceDetectionData> Faces { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><FaceDetectionData> |