TextClassifierEntityConfig.ResolveEntityListModifications Method

Definition

Returns a final list of entity types to find.

[Android.Runtime.Register("resolveEntityListModifications", "(Ljava/util/Collection;)Ljava/util/Collection;", "", ApiSince=28)]
public System.Collections.Generic.ICollection<string>? ResolveEntityListModifications (System.Collections.Generic.ICollection<string> entityTypes);
[<Android.Runtime.Register("resolveEntityListModifications", "(Ljava/util/Collection;)Ljava/util/Collection;", "", ApiSince=28)>]
member this.ResolveEntityListModifications : System.Collections.Generic.ICollection<string> -> System.Collections.Generic.ICollection<string>

Parameters

entityTypes
ICollection<String>

Entity types we think should be found before factoring in includes/excludes

        This method is intended for use by TextClassifier implementations.

Returns

Attributes

Remarks

Returns a final list of entity types to find.

Java documentation for android.view.textclassifier.TextClassifier.EntityConfig.resolveEntityListModifications(java.util.Collection<java.lang.String>).

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