android 设备中未安装 google 的语音识别

speech recognition without google installed in android device

我正在为不包含 Google 应用程序(甚至 google 播放服务)的 android 设备制作应用程序。但正如我到处看到的那样,没有一种语音识别比 google 更好,因为它们要么处于离线状态(因此应用程序大小增加以获得良好的准确性)要么它们没有更好的开源服务。所以我想访问 google 的语音识别功能,而无需在手表中安装 google 应用程序。 google 服务不安装也可以在线访问吗?感谢您的帮助!

您可以使用 google 语音识别 API。 (https://cloud.google.com/speech-to-text/docs/basics) 它支持 Restful API 或 gRPC API。 API 不是免费的。但我认为它会提供您想要的性能。