【发布时间】:2019-10-30 08:44:01
【问题描述】:
C# 中的 Google Cloud Platform 语音命令 [listen] 和 [listen-infinite] 这两个选项可以立即语音识别并存储在没有录音文件的变量中吗? 我将制作一个程序来比较存储的语音数据并在信息亭上表示它。 我提到了https://github.com/GoogleCloudPlatform/dotnet-docs-samples/tree/master/speech/api
我的项目名称是语音识别亭。我尝试过 Azure 认知语音服务,但 Azure 不支持韩语。 但是 Azure 可以不用语音 .wav 文件。
【问题讨论】:
-
这些样本都不使用文件 - 它们识别直接从麦克风录制的语音。我建议你克隆代码,仔细阅读并运行它。
标签: c# google-cloud-platform speech-recognition speech-to-text google-cloud-speech