TooltipSettings
23 Sep 20251 minute to read
Configuration settings for tooltip in the SpeechToText component.
This allows customization of the tooltip content and its positioning.
Properties
content string
The text displayed when the user hovers over the button while it is in the listening state,
showing the start listening option.
Defaults to ‘Start listening’
position TooltipPosition
Specifies the position of the tooltip in the UI, indicating where the tooltip should appear.
Defaults to ‘TopCenter’
stopContent string
The text displayed when the user hovers over the button while listening is in progress,
and the button shows the stop icon.
Defaults to ‘Stop listening’