Web クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 への参照を取得します |
メソッド
拡張メソッド
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 ページ、画像などのリンクを含む検索結果を取得できます。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET