List<Language> getProbabilities() { if (langProb == null) { _detectBlock(); } return _sortProbability(langProb!); }