简体   繁体   中英

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). 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. ( https://cloud.google.com/speech-to-text/docs/basics ) It supports Restful API or gRPC API. API is not free of charge. But I think it will give the performance you looking for.

Hyo

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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