TextClassifierEntityConfig.Builder.SetExcludedTypes 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.
Sets a collection of types that are explicitly excluded.
[Android.Runtime.Register("setExcludedTypes", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig$Builder;", "", ApiSince=29)]
public Android.Views.TextClassifiers.TextClassifierEntityConfig.Builder SetExcludedTypes(System.Collections.Generic.ICollection<string>? excludedTypes);
[<Android.Runtime.Register("setExcludedTypes", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig$Builder;", "", ApiSince=29)>]
member this.SetExcludedTypes : System.Collections.Generic.ICollection<string> -> Android.Views.TextClassifiers.TextClassifierEntityConfig.Builder
Parameters
- excludedTypes
- ICollection<String>
Collection: This value may be null.
Returns
This value cannot be null.
- Attributes
Remarks
Sets a collection of types that are explicitly excluded.
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.