menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpeechToTextState - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved