TextClassifierEvent.GetScores Method

Definition

Returns the scores of the suggestions.

[Android.Runtime.Register("getScores", "()[F", "GetGetScoresHandler", ApiSince=29)]
public virtual float[] GetScores ();
[<Android.Runtime.Register("getScores", "()[F", "GetGetScoresHandler", ApiSince=29)>]
abstract member GetScores : unit -> single[]
override this.GetScores : unit -> single[]

Returns

Single[]
Attributes

Remarks

Returns the scores of the suggestions.

Java documentation for android.view.textclassifier.TextClassifierEvent.getScores().

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