KinectAudioSource.SoundSourceAngleConfidence Property
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets the confidence in the audio source location estimate; the range is [0.0, 1.0], where 1 is the highest possible confidence.
Syntax
public double SoundSourceAngleConfidence { get; }
'Declaration
Public ReadOnly Property SoundSourceAngleConfidence As Double
Property Value
Type: Double
The confidence that the audio source location is accurate.
Remarks
The confidence estimate represents the confidence in the accuracy of the SoundSourceAngle property. This property is updated continuously after calling one of the KinectAudioSource.Start methods.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
KinectAudioSource Class
KinectAudioSource Members
Microsoft.Kinect Namespace