-
Notifications
You must be signed in to change notification settings - Fork 598
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
Allow recognition of image URL in Vision API #1239
Labels
api: vision
Issues related to the Cloud Vision API.
Comments
Which part of our API are you referring to? |
|
I don't think the Vision API supports "any URL", but specifically a |
jgeewax
changed the title
I want the support for image url.
Allow recognition of image URL in Vision API
Apr 18, 2016
Thanks @stephenplusplus . That's it what I want. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now, it's support two type that local file and gcsImageUri.
eg: /data/images/aa.jpg, {"name": aa.jpg, "bucket": {"name": "demo"}}
Can you add the support of image url.
eg:http://mydomain/images/aa.jpg
The text was updated successfully, but these errors were encountered: