API ReferenceSandbox.Speech
SpeechRecognitionResultclass
A result from speech recognition.
object→SpeechRecognitionResult
Properties3
Showing 3 properties
public float Sandbox.Speech.SpeechRecognitionResult.Confidence { get; set; }
From 0-1 how confident are we that this is the correct result?
Returns:
float—public bool Sandbox.Speech.SpeechRecognitionResult.Success { get; set; }
Did we successfully find a match?
Returns:
bool—public string Sandbox.Speech.SpeechRecognitionResult.Text { get; set; }
The text result from speech recognition.
Returns:
string—No results match this filter.