RecognitionService.Callback.EndOfSegmentedSession Method

Definition

The service should call this method to end a segmented session.

[Android.Runtime.Register("endOfSegmentedSession", "()V", "GetEndOfSegmentedSessionHandler", ApiSince=33)]
public virtual void EndOfSegmentedSession ();
[<Android.Runtime.Register("endOfSegmentedSession", "()V", "GetEndOfSegmentedSessionHandler", ApiSince=33)>]
abstract member EndOfSegmentedSession : unit -> unit
override this.EndOfSegmentedSession : unit -> unit
Attributes

Remarks

The service should call this method to end a segmented session.

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

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