TextClassifierEntityConfig.ResolveEntityListModifications 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.
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.
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.