Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants