我正在尝试将语音识别与 C# 应用程序一起使用,但这样我只能在输出中预测短语:
sList.Add(new string[] { "hello", "test", "works", "exit"});
我可以像 Google Speech Recognition API 一样获得输出,识别语音,不存在的单词并给我输出,或者如果我可以使用带有 C# 的 Google Speech Recognition 会很高兴看到一些例子如何做到这一点?
我正在尝试将语音识别与 C# 应用程序一起使用,但这样我只能在输出中预测短语:
sList.Add(new string[] { "hello", "test", "works", "exit"});
我可以像 Google Speech Recognition API 一样获得输出,识别语音,不存在的单词并给我输出,或者如果我可以使用带有 C# 的 Google Speech Recognition 会很高兴看到一些例子如何做到这一点?