menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SpeechToTextTooltipSettings

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

    Constructors

    SpeechToTextTooltipSettings()

    Declaration
    public SpeechToTextTooltipSettings()

    Properties

    Content

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

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

    The default value is "Start listening"

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Position

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

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

    The default value is TooltipPosition.TopCenter

    StopContent

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

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

    The default value is "Stop listening"

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