Add C++ runtime and Python API for NeMo Canary models (#2352)
This commit is contained in:
@@ -39,7 +39,7 @@ static OfflineRecognitionResult Convert(
|
||||
r.tokens.push_back(s);
|
||||
}
|
||||
|
||||
r.text = text;
|
||||
r.text = std::move(text);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user