Class SpeechToTextTooltipSettings
Provides configuration settings for tooltips in the SfSpeechToText component.
Inheritance
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:
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 |
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 |
Remarks
Use this property to provide helpful information or guidance when the user hovers over the button in its start state.