Search code examples
google-cloud-platformgoogle-cloud-vision

Does Google Cloud Vision save client`s input data?


I use service on Google Cloud Platform, Google Cloud Vision.

I am worry about the Google service save on its server my input data.

Is anyone to say about my question?


Solution

  • For the synchronous annotate methods, it doesn't save your data.

    For the async annotate methods, it saves data during processing of the long-running operation and then deletes it.

    https://cloud.google.com/vision/docs/data-usage