RecognitionService.Callback.PartialResults(Bundle) Method

Definition

The service should call this method when partial recognition results are available.

[Android.Runtime.Register("partialResults", "(Landroid/os/Bundle;)V", "GetPartialResults_Landroid_os_Bundle_Handler")]
public virtual void PartialResults (Android.OS.Bundle? partialResults);
[<Android.Runtime.Register("partialResults", "(Landroid/os/Bundle;)V", "GetPartialResults_Landroid_os_Bundle_Handler")>]
abstract member PartialResults : Android.OS.Bundle -> unit
override this.PartialResults : Android.OS.Bundle -> unit

Parameters

partialResults
Bundle

the returned results. To retrieve the results in ArrayList<String> format use GetStringArrayList(String) with ResultsRecognition as a parameter

Attributes

Exceptions

Remarks

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