【发布时间】:2019-10-20 21:07:19
【问题描述】:
我遵循了这个教程: https://jbinformatique.com/2018/02/16/android-speech-to-text-api-google-tutoriel/
效果很好!它使用 android.speech.RecognizerIntent 包 它是免费的,并且在没有互联网的情况下也可以使用,如下所述:
Difference between Android Speech to Text API (Recognizer Intent) and Google Cloud Speech API?
但是,当我开始语音识别时,我收到以下通知:
如果我翻译(尽我所能..),它会说:“您的音频记录将被发送到 Google 并用于语音识别。转录内容将与此应用程序共享。文件记录在“....@gmail .com”
我认为语音识别是在本地处理的......而且它在没有互联网的情况下也能工作......那么这个通知是真的吗?或者我必须在代码中添加一些内容以确保没有数据发送到 Google 吗?
【问题讨论】:
标签: android speech-recognition speech-to-text google-speech-api