Reputation: 109
I am using the Google Natural Language API to analyze entities from different texts. Is there a way to change the language of the input text to, for example english, as it is the case with the AlchemyAPI with
service.setLanguage (LanguageSelection.ENGLISH);
thanks
Upvotes: 7
Views: 185