Skip to content

Vision support for batch processing part one. #2967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

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.

"""
request = _make_request(image, features)

data = {'requests': [request]}
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.


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
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy