We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb904e commit c0aadc0Copy full SHA for c0aadc0
dotnet/Search/BingCustomSearchv7.cs
@@ -7,6 +7,11 @@
7
using Newtonsoft.Json;
8
// </using>
9
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
+
15
namespace BingCustomSearch
16
{
17
class Program
0 commit comments