Bing API:指定中型和大型图像
我正在形成一个 JSON 请求,以便从 Bing API 中提取给定查询的图像。我想要获得中型和大图像(不包括小图像)。我尝试使用:
Image.Filters=Style:Photo+Size:Medium
但这似乎是“和”它们,因为我没有得到任何结果。只有其中之一就可以正常工作。
我如何“或”它们?
I am forming a JSON request to pull images from the Bing API for a given query. I want to get both medium and large images (exclude small). I tried using:
Image.Filters=Style:Photo+Size:Medium
But this seems to be "and"ing them, as I get no results. Having only one of them works fine.
How do I "or" them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)