Undetermined constructor

Undetermined(
  1. List<LanguageGuess> ranked
)

Creates a result carrying the scored-but-inconclusive ranked list.

Implementation

Undetermined(this.ranked);