menu

Blazor

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

    Show / Hide Table of Contents

    Class SpeechToTextTooltipSettings

    Provides configuration settings for tooltips in the SfSpeechToText component.

    Inheritance
    System.Object
    SpeechToTextTooltipSettings
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SpeechToTextTooltipSettings : Object

    Constructors

    SpeechToTextTooltipSettings()

    Declaration
    public SpeechToTextTooltipSettings()

    Properties

    Position

    Gets or sets the position of the tooltip relative to the button.

    Declaration
    public TooltipPosition Position { get; set; }
    Property Value
    Type Description
    TooltipPosition

    A TooltipPosition value specifying the position of the tooltip. The default value is TopCenter.

    Remarks

    The tooltip can be positioned in various locations relative to the button. Available positions include:

    Use this property to control tooltip placement for better accessibility and user experience.

    StopStateText

    Gets or sets the content displayed in the tooltip when the button is in the "Stop" state.

    Declaration
    public string StopStateText { get; set; }
    Property Value
    Type Description
    System.String

    A System.String representing the tooltip content for the stop state. The default value is "Stop Listening".

    Remarks

    This property allows you to provide context-specific information when the button transitions to the stop state.

    Text

    Gets or sets the content displayed in the tooltip when the button is in the "Start" state.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    A System.String representing the tooltip content for the start state. The default value is "Start Listening".

    Remarks

    Use this property to provide helpful information or guidance when the user hovers over the button in its start state.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved