ranked property

List<LanguageGuess> ranked
final

All scored guesses, ranked by descending confidence (including best as the first element).

Implementation

final List<LanguageGuess> ranked;