TextClassifierEntityConfig.ResolveEntityListModifications 方法

定义

返回要查找的实体类型的最终列表。

[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>

参数

entityTypes
ICollection<String>

考虑包括/排除之前应找到的实体类型

        This method is intended for use by TextClassifier implementations.

返回

属性

注解

返回要查找的实体类型的最终列表。

适用于 . 的 android.view.textclassifier.TextClassifier.EntityConfig.resolveEntityListModifications(java.util.Collection<java.lang.String>)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于