ClipData.Item.TextLinks Property
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.
Returns the results of text classification run on the raw text contained in this item, if it was performed, and if any entities were found in the text.
public virtual Android.Views.TextClassifiers.TextLinks TextLinks { [Android.Runtime.Register("getTextLinks", "()Landroid/view/textclassifier/TextLinks;", "GetGetTextLinksHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getTextLinks", "()Landroid/view/textclassifier/TextLinks;", "GetGetTextLinksHandler", ApiSince=31)>]
member this.TextLinks : Android.Views.TextClassifiers.TextLinks
Property Value
- Attributes
Remarks
Returns the results of text classification run on the raw text contained in this item, if it was performed, and if any entities were found in the text. Classification is generally only performed on the first item in clip data, and only if the text is below a certain length.
Returns null
if classification was not performed, or if no entities were found in the text.
Java documentation for android.content.ClipData.Item.getTextLinks()
.
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.