API ReferenceSandbox.Speech
public sealed struct Sandbox.Speech.SpeechRecognitionResult
A result from speech recognition.
Properties
Showing 3 properties
public float Sandbox.Speech.SpeechRecognitionResult.Confidence { get; set; }
From 0-1 how confident are we that this is the correct result?
public bool Sandbox.Speech.SpeechRecognitionResult.Success { get; set; }
Did we successfully find a match?
public string Sandbox.Speech.SpeechRecognitionResult.Text { get; set; }
The text result from speech recognition.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Speech |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Speech.SpeechRecognitionResult |