Class SpeechToTextState
Enum representing the operational states of the SfSpeechToText component.
Inheritance
System.Object
SpeechToTextState
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SpeechToTextState : Enum
Fields
Inactive
Specifies the state where the SfSpeechToText component is inactive and not recording audio.
Declaration
public const SpeechToTextState Inactive
Field Value
Type |
---|
SpeechToTextState |
Listening
Specifies the state where the SfSpeechToText component is actively listening to audio and transcribing speech to text.
Declaration
public const SpeechToTextState Listening
Field Value
Type |
---|
SpeechToTextState |
Stopped
Specifies the state where the SfSpeechToText component has stopped recording or listening for audio.
Declaration
public const SpeechToTextState Stopped
Field Value
Type |
---|
SpeechToTextState |