ISpeechRecognizer.AudioProblemOccurred Event

Event that is raised when there is a problem with the audio input.

Syntax

public:
event TypedEventHandler<SpeechRecognizer^ , SpeechAudioProblemOccurredEventArgs^ >^ AudioProblemOccurred {
         EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechAudioProblemOccurredEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

This event can be raised, for example, if the user is speaking too quickly, too slowly, or too loudly.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

Windows.Xbox.Speech.Recognition Namespace