Share via


TextClassifierEntityConfig.Hints Property

Definition

Retrieves the list of hints.

public System.Collections.Generic.ICollection<string>? Hints { [Android.Runtime.Register("getHints", "()Ljava/util/Collection;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getHints", "()Ljava/util/Collection;", "", ApiSince=28)>]
member this.Hints : System.Collections.Generic.ICollection<string>

Property Value

An unmodifiable collection of the hints.

Attributes

Remarks

Retrieves the list of hints.

Java documentation for android.view.textclassifier.TextClassifier.EntityConfig.getHints().

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