SpeechRecognitionResultBodyCorrelation.BodyTrackingId Property
Gets a body tracking id.
Syntax
public:
property uint64 BodyTrackingId {
uint64 get ();
}
Property value
Type: uint64
A body tracking id.
Remarks
Body tracking ids are contained in the vector of SpeechRecognitionResultBodyCorrelation objects returned when the speech engine gets a recognition. Bodies within a (+/- 5 degrees) of the speech angle are returned. If the speech came from an angle that:
- matches no bodies, then the body tracking id is a vector of 0.
- matches one body, then there is one body tracking id.
- matches more than one body, then the body tracking id is a vector, ordered by the body closest to the beam angle of the microphone array.
Requirements
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
See also
Reference
SpeechRecognitionResultBodyCorrelation Class
SpeechRecognitionResultBodyCorrelation Members
Windows.Xbox.Speech.Recognition Namespace