Google 云语音命令

Google Cloud Speech Command

Google 云平台语音命令[listen]和[listen-infinite] at C# 这两个选项是否可以立即语音识别并存储在一个没有录音文件的变量中? 我打算制作一个程序来比较存储的语音数据并将其显示在信息亭上。 我提到了 https://github.com/GoogleCloudPlatform/dotnet-docs-samples/tree/master/speech/api

我的项目名称是语音识别亭。我尝试过 Azure 认知语音服务,但 Azure 不支持韩语。 但是 Azure 可以没有语音 .wav 文件。

语音转文本API 可以使用音频文件和音频中的音频内容(字节)recognition requests and streaming recognition requests. As @Jon pointed out, the samples referred at Github contains examples for both, using files and getting the audio directly from the microphone

需要考虑的重要事项是 Speech API Client Libraries 处于 Alpha 发布状态,不建议在生产环境中使用,因为它们将来可能会发生变化。