次の方法で共有


BingWebSearchManager クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.websearch.BingWebSearchManager

public class BingWebSearchManager

Azure Cognitive Services Bing Web Search マネージャーへのエントリ ポイント。

メソッドの概要

修飾子と型 メソッドと説明
BingWebSearchAPI authenticate(RestClient restClient)

Web Search API クライアントのインスタンスBing初期化します。

BingWebSearchAPI authenticate(ServiceClientCredentials credentials)

Web Search API クライアントのインスタンスBing初期化します。

BingWebSearchAPI authenticate(String subscriptionKey)

Web Search API クライアントのインスタンスBing初期化します。

BingWebSearchAPI authenticate(String baseUrl, final String subscriptionKey)

Web Search API クライアントのインスタンスBing初期化します。

BingWebSearchAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Web Search API クライアントのインスタンスBing初期化します。

メソッドの詳細

authenticate

public static BingWebSearchAPI authenticate(RestClient restClient)

Web Search API クライアントのインスタンスBing初期化します。

Parameters:

restClient - Azure に接続する REST クライアント。

Returns:

Bing Web Search API クライアント

authenticate

public static BingWebSearchAPI authenticate(ServiceClientCredentials credentials)

Web Search API クライアントのインスタンスBing初期化します。

Parameters:

credentials - Azure の管理資格情報

Returns:

Bing Web Search API クライアント

authenticate

public static BingWebSearchAPI authenticate(String subscriptionKey)

Web Search API クライアントのインスタンスBing初期化します。

Parameters:

subscriptionKey - Bing Search API キー

Returns:

Bing Web Search API クライアント

authenticate

public static BingWebSearchAPI authenticate(String baseUrl, final String subscriptionKey)

Web Search API クライアントのインスタンスBing初期化します。

Parameters:

baseUrl - サービスの URL
subscriptionKey - Bing Search API キー

Returns:

Bing News Search API クライアント

authenticate

public static BingWebSearchAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Web Search API クライアントのインスタンスBing初期化します。

Parameters:

baseUrl - サービスのベース URL
credentials - Azure の管理資格情報

Returns:

Bing Web Search API クライアント

適用対象