menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class SpeechToTextTooltipSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SpeechToTextTooltipSettingsBuilder
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpeechToTextTooltipSettingsBuilder : ControlBuilder

    Constructors

    SpeechToTextTooltipSettingsBuilder()

    Declaration
    public SpeechToTextTooltipSettingsBuilder()

    SpeechToTextTooltipSettingsBuilder(SpeechToTextTooltipSettings)

    Declaration
    public SpeechToTextTooltipSettingsBuilder(SpeechToTextTooltipSettings model)
    Parameters
    Type Name Description
    SpeechToTextTooltipSettings model

    Methods

    Content(String)

    The text displayed when the user hovers over the button while it is in the listening state, showing the start listening option.

    Declaration
    public SpeechToTextTooltipSettingsBuilder Content(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    SpeechToTextTooltipSettingsBuilder

    Position(TooltipPosition)

    Specifies the position of the tooltip in the UI, indicating where the tooltip should appear.

    Declaration
    public SpeechToTextTooltipSettingsBuilder Position(TooltipPosition value)
    Parameters
    Type Name Description
    TooltipPosition value
    Returns
    Type
    SpeechToTextTooltipSettingsBuilder

    StopContent(String)

    The text displayed when the user hovers over the button while listening is in progress, and the button shows the stop icon.

    Declaration
    public SpeechToTextTooltipSettingsBuilder StopContent(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    SpeechToTextTooltipSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved