Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/maui/essentials/speech-to-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading