API ReferenceSandbox.Speech
Recognitionclass
object→Recognition
Methods2
Showing 2 methods
public static void Start(Sandbox.Speech.Recognition.OnSpeechResult callback, System.Collections.Generic.IEnumerable`1<string> choices = null)
| Parameter | Type | Description |
|---|---|---|
| callback | OnSpeechResult | — |
| choices = null | IEnumerable<string> | — |
Returns:
void—public static void Stop()
Stop any active listening for speech.
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public static bool Sandbox.Speech.Recognition.IsListening { get; set; }
Whether or not we are currently listening for speech.
Returns:
bool—public static bool Sandbox.Speech.Recognition.IsSupported { get; set; }
Whether or not speech recognition is supported and a language is available.
Returns:
bool—No results match this filter.