TextLinks.Request.Builder.SetEntityConfig(TextClassifierEntityConfig) Method

Definition

Sets the entity configuration to use.

[Android.Runtime.Register("setEntityConfig", "(Landroid/view/textclassifier/TextClassifier$EntityConfig;)Landroid/view/textclassifier/TextLinks$Request$Builder;", "", ApiSince=28)]
public Android.Views.TextClassifiers.TextLinks.Request.Builder SetEntityConfig(Android.Views.TextClassifiers.TextClassifierEntityConfig? entityConfig);
[<Android.Runtime.Register("setEntityConfig", "(Landroid/view/textclassifier/TextClassifier$EntityConfig;)Landroid/view/textclassifier/TextLinks$Request$Builder;", "", ApiSince=28)>]
member this.SetEntityConfig : Android.Views.TextClassifiers.TextClassifierEntityConfig -> Android.Views.TextClassifiers.TextLinks.Request.Builder

Parameters

entityConfig
TextClassifierEntityConfig

TextClassifier.EntityConfig: This value may be null.

Returns

this builder

Attributes

Remarks

Sets the entity configuration to use. This determines what types of entities the TextClassifier will look for. Set to null for the default entity config and the TextClassifier will automatically determine what links to generate.

Android reference for android.view.textclassifier.TextLinks.Request.Builder.setEntityConfig.

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