TextClassifierEntityConfig.Builder.Build Method

Definition

Combines all of the options that have been set and returns a new EntityConfig object.

[Android.Runtime.Register("build", "()Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=29)]
public Android.Views.TextClassifiers.TextClassifierEntityConfig Build();
[<Android.Runtime.Register("build", "()Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=29)>]
member this.Build : unit -> Android.Views.TextClassifiers.TextClassifierEntityConfig

Returns

This value cannot be null.

Attributes

Remarks

Combines all of the options that have been set and returns a new EntityConfig object.

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

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