SpellCheckerSession.GetSentenceSuggestions(TextInfo[], Int32) 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.
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
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.