From 4db1fcb8e03d311bc5d2fc075156346cb37c69fc Mon Sep 17 00:00:00 2001 From: Dobrinka Yordanova Date: Sat, 8 Nov 2025 21:54:52 +0200 Subject: [PATCH 1/3] add speech to text button needed permission on winui --- controls/speechtotextbutton/winui-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/controls/speechtotextbutton/winui-support.md b/controls/speechtotextbutton/winui-support.md index a7ba3b84f..551aba794 100644 --- a/controls/speechtotextbutton/winui-support.md +++ b/controls/speechtotextbutton/winui-support.md @@ -26,6 +26,7 @@ To use the SpeechToTextButton on WinUI, you can use one of the following approac | ------------- | --------------- | | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | | | Use the `RadSpeechRecognizer` | +| Set the inside the `Platforms/Windows/Package.appxmanifest` file | Set the inside the `Platforms/Windows/Package.appxmanifest` file | If you want to use the `RadSpeechRecognizer` on WinUI, set the `SpeechRecognizerCreator` property of the `RadSpeechToTextButton` to `RadSpeechRecognizer`: From 1552043399e8629fee148d80474771b0bbbba24c Mon Sep 17 00:00:00 2001 From: Didi Yordanova <39412212+didiyordanova@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:15:01 +0200 Subject: [PATCH 2/3] Update controls/speechtotextbutton/winui-support.md Co-authored-by: Iva Stefanova Koevska-Atanasova --- controls/speechtotextbutton/winui-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/speechtotextbutton/winui-support.md b/controls/speechtotextbutton/winui-support.md index 551aba794..760389c20 100644 --- a/controls/speechtotextbutton/winui-support.md +++ b/controls/speechtotextbutton/winui-support.md @@ -26,7 +26,7 @@ To use the SpeechToTextButton on WinUI, you can use one of the following approac | ------------- | --------------- | | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | | | Use the `RadSpeechRecognizer` | -| Set the inside the `Platforms/Windows/Package.appxmanifest` file | Set the inside the `Platforms/Windows/Package.appxmanifest` file | +| Set `` inside the `Platforms/Windows/Package.appxmanifest` file | Set `` inside the `Platforms/Windows/Package.appxmanifest` file | If you want to use the `RadSpeechRecognizer` on WinUI, set the `SpeechRecognizerCreator` property of the `RadSpeechToTextButton` to `RadSpeechRecognizer`: From e9d071bb718899a558374b8d6221508b6243ec99 Mon Sep 17 00:00:00 2001 From: Dobrinka Yordanova Date: Mon, 10 Nov 2025 22:32:04 +0200 Subject: [PATCH 3/3] address comments --- controls/speechtotextbutton/winui-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/speechtotextbutton/winui-support.md b/controls/speechtotextbutton/winui-support.md index 551aba794..760389c20 100644 --- a/controls/speechtotextbutton/winui-support.md +++ b/controls/speechtotextbutton/winui-support.md @@ -26,7 +26,7 @@ To use the SpeechToTextButton on WinUI, you can use one of the following approac | ------------- | --------------- | | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | | | Use the `RadSpeechRecognizer` | -| Set the inside the `Platforms/Windows/Package.appxmanifest` file | Set the inside the `Platforms/Windows/Package.appxmanifest` file | +| Set `` inside the `Platforms/Windows/Package.appxmanifest` file | Set `` inside the `Platforms/Windows/Package.appxmanifest` file | If you want to use the `RadSpeechRecognizer` on WinUI, set the `SpeechRecognizerCreator` property of the `RadSpeechToTextButton` to `RadSpeechRecognizer`: