Image 使用googleapi进行图像搜索

Image 使用googleapi进行图像搜索,image,Image,我使用上面的API来获取我的搜索关键字的图像集。 API返回我的搜索关键字的精确结果。但我想要的是,限制搜索图像的大小和颜色 是否可以将图像大小和图像颜色作为参数发送到API调用。 我找了文件,但都没有找到 提前谢谢 来自谷歌的API: 可选URl参数: imgsz imgsz=icon Restricts the search to images of the specified size, where size can be one of: imgsz=icon restricts re

我使用上面的API来获取我的搜索关键字的图像集。 API返回我的搜索关键字的精确结果。但我想要的是,限制搜索图像的大小和颜色

是否可以将图像大小和图像颜色作为参数发送到API调用。 我找了文件,但都没有找到

提前谢谢

来自谷歌的API:

可选URl参数:

imgsz

imgsz=icon

Restricts the search to images of the specified size, where size can be one of:

imgsz=icon restricts results to small images
imgsz=small|medium|large|xlarge restricts results to medium-sized images
imgsz=xxlarge restricts results to large images
imgsz=huge restricts resykts to extra-large images
对于颜色(imgcolor),就在上面