public static class PhraseSuggestion.Entry extends Suggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
| Modifier and Type | Class and Description |
|---|---|
static class |
PhraseSuggestion.Entry.Option |
| Constructor and Description |
|---|
Entry(String text,
int offset,
int length,
List<PhraseSuggestion.Entry.Option> options,
double cutoffScore) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCutoffScore() |
getLength, getOffset, getOptions, getTextpublic Entry(String text, int offset, int length, List<PhraseSuggestion.Entry.Option> options, double cutoffScore)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.