次の方法で共有


Web クラス

定義

Web 操作。

public class Web : Microsoft.Azure.CognitiveServices.Search.WebSearch.IWeb, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.WebSearch.WebSearchClient>
type Web = class
    interface IServiceOperations<WebSearchClient>
    interface IWeb
Public Class Web
Implements IServiceOperations(Of WebSearchClient), IWeb
継承
Web
実装

コンストラクター

Web(WebSearchClient)

Web クラスの新しいインスタンスを初期化します。

プロパティ

Client

WebSearchClient への参照を取得します

メソッド

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Web Search API を使用すると、検索クエリを Bingに送信し、Web ページ、画像などのリンクを含む検索結果を取得できます。

拡張メソッド

SearchAsync(IWeb, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, CancellationToken)

Web Search API を使用すると、検索クエリを Bingに送信し、Web ページ、画像などのリンクを含む検索結果を取得できます。

適用対象