SpeechRecognitionUIStatus
SpeechRecognitionUIStatus
SpeechRecognitionUIStatus
SpeechRecognitionUIStatus
Enum
Definition
Indicates the status of the speech recognition session.
public : enum class SpeechRecognitionUIStatuspublic enum SpeechRecognitionUIStatusPublic Enum SpeechRecognitionUIStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_MICROPHONE [Windows Phone]
ID_CAP_SPEECH_RECOGNITION [Windows Phone]
ID_CAP_NETWORKING [Windows Phone]
|
Fields
| Busy Busy Busy Busy | The speech recognizer GUI could not start because the phone’s speech feature was active, or because the app attempted speech recognition while a phone call was in progress. |
| Cancelled Cancelled Cancelled Cancelled | The user manually cancelled the speech recognizer GUI, such as by using the back button. This value is also returned if the user switches out of the app, or if a phone call is received while the GUI is active. |
| Preempted Preempted Preempted Preempted | The Preempted value is returned in the following scenarios:
|
| PrivacyPolicyDeclined PrivacyPolicyDeclined PrivacyPolicyDeclined PrivacyPolicyDeclined | The user declined the privacy policy. |
| Succeeded Succeeded Succeeded Succeeded | Speech recognition succeeded through the default graphical user interface (GUI). |