我正在开发一个具有语音识别功能的iOS应用程序。我找到了将Google Web Speech API用于语音识别和文本到语音转换的方法。它工作得很好。我想知道在iOS应用程序中使用Google Web Speech API是否合法?另外,此API是否有使用限制?我试图找到它的任何服务条款,但找不到任何条款。
我使用的是意向语音识别,代码如下:
/**
* Fire an intent to start the voice recognition activity.
*/
private void startVoiceRecognitionActivity()
{
Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
RecognizerIntent.LANGUA
我遵循了这个教程: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? 但是,当我开始语音识别时,我收到以下通知: ? 如果我翻译(尽我所能..),它