Image filter values
This commit is contained in:
parent
f51ba66e87
commit
4a8c33fb82
1 changed files with 9 additions and 0 deletions
|
@ -37,6 +37,15 @@ Bing.images("Ninja Turtles", function(error, res, body){
|
|||
console.log(body);
|
||||
}, {imagefilters: 'Size:Small+Color:Monochrome'});
|
||||
```
|
||||
Accepted filter values:
|
||||
* Size:\<Small | Medium | Large\>
|
||||
* Size:Height:\<*Height*\>
|
||||
* Size:Width:\<*Width*\>
|
||||
* Aspect:\<Square | Wide | Tall\>
|
||||
* Color:\<Color | Monochrome\>
|
||||
* Style:\<Photo | Graphics\>
|
||||
* Face:\<Face | Portrait | Other\>
|
||||
|
||||
|
||||
##### Specify Market
|
||||
Getting spanish results:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue