BingVideoSearchManager Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.videosearch.BingVideoSearchManager

public class BingVideoSearchManager

Entry point to Azure Cognitive Services Bing Video Search manager.

Method Summary

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

Initializes an instance of Bing Video Search API client.

BingVideoSearchAPI authenticate(ServiceClientCredentials credentials)

Initializes an instance of Bing Video Search API client.

BingVideoSearchAPI authenticate(String subscriptionKey)

Initializes an instance of Bing Video Search API client.

BingVideoSearchAPI authenticate(String baseUrl, final String subscriptionKey)

Initializes an instance of Bing Video Search API client.

BingVideoSearchAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Initializes an instance of Bing Video Search API client.

Method Details

authenticate

public static BingVideoSearchAPI authenticate(RestClient restClient)

Initializes an instance of Bing Video Search API client.

Parameters:

restClient - the REST client to connect to Azure.

Returns:

the Bing Video Search API client

authenticate

public static BingVideoSearchAPI authenticate(ServiceClientCredentials credentials)

Initializes an instance of Bing Video Search API client.

Parameters:

credentials - the management credentials for Azure

Returns:

the Bing Video Search API client

authenticate

public static BingVideoSearchAPI authenticate(String subscriptionKey)

Initializes an instance of Bing Video Search API client.

Parameters:

subscriptionKey - the Bing Search API key

Returns:

the Bing Video Search API client

authenticate

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

Initializes an instance of Bing Video Search API client.

Parameters:

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

Returns:

the Bing Video Search API client

authenticate

public static BingVideoSearchAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Initializes an instance of Bing Video Search API client.

Parameters:

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

Returns:

the Bing Video Search API client

Applies to