Share via


TextClassifierEntityConfig.ShouldIncludeTypesFromTextClassifier Method

Definition

Return whether the client allows the text classifier to include its own list of default types.

[Android.Runtime.Register("shouldIncludeTypesFromTextClassifier", "()Z", "", ApiSince=29)]
public bool ShouldIncludeTypesFromTextClassifier ();
[<Android.Runtime.Register("shouldIncludeTypesFromTextClassifier", "()Z", "", ApiSince=29)>]
member this.ShouldIncludeTypesFromTextClassifier : unit -> bool

Returns

Attributes

Remarks

Return whether the client allows the text classifier to include its own list of default types. If this function returns true, a default list of types suggested from a text classifier will be taking into account.

NOTE: This method is intended for use by a text classifier.

Java documentation for android.view.textclassifier.TextClassifier.EntityConfig.shouldIncludeTypesFromTextClassifier().

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