Provides context information relevant to speech recognition.
Definition
Namespace:Telerik.Maui.Controls.SpeechToTextButton
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SpeechToTextButtonSpeechRecognizedCommandContext
Inheritance: objectSpeechToTextButtonSpeechRecognizedCommandContext
Fields
Gets the current full text recognized from the speech input.
C#
public readonly string FullText
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.
C#
public readonly double FullTextConfidenceScore