OnSpeechResultclass

Called when we have a result from speech recognition.

objectMulticastDelegateOnSpeechResult
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Speech.Recognition.OnSpeechResult : System.MulticastDelegate

Constructors1

Showing 1 constructors

public OnSpeechResult(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(Sandbox.Speech.SpeechRecognitionResult result, System.AsyncCallback callback, object object)PUBLICVIRTUAL

ParameterTypeDescription
resultSpeechRecognitionResult
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual void EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:void

On this page