I have an " apple " in my hand . ------> Ho una "mela" in mano. Ho una mela in mano.Hi Rex,
I tried reproducing your issue and it worked on my doing:
Created a txt file with: I have an “apple” in my hand. (See attached file)
I used the following request body:
curl -X POST \
-H "Authorization: Bearer "$(gcloud auth application-default print-access-token) \
-H "Content-Type: application/json; charset=utf-8" \
-d @request.json \
https://translation.googleapis.com/v3/projects/project-number-or-id/locations/us-central1:batchTranslateText
Note: You need to run the above to the ‘batchTranslateText’ endpoint.
Try the above and let me know if you still need anything further.