Android SpeechRecognizer单词池/上下文

时间:2016-08-07 11:34:08

标签: android speech-recognition android-speech-api

当使用Android SpeechRecognizer时,我可以看到它还使用我的联系人作为单词的来源来解决所说的内容并将其翻译成文本。

是否有api为语音识别引擎提供一组单词,而不是添加不合理的联系人......

1 个答案:

答案 0 :(得分:2)

让我们准确地说出这些名字。没有" Google SpeechRecognizer"也不是" google api"。有Android的RecognitionService(https://developer.android.com/reference/android/speech/RecognitionService.html)。这是一个接口,它带有一些预定义的常量和回调,没有一个提供你想要的。 " Google App"确实实现了这个接口,并且可能会以某种方式扩展它,但据我所知,这些扩展并没有公开记录。

与Android无直接关系,还有Google的Cloud Speech API(https://cloud.google.com/speech/),可提供您想要的功能。