Home
last modified time | relevance | path

Searched refs:langid_result (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/lang_id/
Dlang-id-wrapper.cc73 libtextclassifier3::mobile::lang_id::LangIdResult langid_result; in GetPredictions() local
74 model->FindLanguages(text, text_size, &langid_result, max_results); in GetPredictions()
75 for (int i = 0; i < langid_result.predictions.size(); i++) { in GetPredictions()
76 const auto& prediction = langid_result.predictions[i]; in GetPredictions()