You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Went through some of the popular API, that are available, here's the list:
Google Translate API:
Description: Provides simple Rest API to translate text.
Pricing: 20$ per million characters.
Azure Translate API:
Description: Provides simple Rest API to translate text and cheapest.
Pricing: 10$ per million characters.
Yandex Translate API:
Description: Provides simple Rest API to translate text.
Pricing: 15$ per million characters.
There is also a package available flutter called google-translator, the way it works is it scrapes the google translate website so it might be unstable.
We could also roll out our own ML models for language detection & language translation if that is an option, we could maybe find some prebuild models and use it.
@fayeed would be great if you could weigh out the best options for in-app content translators and start implementing this
The text was updated successfully, but these errors were encountered: