API ReferenceSandbox.Speech
public static abstract sealed class Sandbox.Speech.Recognition
Methods
Showing 2 methods
public static void Start(Sandbox.Speech.Recognition.OnSpeechResult callback, System.Collections.Generic.IEnumerable`1<string> choices = null)
Parameters
choices: Default: null
public static void Stop()
Stop any active listening for speech.
No results match this filter.
Properties
Showing 2 properties
public static bool Sandbox.Speech.Recognition.IsListening { get; set; }
Whether or not we are currently listening for speech.
public static bool Sandbox.Speech.Recognition.IsSupported { get; set; }
Whether or not speech recognition is supported and a language is available.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Speech |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Speech.Recognition |