共用方式為


SpellCheckerSession.GetSentenceSuggestions(TextInfo[], Int32) 方法

定義

從指定的句子取得建議

[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

參數

textInfos
TextInfo[]

拼字檢查工具的文字元數據陣列

suggestionsLimit
Int32

將傳回的建議數目上限

屬性

備註

從指定的句子取得建議

android.view.textservice.SpellCheckerSession.getSentenceSuggestions(android.view.textservice.TextInfo[], int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於