Sdílet prostřednictvím


BingCustomImageSearchManager Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.customimagesearch.BingCustomImageSearchManager

public class BingCustomImageSearchManager

Entry point to Azure Cognitive Services Bing Custom Image Search manager.

Method Summary

Modifier and Type Method and Description
BingCustomImageSearchAPI authenticate(RestClient restClient)

Initializes an instance of Bing Custom Image Search API client.

BingCustomImageSearchAPI authenticate(ServiceClientCredentials credentials)

Initializes an instance of Bing Custom Image Search API client.

BingCustomImageSearchAPI authenticate(String subscriptionKey)

Initializes an instance of Bing Custom Image Search API client.

BingCustomImageSearchAPI authenticate(String baseUrl, final String subscriptionKey)

Initializes an instance of Bing Custom Image Search API client.

BingCustomImageSearchAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Initializes an instance of Bing Custom Image Search API client.

Method Details

authenticate

public static BingCustomImageSearchAPI authenticate(RestClient restClient)

Initializes an instance of Bing Custom Image Search API client.

Parameters:

restClient - the REST client to connect to Azure.

Returns:

the Bing Custom Image Search API client

authenticate

public static BingCustomImageSearchAPI authenticate(ServiceClientCredentials credentials)

Initializes an instance of Bing Custom Image Search API client.

Parameters:

credentials - the management credentials for Azure

Returns:

the Bing Custom Image Search API client

authenticate

public static BingCustomImageSearchAPI authenticate(String subscriptionKey)

Initializes an instance of Bing Custom Image Search API client.

Parameters:

subscriptionKey - the Bing Search API key

Returns:

the Bing Custom Search API client

authenticate

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

Initializes an instance of Bing Custom Image Search API client.

Parameters:

baseUrl - the base URL of the service
subscriptionKey - the Bing Search API key

Returns:

the Bing Custom Search API client

authenticate

public static BingCustomImageSearchAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Initializes an instance of Bing Custom Image Search API client.

Parameters:

baseUrl - the base URL of the service
credentials - the management credentials for Azure

Returns:

the Bing Custom Image Search API client

Applies to