ClassSpeechToTextButtonSpeechRecognizedCommandContext
Class
Provides context information relevant to speech recognition.
Definition
Namespace:Telerik.Maui.Controls.SpeechToTextButton
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class SpeechToTextButtonSpeechRecognizedCommandContext
Inheritance: objectSpeechToTextButtonSpeechRecognizedCommandContext
Fields
FullText
Gets the current full text recognized from the speech input.
FullTextConfidenceScore
Gets the confidence score for the recognized text. The value is between 0 and 1, indicating how confident the speech-to-text transcription is. If the value is -1, a confidence score could not be provided.