Overview
12 Sep 20252 minutes to read
| Name | Description |
|---|---|
| ButtonSettings | Configuration settings for the toggle button used in the SpeechToText component. |
| TooltipSettings | Configuration settings for tooltip in the SpeechToText component. This allows customization of the tooltip content and its positioning. |
| SpeechToTextState | Enum representing the operational states of the SpeechToText component. |
| ErrorEventArgs | Represents the event arguments triggered when listening is disabled or exceptions are raised in the SpeechToText component. |
| StartListeningEventArgs | Represents the event arguments when a listening is started in the Speech to text component. |
| StopListeningEventArgs | Represents the event arguments triggered when listening stops in the SpeechToText component. |
| TranscriptChangedEventArgs | Represents the event arguments triggered when a transcript is updated in the SpeechToText component. |
| TooltipPosition | Applicable positions where the Tooltip can be displayed over SpeechToText button. - TopLeft :- The tooltip appears at the top-left corner of the SpeechToText button. - TopCenter :- The tooltip appears at the top-center of the SpeechToText button. - TopRight :- The tooltip appears at the top-right corner of the SpeechToText button. - BottomLeft :- The tooltip appears at the bottom-left corner of the SpeechToText button. - BottomCenter :- The tooltip appears at the bottom-center of the SpeechToText button. - BottomRight :- The tooltip appears at the bottom-right corner of the SpeechToText button. - LeftTop :- The tooltip appears at the left-top corner of the SpeechToText button. - LeftCenter :- The tooltip appears at the left-center of the SpeechToText button. - LeftBottom :- The tooltip appears at the left-bottom corner of the SpeechToText button. - RightTop :- The tooltip appears at the right-top corner of the SpeechToText button. - RightCenter :- The tooltip appears at the right-center of the SpeechToText button. - RightBottom :- The tooltip appears at the right-bottom corner of the SpeechToText button. |