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.
public class FaceDetectedEventArgs : EventArgs
- Inheritance
Properties
View SourceFaces
Gets the list containing faces of type FaceDetectionData.
Declaration
public IEnumerable<FaceDetectionData> Faces { get; }
Property Value
Type | Description |
---|---|
IEnumerable<FaceDetectionData> |