SpeechToTextButtonEventBuilder

Methods

Start(System.String)

Fires when the speech recognition service has begun listening to incoming audio.

For more information see Start event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the start event.

End(System.String)

Fires when the speech recognition service has disconnected.

For more information see End event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the end event.

Result(System.String)

Fires when the speech recognition service returns a result - a word or phrase has been positively recognized.

For more information see Result event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the result event.

Error(System.String)

Fires when a speech recognition error occurs.

For more information see Error event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the error event.