SpeechToTextBuilder.OnEnd Method
| Name | Parameters | Description |
|---|---|---|
| OnEnd(RazorBlock) | jsFunc | A function that is executed when the Web Speech API finishes transcription and SpeechToText switches to the initial component state. Mirrors the client-side onEnd option. |
| OnEnd(String) | jsFunc | A function that is executed when the Web Speech API finishes transcription and SpeechToText switches to the initial component state. Mirrors the client-side onEnd option. |