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
    object
    System.EventArgs
    FaceDetectedEventArgs

    Properties

    View Source

    Faces

    Gets the list containing faces of type FaceDetectionData.

    Declaration
    public IEnumerable<FaceDetectionData> Faces { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><FaceDetectionData>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX