Share via


SoundSourceAngleChangedEventArgs.ConfidenceLevel Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the confidence that the sound source angle (which points in the direction of the strongest speech signal) is correct. The value ranges from 0.0 (no confidence) to 1.0 (total confidence).

Syntax

public double ConfidenceLevel { get; }

Property Value

Type: Double
The level of confidence, which is a number between 0.0 and 1.0.

Remarks

When getting the angle between the Kinect and an audio source (see SoundSourceAngleChangedEventArgs.Angle Property), use the confidence level to rate the confidence that the sound source was located. This can be important additional information when the Kinect is trying to distinguish one audio source from other audio sources or ambient sounds.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

SoundSourceAngleChangedEventArgs Class
SoundSourceAngleChangedEventArgs Members
Microsoft.Kinect Namespace