ChatSpeechToTextSettingsBuilder
Methods
Enable(System.Boolean)
Enables or disables the speech-to-text button.
Parameters
value - System.Boolean
The value that configures the enable.
Lang(System.String)
The language for speech recognition (BCP 47 language tag).
Parameters
value - System.String
The value that configures the lang.
Continuous(System.Boolean)
Enables continuous speech recognition mode. When true, recognition continues until explicitly stopped.
Parameters
value - System.Boolean
The value that configures the continuous.
InterimResults(System.Boolean)
Whether to return interim (partial) results during speech recognition.
Parameters
value - System.Boolean
The value that configures the interimresults.
MaxAlternatives(System.Double)
Maximum number of alternative transcriptions to return.
Parameters
value - System.Double
The value that configures the maxalternatives.
Icon(System.String)
The icon name for the speech-to-text button.
Parameters
value - System.String
The value that configures the icon.
FillMode(Kendo.Mvc.UI.ButtonFillMode)
The fill mode for the button (e.g., "flat", "solid", "outline").
Parameters
value - ButtonFillMode
The value that configures the fillmode.
Rounded(Kendo.Mvc.UI.Rounded)
The border radius for the button (e.g., "small", "medium", "large", "full").
Parameters
value - Rounded
The value that configures the rounded.
Size(Kendo.Mvc.UI.ComponentSize)
The size of the button (e.g., "small", "medium", "large").
Parameters
value - ComponentSize
The value that configures the size.
ThemeColor(Kendo.Mvc.UI.ThemeColor)
The theme color for the button (e.g., "base", "primary", "secondary").
Parameters
value - ThemeColor
The value that configures the themecolor.