Share via


FaceFrameResult.TrackingId Property

Gets the tracking ID of the face frame result.

Syntax

public:
property uint64 TrackingId {
         uint64 get ();
}
public ulong TrackingId { get; }
var trackingId = faceFrameResult.trackingId;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint64
Type: ulong
Type: Number

 

The tracking ID of the face frame result.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

FaceFrameResult Class
Microsoft.Kinect.Face Namespace