TextClassifierEntityConfig.CreateWithExplicitEntityList 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.
This method was deprecated in API level 29.
[Android.Runtime.Register("createWithExplicitEntityList", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)]
public static Android.Views.TextClassifiers.TextClassifierEntityConfig? CreateWithExplicitEntityList(System.Collections.Generic.ICollection<string>? entityTypes);
[<Android.Runtime.Register("createWithExplicitEntityList", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)>]
static member CreateWithExplicitEntityList : System.Collections.Generic.ICollection<string> -> Android.Views.TextClassifiers.TextClassifierEntityConfig
Parameters
- entityTypes
- ICollection<String>
Collection: Complete set of entities, e.g. TextClassifier.TYPE_URL to find. This value may be null.
Returns
- Attributes
Remarks
This method was deprecated in API level 29. Use Builder instead.
Creates an EntityConfig with an explicit entity list.
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.