BingCustomSearchManager Class

Definition

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.customsearch.BingCustomSearchManager

Entry point to Azure Cognitive Services Bing Custom Search manager.

public class BingCustomSearchManager

Constructors

BingCustomSearchManager()

Methods

authenticate(RestClient restClient)

Initializes an instance of Bing Custom Search API client.

authenticate(ServiceClientCredentials credentials)

Initializes an instance of Bing Custom Search API client.

authenticate(String subscriptionKey)

Initializes an instance of Bing Custom Search API client.

authenticate(String baseUrl, ServiceClientCredentials credentials)

Initializes an instance of Bing Custom Search API client.

authenticate(String baseUrl, String subscriptionKey)

Initializes an instance of Bing Custom Search API client.

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Applies to