Class SpeechToTextState
Enum representing the operational states of the SpeechToText component.
Inheritance
System.Object
    SpeechToTextState
  Namespace: Syncfusion.EJ2.Inputs
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class SpeechToTextState : Enum
  Fields
Inactive
Specifies the state where the SpeechToText component is inactive and not processing spoken input.
Declaration
public const SpeechToTextState Inactive
  Field Value
| Type | 
|---|
| SpeechToTextState | 
Listening
Specifies the state where the SpeechToText component is actively listening to spoken input.
Declaration
public const SpeechToTextState Listening
  Field Value
| Type | 
|---|
| SpeechToTextState | 
Stopped
Specifies the state where the SpeechToText component has stopped processing spoken input.
Declaration
public const SpeechToTextState Stopped
  Field Value
| Type | 
|---|
| SpeechToTextState |