VisioForge (c) 2025

Search Results for

    Class CVFaceDetectedEventArgs

    CV face detected event args.

    Inheritance
    object
    EventArgs
    CVFaceDetectedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVFaceDetectedEventArgs : EventArgs

    Constructors

    CVFaceDetectedEventArgs(CVFace[], TimeSpan)

    Initializes a new instance of the CVFaceDetectedEventArgs class.

    Declaration
    public CVFaceDetectedEventArgs(CVFace[] faces, TimeSpan timeStamp)
    Parameters
    Type Name Description
    CVFace[] faces

    Faces.

    TimeSpan timeStamp

    Timestamp.

    Properties

    Faces

    Gets the faces.

    Declaration
    public CVFace[] Faces { get; }
    Property Value
    Type Description
    CVFace[]

    The faces.

    TimeStamp

    Gets the elapsed time.

    Declaration
    public TimeSpan TimeStamp { get; }
    Property Value
    Type Description
    TimeSpan

    The time stamp.

    Methods

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()