Enum SpeechToTextState
Enum representing the operational states of the SpeechToText component.
Namespace: Syncfusion.EJ2.Inputs
Assembly: Syncfusion.AspNetMvc.Inputs.dll
Syntax
public enum SpeechToTextState
Fields
| Name | Description |
|---|---|
| Inactive | Specifies the state where the SpeechToText component is inactive and not processing spoken input. |
| Listening | Specifies the state where the SpeechToText component is actively listening to spoken input. |
| Stopped | Specifies the state where the SpeechToText component has stopped processing spoken input. |