Enum SpeechToTextState
Enum representing the operational states of the SfSpeechToText component.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SpeechToTextState
Fields
| Name | Description |
|---|---|
| Inactive | Specifies the state where the SfSpeechToText component is inactive and not recording audio. |
| Listening | Specifies the state where the SfSpeechToText component is actively listening to audio and transcribing speech to text. |
| Stopped | Specifies the state where the SfSpeechToText component has stopped recording or listening for audio. |