Google Web Speech API 中的语法

发布于 2024-12-04 22:16:58 字数 68 浏览 1 评论 0原文

我可以通过给他一个单词列表(在我的例子中,用户的请求是非常可预测的)来改进Google语音API识别,以使识别更加准确吗?

Can I improve Google speech API recognition by give him a words list (in my case the request of user is very predictable) to make recognition more accurate?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

难忘№最初的完美 2024-12-11 22:16:58

正确答案是:不,你不能。 =(

Correct answer is: no, you can't. =(

你在我安 2024-12-11 22:16:58

我不能代表 Chrome,但在 Android 中,他们很清楚你无法提供语法。在 Android 语音识别中,您只能选择两种模型:“自由形式”和“网络搜索”。

请参阅 Android:语音识别附加字典?

I can't speak for Chrome, but in Android they are quite clear that you cannot provide a grammar. In Android speech recognition you are limited to a choice of two models: "free form" and "web search".

See Android: Speech Recognition Append Dictionary?

妄司 2024-12-11 22:16:58

对于 Google Cloud Speech API(不是 Web Speech API),但有些人可能会发现这很有用:

虽然目前处于测试阶段,但 Google 已经发布了新功能,允许您

包含充当云语音转文本“提示”的短语列表。提供这些提示是一种称为语音适应的技术,可帮助 Speech-to-Text API 从音频数据中识别指定的短语。”

请参阅 https://cloud.google.com/speech-to-text/docs/context-strength

For Google Cloud Speech API (Not Web Speech API) but some may find this useful:

Although currently in beta, Google has released new capability which allows you to

include a list of phrases to act as "hints" to Cloud Speech-to-Text. Providing these hints, a technique called speech adaptation, helps Speech-to-Text API to recognize the specified phrases from your audio data."

See https://cloud.google.com/speech-to-text/docs/context-strength

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文