Class
SpeechRecognitionAlternative

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SpeechRecognitionAlternative

Inheritance: objectSpeechRecognitionAlternative

Constructors

SpeechRecognitionAlternative()

Declaration

cs-api-definition
public SpeechRecognitionAlternative()

Properties

Confidence

Returns a numeric estimate between 0 and 1 of how confident the speech recognition system is that the recognition is correct.

Declaration

cs-api-definition
public float Confidence { get; set; }

Property Value

float

Transcript

The transcript of the recognized word.

Declaration

cs-api-definition
public string Transcript { get; set; }

Property Value

string