Hi.
I'm thinking about using Cloud Translate API v2 with Node.js, and I have a question about translation result.
I'd like to translate multiple texts into a specific language in a request.
In that case, I think source texts need to be passed as an array to Translate.translate function.
Is it possible to receive array of translation result in the same order as before translation was executed?
Or does the order change randomly each time after translation?
I'd like to identify and get each translated text.
Thank you.