Skip to content

Commit 7e6f77d

Browse files
Tsvetomir-Hrdimodi
authored andcommitted
Update components/speechtotextbutton/overview.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 785da53 commit 7e6f77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/speechtotextbutton/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The SpeechToTextButton component exposes several public methods that you can cal
5454

5555
## Limitations
5656

57-
When you use the SpeechToTextButton component in the Edge browser or in a Blazor MAUI Hybrid APP WebView, the language for speech recognition is not detected automatically. To ensure correct behavior, it is required to set the `Lang` parameter explicitly. This is required because these environments do not follow the automatic language resolution described in the [MDN Web Speech API documentation](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/lang).
57+
When you use the SpeechToTextButton in the Edge browser or in a Blazor MAUI Hybrid App, the spoken language is not detected automatically. To ensure correct behavior, you must set the SpeechToTextButton `Lang` parameter. This is required because these environments do not follow the automatic language resolution described in the [MDN Web Speech API documentation](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/lang).
5858

5959
````RAZOR.skip-repl
6060
<TelerikSpeechToTextButton Lang="en-US" />

0 commit comments

Comments
 (0)