Skip to content

Conversation

daspecster
Copy link
Contributor

This just get's the under the hood changes ready for the most part.

@daspecster daspecster added the api: vision Issues related to the Cloud Vision API. label Jan 26, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 26, 2017
raise NotImplementedError(
'Multiple image processing is not yet supported.')
responses = annotator_client.batch_annotate_images(requests).responses
if len(responses) == 1:

This comment was marked as spam.

This comment was marked as spam.

api_response = self._connection.api_request(
method='POST', path='/images:annotate', data=data)
images = api_response.get('responses')
if len(images) == 1:

This comment was marked as spam.

gax_api.annotate(image, [feature])
responses = gax_api.annotate(image, [feature])

self.assertEqual(len(responses), 2)

This comment was marked as spam.

@daspecster daspecster merged commit f8ceb94 into googleapis:master Jan 30, 2017
@daspecster daspecster deleted the vision-batch-processing-part-1 branch January 30, 2017 18:16
@daspecster daspecster mentioned this pull request Jan 31, 2017
10 tasks
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
* Vision support for batch processing part one.
parthea pushed a commit that referenced this pull request Oct 21, 2023
* Vision support for batch processing part one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vision Issues related to the Cloud Vision API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants