Skip to content

Commit 16f5a89

Browse files
authored
Minor
1 parent ccd0740 commit 16f5a89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dotnet/Search/BingEntitySearchv7.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
using System;
33
using System.Net.Http;
44

5+
/* This sample makes a call to the Bing Entity Search v7 API with a query and returns details about it.
6+
* Details about each similar image, also known as "insights", are returned in the JSON response.
7+
* Bing Entity Search API:
8+
* https://westus2.dev.cognitive.microsoft.com/docs/services/7a3fb374be374859a823b79fd938cc65/operations/52069701a465405ab3286f82
9+
*/
10+
511
namespace BingEntitySearch
612
{
713
class Program

0 commit comments

Comments
 (0)