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 5f007ed commit 43ae800Copy full SHA for 43ae800
dotnet/Search/BingVideoSearchv7.cs
@@ -7,6 +7,11 @@
7
using System.Net;
8
using System.IO;
9
10
+/* This sample makes a call to the Bing Video Search API with a query and returns data about it.
11
+ * Bing Video Search API:
12
+ * https://dev.cognitive.microsoft.com/docs/services/3960b4bc7b3a4bc5b97c42d78036d234/operations/56b440d2cf5ff8098cef380b
13
+ */
14
+
15
namespace BingVideoSearch
16
{
17
0 commit comments