Google CustomSearch会忽略imgType吗?

iTa*_*ayb 11 face-detection google-search-api

似乎使用谷歌CSE API总是忽略我的imgType属性,即使通过他们的官方API测试页面.

我的要求是:

{
    "q": "Maimi Yajima",
    "cx": "014585077406021600032:tu4nwhtmr5q",
    "searchType": "image",
    "imgType": "clipart"
}
Run Code Online (Sandbox Code Playgroud)

但即使改变imgType我总是得到相同的结果.

我哪里错了?

iTa*_*ayb 0

虽然谷歌没有确认,但这很可能是一个错误,或者谷歌故意破坏了参数imgType而不更新他们的文档。