You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/speechtotextbutton/winui-support.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,13 @@ this.speechToTextButton.SpeechRecognizerCreator = () => new RadSpeechRecognizer(
32
32
33
33
* Use an **Unpackaged** app deployment model.
34
34
35
+
## configure Speech Recognition
36
+
37
+
Confirm that **Online speech recognition** (Settings -> Privacy -> Speech) is enabled.
38
+
35
39
## Language Support
36
40
37
-
When setting the `LanguageTag` to a specific value, ensure that the language is supported by the `Windows.Media.SpeechRecognition.SpeechRecognizer` on WinUI.
41
+
When setting the `RadSpeechToTextButton.LanguageTag` property to a specific value, ensure that the language is supported by the `Windows.Media.SpeechRecognition.SpeechRecognizer` on WinUI.
38
42
39
43
For more details, review the [Microsoft documentation](https://learn.microsoft.com/en-us/windows/apps/design/input/speech-recognition#predefined-grammars).
0 commit comments