I am using the Natural Language API from Google to analyse the sentiment of some sentences, but it seems that you can only send sentences one by one.
Is it possible to make a massive call of the API? Is it possible to send many sentences in a single call or do I have to make a call for each sentence?
Thank you!