How do I ask the Vision API to apply multiple features on an image -


how call vision api , apply more 1 feature on image. want apply both label detection , landmark detection on image

you can define request below incorporate multiple feature requests per image

"requests":[ {   "image":{     "content":"/9j/7qbeughvdg9zag9...image contents...fxnwzvdeeyxxxzj/coa6bax//z"   },   "features":[     {       "type":"face_detection",       "maxresults":10     },     {       "type":"label_detection",       "maxresults":10     }   ] } 

] }


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -