I have a similar problem... I want to use some restrictions for image searches like:
ImageSearch imageS = new ImageSearch();
imageS.setImageType(ImageTypeValue.FACES);
imageS.setColorization(ColorizationValue.GRAYSCALE);
but it seems that the restrictions for WebSearch, ImageSerch classes of the search API for GWT are not working...