TextSelection.TextClassification Property

Definition

Returns the text classification result of the suggested selection span.

public Android.Views.TextClassifiers.TextClassification? TextClassification { [Android.Runtime.Register("getTextClassification", "()Landroid/view/textclassifier/TextClassification;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getTextClassification", "()Landroid/view/textclassifier/TextClassification;", "", ApiSince=31)>]
member this.TextClassification : Android.Views.TextClassifiers.TextClassification

Property Value

TextClassification
Attributes

Remarks

Java documentation for android.view.textclassifier.TextSelection.getTextClassification().

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