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

Cannot get more than 20 images returned? #117

Open
JohnStraumann opened this issue Jun 8, 2019 · 0 comments
Open

Cannot get more than 20 images returned? #117

JohnStraumann opened this issue Jun 8, 2019 · 0 comments

Comments

@JohnStraumann
Copy link

Please use [API Name] Brief description as title.

API Name (Kind)

Microsoft.Azure.CognitiveServices.Search.WebSearch;

Issue Description

I changed my Search code to this:
var webData = await client.Web.SearchAsync(query: "Stop Sign", count: 500);

but I read the Max return is 50, so I changed to:
var webData = await client.Web.SearchAsync(query: "Stop Sign", count: 50);
and either way the most I get back is 20 images??

Is there a way to return say 1000 results and page through the results?

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

No branches or pull requests

1 participant