jiangzhendong / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

Feature request: Language detection API. #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to add the language detection part of the Google Language
API to your Java wrapper?

I have attached a Detect.java that does the work, it could easily be merged
into your Translate.java (up to you what you prefer, if its within the
scope to add detection)

Cheers,
Soren

Original issue reported on code.google.com by sorentan...@gmail.com on 16 Jul 2009 at 10:12

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the suggestion, I've added com.google.api.detect.Detect.execute() 
based upon 
your code to address this as of version 0.8.

Original comment by rich.mid...@gmail.com on 16 Aug 2009 at 1:13