Class CVFaceDetectedEventArgs
CV face detected event args.
Inherited Members
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. |