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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To use the SpeechToTextButton on WinUI, you can use one of the following approac
26
26
| ------------- | --------------- |
27
27
| Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) |
28
28
|| Use the `RadSpeechRecognizer`|
29
-
| Set the <DeviceCapabilityName="microphone" /> inside the `Platforms/Windows/Package.appxmanifest` file | Set the <DeviceCapabilityName="microphone" /> inside the `Platforms/Windows/Package.appxmanifest` file |
29
+
| Set `<DeviceCapability Name="microphone" />` inside the `Platforms/Windows/Package.appxmanifest` file | Set `<DeviceCapability Name="microphone" />` inside the `Platforms/Windows/Package.appxmanifest` file |
30
30
31
31
If you want to use the `RadSpeechRecognizer` on WinUI, set the `SpeechRecognizerCreator` property of the `RadSpeechToTextButton` to `RadSpeechRecognizer`:
0 commit comments