MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / recognize

Method recognize

src/represent/resulteditor.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void ResultEditor::recognize()
81{
82 task_->sourceLanguage =
83 LanguageCodes::idForName(sourceLanguage_->currentText());
84 task_->targetLanguage.clear();
85 manager_.captured(task_);
86 close();
87 task_.reset();
88}
89
90void ResultEditor::recognizeAndTranslate()
91{

Callers

nothing calls this directly

Calls 2

capturedMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected