translation - Google Translate API as a dictionary? -


e.g. - translating "amigo" spanish english.

this gives result ("friend"), i'd expect in api.

does api offer dictionary-like elements page in following image?

the api not free test, i've been unable see if contains result want or not.

dictionary elements in google translate

if not possible, can suggest different api purpose (multilingual dictionary, @ least english -> other languages)?

no. google translate api doesn't expose endpoint retrieving dictionary-like elements you're asking about.

as of today functions available through api for:

  • translation of text
  • detection of source language of given text
  • listing language codes api supports.

there's no endpoint available retrieving audio translations either.

on plus side, i've seen api has had list of supported languages expanded regularly, though, , language models have apparently been being updated.

recommendations other apis use outside scope of stackoverflow, google searching should find what's available.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -