Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SpeechRecognitionAlternative
Inheritance: objectSpeechRecognitionAlternative
Constructors
C#
public SpeechRecognitionAlternative()
Properties
Returns a numeric estimate between 0 and 1 of how confident the speech recognition system is that the recognition is correct.
C#
public float Confidence { get; set; }
The transcript of the recognized word.
C#
public string Transcript { get; set; }