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" |