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#
Copy
public class FaceDetectedEventArgs : EventArgs
Inheritance
System.Object
FaceDetectedEventArgs

Properties

View Source

Faces

Gets the list containing faces of type FaceDetectionData.

Declaration
C#
Copy
public IEnumerable<FaceDetectionData> Faces { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<FaceDetectionData>
API Level: 3