Provides data for the speech-to-text result event, including alternative transcriptions and the result's finality status.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SpeechToTextButtonResultEventArgs
Inheritance: objectSpeechToTextButtonResultEventArgs
Constructors
C#
public SpeechToTextButtonResultEventArgs()
Properties
The collection of alternative transcriptions for the speech-to-text operation.
C#
public List<SpeechRecognitionAlternative> Alternatives { get; set; }
Remarks:
The collection may contain multiple alternatives, typically ordered by confidence level, with the most likely transcription first.