Class BingVideoSearchManager


  • public class BingVideoSearchManager
    extends Object
    Entry point to Azure Cognitive Services Bing Video Search manager.
    • Constructor Detail

      • BingVideoSearchManager

        public BingVideoSearchManager()
    • Method Detail

      • 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,
                                                      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​(com.microsoft.rest.credentials.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 baseUrl,
                                                      com.microsoft.rest.credentials.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
      • authenticate

        public static BingVideoSearchAPI authenticate​(com.microsoft.rest.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