TextClassifier.NoOp Property

Definition

Caution

Use 'Android.Views.TextClassifiers.ITextClassifier.NoOp'. This class will be removed in a future release.

No-op TextClassifier.

[Android.Runtime.Register("NO_OP", ApiSince=26)]
[System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.NoOp'. This class will be removed in a future release.")]
public static Android.Views.TextClassifiers.ITextClassifier? NoOp { get; }
[<Android.Runtime.Register("NO_OP", ApiSince=26)>]
[<System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.NoOp'. This class will be removed in a future release.")>]
static member NoOp : Android.Views.TextClassifiers.ITextClassifier

Property Value

Attributes

Remarks

No-op TextClassifier. This may be used to turn off TextClassifier features.

Java documentation for android.view.textclassifier.TextClassifier.NO_OP.

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