FKPredictionItem

class FKPredictionItem

A candidate for autocorrection, next word prediction or swipe typing.

Summary

Properties
string label
The label of the prediction item.
string type
The type of the prediction item.
double score
The accuracy of the prediction item.

Properties

type

public string type = "";

The score of the prediction item.

score

public double  score = 0.0;

The score of the prediction item (log10)

label

public string label = "";

The label of the prediction item


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on August 1, 2023