Language

TextClassifierEntityConfig.CreateWithHints(ICollection<String>) Method

Definition

This method was deprecated in API level 29.

[Android.Runtime.Register("createWithHints", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)]
public static Android.Views.TextClassifiers.TextClassifierEntityConfig? CreateWithHints(System.Collections.Generic.ICollection<string>? hints);
[<Android.Runtime.Register("createWithHints", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)>]
static member CreateWithHints : System.Collections.Generic.ICollection<string> -> Android.Views.TextClassifiers.TextClassifierEntityConfig

Parameters

hints
ICollection<String>

Collection: Hints for the TextClassifier to determine what types of entities to find. This value may be null.

Returns

Attributes

Remarks

This method was deprecated in API level 29. Use Builder instead.

Creates an EntityConfig.

Android reference for android.view.textclassifier.TextClassifier.EntityConfig.createWithHints.

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