Lingua

TextClassifierEntityConfig.Builder.SetExcludedTypes Method

Definition

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.

Android reference for android.view.textclassifier.TextClassifier.EntityConfig.Builder.setExcludedTypes.

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