googleapis / nodejs-vision

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/vision/
Apache License 2.0
495 stars 139 forks source link

batch-annotate-files returns different than async-batch-annotate-files #1017

Closed schmidtGabriel closed 2 years ago

schmidtGabriel commented 2 years ago

Hello. I'm using the batchAnnotateFiles function for a time and currently start to return the text wrong. So i changed to asyncbatchAnnotateFiles function and it return the text as the way i need. But the async function save the json on cloud and i need this text inside the code like as in not async function. Anyone know a solution for this? Answer me back if yes. Thank you.

Environment details

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!

ivanmkc commented 2 years ago

Hi, can you elaborate with: 1) A code sample 2) Expected result 3) Actual result

Thanks!