Google CloudVision API BatchAnnotateImagesResponse web based images details

Solved it with some help from Google Cloud Community. Essentially BatchAnnotateImageResponse keeps same order as BatchAnnotateImageRequest which can be used for our purposes to pair images with their respective CloudVision responses. It's not optimal solution, but it does the job at this moment.