menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpeechToTextState - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

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