与 语音识别 Google API android 相关

发布于 2024-11-14 03:18:35 字数 77 浏览 3 评论 0原文

语音识别 API 在听完语音后会生成一个建议列表。我想知道,最可能的建议总是出现在顶部吗?还是只是随机的。 我需要它来进行计算以确定准确性。

Voice Recognition API produces a list of suggestions after listening a voice.I wanted to know , does the most probable suggestion always comes on the top?or it is just random..
I need this to make calculations for determining accuracy.

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

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

发布评论

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

评论(1

想你的星星会说话 2024-11-21 03:18:35

如果您使用

new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH), 0);

and

data.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);

总是首先对最佳匹配进行排序

if u using

new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH), 0);

and

data.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);

will always sorts best matches first

Yes

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