TextClassifierEvent.GetEntityTypes Method

Definition

Returns an array of entity types.

[Android.Runtime.Register("getEntityTypes", "()[Ljava/lang/String;", "GetGetEntityTypesHandler", ApiSince=29)]
public virtual string[] GetEntityTypes();
[<Android.Runtime.Register("getEntityTypes", "()[Ljava/lang/String;", "GetGetEntityTypesHandler", ApiSince=29)>]
abstract member GetEntityTypes : unit -> string[]
override this.GetEntityTypes : unit -> string[]

Returns

String[]

This value cannot be null.

Attributes

Remarks

Returns an array of entity types. e.g. TextClassifier.TYPE_ADDRESS.

See also:

Android reference for android.view.textclassifier.TextClassifierEvent.getEntityTypes.

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