You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added working samples for common and detection
* edited common and detection parameters and completed find_similar sample
* edited find_similar sample and added group sample
* added identify sample
* added samples for verify
* finished samples and edited retrieval method of environment variables
* cleaned up samples, getting rid of unused imports and variables
* working on visual search samples, trying out s9 key
* added visual search samples
* added .idea folder to gitignore
* updated visual search to address requested changes
* edited sample
* updated visual search samples to use VisualSearchClient
* Update requirements.txt
This will send an image binary in the body of the post request and print out the imageInsightsToken, the number of tags, the number of actions, and the first actionType.
This will send an image binary in the body of the post request, along with a cropArea object, and print out the imageInsightsToken, the number of tags, the number of actions, and the first actionType.
This will send an image url in the knowledgeRequest parameter, along with a \"site:www.bing.com\" filter, and print out the imageInsightsToken, the number of tags, the number of actions, and the first actionType.
This will send an image insights token in the knowledgeRequest parameter, along with a cropArea object, and print out the imageInsightsToken, the number of tags, the number of actions, and the first actionType.
This will send a visual search request in JSON form, and print out the imageInsightsToken, the number of tags, and the first actionCount and actionType.
0 commit comments