SpeechRecognitionResult

Wisej.Web.Ext.Speech.SpeechRecognitionResult

Namespace: Wisej.Web.Ext.Speech

Assembly: Wisej.Web.Ext.Speech (3.2.0.0)

Represents an entry in the list of speech recognition results.

public class SpeechRecognitionResult

Constructors

Properties

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

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.

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

Last updated