API ReferenceSandbox.Speech

Recognitionclass

objectRecognition
Namespace
Sandbox.Speech
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Speech.Recognition

Methods2

Showing 2 methods

public static void Start(Sandbox.Speech.Recognition.OnSpeechResult callback, System.Collections.Generic.IEnumerable`1<string> choices = null)PUBLICSTATIC

ParameterTypeDescription
callbackOnSpeechResult
choices = nullIEnumerable<string>
Returns:void

public static void Stop()PUBLICSTATIC

Stop any active listening for speech.

Returns:void

Properties2

Showing 2 properties

public static bool Sandbox.Speech.Recognition.IsListening { get; set; }PUBLICSTATICGETSET

Whether or not we are currently listening for speech.

Returns:bool

public static bool Sandbox.Speech.Recognition.IsSupported { get; set; }PUBLICSTATICGETSET

Whether or not speech recognition is supported and a language is available.

Returns:bool

On this page