RecognitionService.Callback.EndOfSpeech Method

Definition

The service should call this method after the user stops speaking.

[Android.Runtime.Register("endOfSpeech", "()V", "GetEndOfSpeechHandler")]
public virtual void EndOfSpeech ();
[<Android.Runtime.Register("endOfSpeech", "()V", "GetEndOfSpeechHandler")>]
abstract member EndOfSpeech : unit -> unit
override this.EndOfSpeech : unit -> unit
Attributes

Exceptions

Remarks

The service should call this method after the user stops speaking.

Java documentation for android.speech.RecognitionService.Callback.endOfSpeech().

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