python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does BatchAnnotateImagesResponse in Google Cloud Vision API preserve the order of the images in batchAnnotateImages request?
Given a list of image urls I want to annotate each image, i.e. extract text from each image. For that, I want to use Google Cloud Vision API client library in Java. Here is my pseudocode:
List<Stri...
alex
Votes: 0
Answers: 1