Detected constructor
- LanguageGuess best,
- List<
LanguageGuess> ranked
Creates a result naming best as the detected language, alongside the
full ranked list it was chosen from.
Implementation
Detected(this.best, this.ranked);
Creates a result naming best as the detected language, alongside the
full ranked list it was chosen from.
Detected(this.best, this.ranked);