HighDefinitionFaceFrame.IsTrackingIdValid Property

Gets a boolean value indicating if the tracking ID is valid.

Syntax

public:
property bool IsTrackingIdValid {
         bool get ();
}
public bool IsTrackingIdValid { get; }
var isTrackingIdValid = highDefinitionFaceFrame.isTrackingIdValid;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

True if the tracking ID is valid; otherwise, false.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

HighDefinitionFaceFrame Class
Microsoft.Kinect.Face Namespace