SpeechRecognitionResult
Namespace: Wisej.Web.Ext.Speech
Assembly: Wisej.Web.Ext.Speech
Represents an entry in the list of speech recognition results.
- C#
- VB.NET
public class SpeechRecognitionResult
Public Class SpeechRecognitionResult
Constructors
SpeechRecognitionResult()
Properties
Confidence
Double: Returns a numeric estimate of how confident the speech recognition system is that the recognition is correct.
IsFinal
Boolean: Returns if this result is final (true) or not (false) — if so, then this is the final time this result will be returned; if not, then this result is an interim result, and may be updated later on.
Transcript
String: Returns a string containing the transcript of the recognised word.