class FKPredictionItem
A candidate for autocorrection, next word prediction or swipe typing.
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. |
public string type = "";
The score of the prediction item.
public double score = 0.0;
The score of the prediction item (log10)
public string label = "";
The label of the prediction item