s&box docs
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.

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.

Metadata

FieldValue
NamespaceSandbox.Speech
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Speech.Recognition

On this page