SpeechRecognitionAudioProblem enumeration
Represents the type of audio problem that occurred.
Syntax
public enum SpeechRecognitionAudioProblem
Public Enum SpeechRecognitionAudioProblem
public enum class SpeechRecognitionAudioProblem
Members
The SpeechRecognitionAudioProblem enumeration has these members.
Member | Value | Description |
---|---|---|
None | 0 | There was no audio problem. |
TooNoisy | 1 | There was too much background noise interfering with the speech recognition. |
NoSignal | 2 | There was no audio. For example, the microphone may have been muted. |
TooLoud | 3 | The input volume was too high. |
TooQuiet | 4 | The input volume was too quiet. |
TooFast | 5 | The user spoke too fast. |
TooSlow | 6 | The user spoke too slow. |
Remarks
For more information about how to use the SpeechRecognitionAudioProblem enumeration, see Handling issues with audio input for Windows Phone.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++] |
Metadata |
Windows.WinMD |
Capabilities |
ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone] |
Attributes
[Version(0x06020000)]