Skip to content
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

Domain Specific Model Call From VisionServiceRestClient Android Not Returning Celebrity Data #52

Closed
NotThatGupta opened this issue Apr 18, 2016 · 3 comments

Comments

@NotThatGupta
Copy link

When I call the AnalysisInDomainResult method from VisionServiceRestClient, I get the following response:

{"metadata":{"format":"Jpeg","height":450,"width":467},"requestId":"9ad8713b-93ce-4bcb-8bbe-723a88895559"}

Notice that no domain specific result is returned for the "celebrities" category string that I pass to the method. When I call the service directly without using the provided library (passing the same image url), I do get celebrity data back. With the library, I only get metadata and the requestId.

Is there an additional step to get the celebrity data from the service in the response?

Thanks in advance!

@chsienki
Copy link
Contributor

Hi @NotThatGupta,
This is a bug in the Android Client Library; a fix should be available shortly. Will let you as soon as it's up.

Thanks!

@chsienki
Copy link
Contributor

chsienki commented Jun 9, 2016

This should be fixed as of vision 1.0.354

Let me know if you're still having issues.

@NotThatGupta
Copy link
Author

Yup looks like it's fixed, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants