Skip to content

Commit f937fe8

Browse files
committed
update winui support
1 parent d204f91 commit f937fe8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

controls/speechtotextbutton/winui-support.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ this.speechToTextButton.SpeechRecognizerCreator = () => new RadSpeechRecognizer(
3232

3333
* Use an **Unpackaged** app deployment model.
3434

35+
## configure Speech Recognition
36+
37+
Confirm that **Online speech recognition** (Settings -> Privacy -> Speech) is enabled.
38+
3539
## Language Support
3640

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.
3842

3943
For more details, review the [Microsoft documentation](https://learn.microsoft.com/en-us/windows/apps/design/input/speech-recognition#predefined-grammars).
4044

0 commit comments

Comments
 (0)