如何使用 Google Cloud Speech-to-Text API 实现语音识别?

How to implement speech recognition using Google Cloud Speech-to-Text API?

我已经使用 SpeechRecognizer 成功实现了一个语音识别应用程序,上手非常简单。但后来,我意识到它的表现并不如我所愿。

所以我决定尝试 Google Cloud Speech-to-Text API,看看它是否符合我的期望,但我没有找到一个简单的方法来开始使用它。我一直在寻找 Android SDK 来安装到我的项目中,但没有成功。

有人知道我如何在 android 开始使用它吗?

Google 有一个示例指南,用于构建 Android 使用语音和翻译 API here 的应用程序 here