From c3a72f51fd7f507092410e0018a1639dc6a194a6 Mon Sep 17 00:00:00 2001 From: Vladislav Antonyuk Date: Mon, 23 Feb 2026 18:26:35 +0200 Subject: [PATCH] SpeechToText AutostopSilenceTimeout --- docs/maui/essentials/speech-to-text.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/maui/essentials/speech-to-text.md b/docs/maui/essentials/speech-to-text.md index 18aaa0d8..46fcaa70 100644 --- a/docs/maui/essentials/speech-to-text.md +++ b/docs/maui/essentials/speech-to-text.md @@ -142,6 +142,7 @@ The `SpeechToTextOptions` class provides the ability to configure the speech rec |---------|---------|---------| | Culture | `CultureInfo` | The spoken language to use for speech recognition. | | ShouldReportPartialResults | `bool` | Gets or sets if include partial results. `True` by default. | +| AutoStopSilenceTimeout | `TimeSpan` | The duration of continuous silence after which speech recognition will automatically stop. `TimeSpan.MaxValue` by default indicates that auto-stop based on silence is disabled. | ### SpeechToTextResult