Skip to main content

SpeechRecognitionResult

Namespace: Wisej.Web.Ext.Speech

Assembly: Wisej.Web.Ext.Speech

Represents an entry in the list of speech recognition results.

public class SpeechRecognitionResult

Constructors

Instance memberSpeechRecognitionResult()

Properties

Instance memberConfidence

Double: Returns a numeric estimate of how confident the speech recognition system is that the recognition is correct.

Instance memberIsFinal

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.

Instance memberTranscript

String: Returns a string containing the transcript of the recognised word.