Skip to content

Commit c0aadc0

Browse files
authored
Minor
1 parent ccb904e commit c0aadc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dotnet/Search/BingCustomSearchv7.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
using Newtonsoft.Json;
88
// </using>
99

10+
/* This sample makes a call to the Bing Custom Search API with a query word and returns images with details.
11+
* Bing Custom Search API:
12+
* https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-custom-search-api-v7-reference
13+
*/
14+
1015
namespace BingCustomSearch
1116
{
1217
class Program

0 commit comments

Comments
 (0)