简体   繁体   English

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

[英]speech recognition without google installed in android device

I'm making an app for an android device that doesn't include Google apps(not even google play services).我正在为不包含谷歌应用程序(甚至不包括谷歌播放服务)的 android 设备制作应用程序。 But as I have seen everywhere there's not a single speech recognition better than google because either they are offline (so the app size increases for good accuracy) or they don't have better open-source services.但正如我在任何地方看到的那样,没有一个语音识别比谷歌更好,因为它们要么是离线的(因此应用程序大小会增加以提高准确性),要么它们没有更好的开源服务。 So I want to access google's speech recognition without having google apps installed in the watch.所以我想在手表中没有安装谷歌应用程序的情况下访问谷歌的语音识别。 Can google services be accessible online without installing?不安装谷歌服务可以在线访问吗? Any help is appreciated..任何帮助表示赞赏..

You can use google speech recognition API.可以使用google语音识别API。 ( https://cloud.google.com/speech-to-text/docs/basics ) It supports Restful API or gRPC API. ( https://cloud.google.com/speech-to-text/docs/basics ) 支持 Restful API 或 gRPC API。 API is not free of charge. API 不是免费的。 But I think it will give the performance you looking for.但我认为它会给你想要的性能。

Hyo

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM