SuggestionsInfo.ResultAttrLooksLikeGrammarError Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.TextService.SuggestionsAttributes enum directly instead of this field.

Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes: this tells that the text service thinks the requested sentence contains a grammar error.

[Android.Runtime.Register("RESULT_ATTR_LOOKS_LIKE_GRAMMAR_ERROR", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextService.SuggestionsAttributes enum directly instead of this field.", true)]
public const Android.Views.TextService.SuggestionsAttributes ResultAttrLooksLikeGrammarError = 8;
[<Android.Runtime.Register("RESULT_ATTR_LOOKS_LIKE_GRAMMAR_ERROR", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextService.SuggestionsAttributes enum directly instead of this field.", true)>]
val mutable ResultAttrLooksLikeGrammarError : Android.Views.TextService.SuggestionsAttributes

Field Value

Value = 8

Implements

Attributes

Remarks

Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes: this tells that the text service thinks the requested sentence contains a grammar error.

Java documentation for android.view.textservice.SuggestionsInfo.RESULT_ATTR_LOOKS_LIKE_GRAMMAR_ERROR.

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