Gets a value that indicates whether the Kinect Sensor is properly calibrated to listen for speech input.
public:
property KinectAudioCalibrationState AudioCalibrationState {
KinectAudioCalibrationState get ();
}
Type: KinectAudioCalibrationState
KinectAudioCalibrationState value that indicates whether the Kinect Sensor is properly calibrated to listen for speech input.
Because an uncalibrated Kinect can result in degraded speech recognition, apps that use speech commands should use this property to check the calibration state. If the value of this property is KinectAudioCalibrationState.CalibrationRequired or KinectAudioCalibrationState.Unknown, your app should notify the user that Kinect needs to be recalibrated and then call the SystemUI.LaunchKinectSetupAsync method to launch the Kinect setup experience.
Namespace: Windows.Kinect
Metadata: windows.winmd