TextLinks.Builder.AddLink 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.
Overloads
AddLink(Int32, Int32, IDictionary<String,Float>) | |
AddLink(Int32, Int32, IDictionary<String,Float>, Bundle) |
AddLink(Int32, Int32, IDictionary<String,Float>)
[Android.Runtime.Register("addLink", "(IILjava/util/Map;)Landroid/view/textclassifier/TextLinks$Builder;", "", ApiSince=28)]
public Android.Views.TextClassifiers.TextLinks.Builder AddLink (int start, int end, System.Collections.Generic.IDictionary<string,Java.Lang.Float> entityScores);
[<Android.Runtime.Register("addLink", "(IILjava/util/Map;)Landroid/view/textclassifier/TextLinks$Builder;", "", ApiSince=28)>]
member this.AddLink : int * int * System.Collections.Generic.IDictionary<string, Java.Lang.Float> -> Android.Views.TextClassifiers.TextLinks.Builder
Parameters
- start
- Int32
- end
- Int32
- entityScores
- IDictionary<String,Float>
Returns
- Attributes
Applies to
AddLink(Int32, Int32, IDictionary<String,Float>, Bundle)
[Android.Runtime.Register("addLink", "(IILjava/util/Map;Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Builder;", "", ApiSince=29)]
public Android.Views.TextClassifiers.TextLinks.Builder AddLink (int start, int end, System.Collections.Generic.IDictionary<string,Java.Lang.Float> entityScores, Android.OS.Bundle extras);
[<Android.Runtime.Register("addLink", "(IILjava/util/Map;Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Builder;", "", ApiSince=29)>]
member this.AddLink : int * int * System.Collections.Generic.IDictionary<string, Java.Lang.Float> * Android.OS.Bundle -> Android.Views.TextClassifiers.TextLinks.Builder
Parameters
- start
- Int32
- end
- Int32
- entityScores
- IDictionary<String,Float>
- extras
- Bundle
Returns
- Attributes