IRecognitionListener.OnReadyForSpeech(Bundle) Method

Definition

Called when the endpointer is ready for the user to start speaking.

[Android.Runtime.Register("onReadyForSpeech", "(Landroid/os/Bundle;)V", "GetOnReadyForSpeech_Landroid_os_Bundle_Handler:Android.Speech.IRecognitionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnReadyForSpeech (Android.OS.Bundle? params);
[<Android.Runtime.Register("onReadyForSpeech", "(Landroid/os/Bundle;)V", "GetOnReadyForSpeech_Landroid_os_Bundle_Handler:Android.Speech.IRecognitionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnReadyForSpeech : Android.OS.Bundle -> unit

Parameters

params
Bundle

parameters set by the recognition service. Reserved for future use.

Attributes

Remarks

Called when the endpointer is ready for the user to start speaking.

Java documentation for android.speech.RecognitionListener.onReadyForSpeech(android.os.Bundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to