SpellCheckerSession.GetSentenceSuggestions(TextInfo[], Int32) Method

Definition

Get suggestions from the specified sentences

[Android.Runtime.Register("getSentenceSuggestions", "([Landroid/view/textservice/TextInfo;I)V", "GetGetSentenceSuggestions_arrayLandroid_view_textservice_TextInfo_IHandler")]
public virtual void GetSentenceSuggestions (Android.Views.TextService.TextInfo[]? textInfos, int suggestionsLimit);
[<Android.Runtime.Register("getSentenceSuggestions", "([Landroid/view/textservice/TextInfo;I)V", "GetGetSentenceSuggestions_arrayLandroid_view_textservice_TextInfo_IHandler")>]
abstract member GetSentenceSuggestions : Android.Views.TextService.TextInfo[] * int -> unit
override this.GetSentenceSuggestions : Android.Views.TextService.TextInfo[] * int -> unit

Parameters

textInfos
TextInfo[]

an array of text metadata for a spell checker

suggestionsLimit
Int32

the maximum number of suggestions that will be returned

Attributes

Remarks

Get suggestions from the specified sentences

Java documentation for android.view.textservice.SpellCheckerSession.getSentenceSuggestions(android.view.textservice.TextInfo[], int).

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