From e7038648b51d67e9684a9e3adcee09c62034daec Mon Sep 17 00:00:00 2001 From: Winona Azure <38537084+wiazur@users.noreply.github.com> Date: Wed, 19 Feb 2020 18:41:27 -0800 Subject: [PATCH] Initial commit --- python/Search/README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 python/Search/README.md diff --git a/python/Search/README.md b/python/Search/README.md new file mode 100644 index 0000000..bac10b7 --- /dev/null +++ b/python/Search/README.md @@ -0,0 +1,40 @@ +--- +topic: sample +languages: + - python +products: + - azure + - cognitive services +--- + +# Search v7 REST API samples + +These samples are quickstarts that show how to use various Search APIs, such as Bing Web Search. + +## Prerequisites + +- Create an [Azure resource](https://portal.azure.com) for the service you'd like to try, for example a Bing Web Search resource. +- Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample. + +## Running the samples +- Run from your IDE or the command line, for example:
+`python BingWebSearchv7.py` + +## Resources +#### Bing Autosuggest: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-autosuggest/get-suggested-search-terms), [API](https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-autosuggest-api-v7-reference) + +#### Bing Custom Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-custom-search/overview), [API](https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-custom-search-api-v7-reference) + +#### Bing Entity Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-entities-search/overview), [API](https://westus2.dev.cognitive.microsoft.com/docs/services/7a3fb374be374859a823b79fd938cc65/operations/52069701a465405ab3286f82) + +#### Bing Image Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-image-search/overview), [API](https://dev.cognitive.microsoft.com/docs/services/8336afba49a84475ba401758c0dbf749/operations/571fab09dbe2d933e891028f) + +#### Bing News Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-news-search/search-the-web), [API](https://westus.dev.cognitive.microsoft.com/docs/services/e5e22123c5d24f1081f63af1548defa1/operations/56f02400dbe2d91900c68553) + +#### Bing Spell Check: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-spell-check/overview), [API](https://dev.cognitive.microsoft.com/docs/services/5f7d486e04d2430193e1ca8f760cd7ed/operations/57855119bca1df1c647bc358) + +#### Bing Video Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-video-search/overview), [API](https://dev.cognitive.microsoft.com/docs/services/3960b4bc7b3a4bc5b97c42d78036d234/operations/56b440d2cf5ff8098cef380b) + +#### Bing Visual Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-visual-search/overview), [API](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bingvisualsearch/images/visualsearch) + +#### Bing Web Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/overview), [API](https://dev.cognitive.microsoft.com/docs/services/f40197291cd14401b93a478716e818bf/operations/56b4447dcf5ff8098cef380d/console)