IRecognitionListener.OnEndOfSegmentedSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called at the end of a segmented recognition request.
[Android.Runtime.Register("onEndOfSegmentedSession", "()V", "GetOnEndOfSegmentedSessionHandler:Android.Speech.IRecognitionListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public virtual void OnEndOfSegmentedSession ();
[<Android.Runtime.Register("onEndOfSegmentedSession", "()V", "GetOnEndOfSegmentedSessionHandler:Android.Speech.IRecognitionListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnEndOfSegmentedSession : unit -> unit
override this.OnEndOfSegmentedSession : unit -> unit
- Attributes
Remarks
Called at the end of a segmented recognition request. To request segmented speech results use RecognizerIntent#EXTRA_SEGMENTED_SESSION
.
Java documentation for android.speech.RecognitionListener.onEndOfSegmentedSession()
.
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.