alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SpeechToTextTooltipSettings

    Provides configuration settings for tooltips in the SfSpeechToText component.

    Inheritance
    object
    SpeechToTextTooltipSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SpeechToTextTooltipSettings

    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:

    • TopLeft - Aligns the tooltip to the top-left of the button.
    • TopCenter - Aligns the tooltip to the top-center of the button.
    • TopRight - Aligns the tooltip to the top-right of the button.
    • BottomLeft - Aligns the tooltip to the bottom-left of the button.
    • BottomCenter - Aligns the tooltip to the bottom-center of the button.
    • BottomRight - Aligns the tooltip to the bottom-right of the button.
    • LeftTop - Aligns the tooltip to the top of the left side of the button.
    • LeftCenter - Aligns the tooltip to the center of the left side of the button.
    • LeftBottom - Aligns the tooltip to the bottom of the left side of the button.
    • RightTop - Aligns the tooltip to the top of the right side of the button.
    • RightCenter - Aligns the tooltip to the center of the right side of the button.
    • RightBottom - Aligns the tooltip to the bottom of the right side of the button.
    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
    string

    A 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
    string

    A 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.

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