Api Sandbox Speech Recognition
class

Recognition

public static abstract sealed class Recognition

Properties

Name Type Description
IsListening static Boolean Whether or not we are currently listening for speech.
IsSupported static Boolean Whether or not speech recognition is supported and a language is available.

Methods

static Void Start(OnSpeechResult callback, IEnumerable<String> choices = null)
static Void Stop()

Stop any active listening for speech.

Assembly: Sandbox.Engine Namespace: Sandbox.Speech Full Name: Sandbox.Speech.Recognition