class Recognition

in global :: Sandbox . Speech

😔 No documentation found.


public static bool IsListening { get; }

Whether or not we are currently listening for speech.

public static bool IsSupported { get; }

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

public static void Start( Recognition.OnSpeechResult callback, IEnumerable<string> choices = null )

😔 No documentation found.

public static void Stop( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.