com.microsoft.azure.cognitiveservices.search.videosearch
This package contains the classes for BingVideoSearchAPI. The Video Search API lets you search on Bing for video that are relevant to the user's search query, for insights about a video or for videos that are trending based on search requests made by others. This section provides technical details about the query parameters and headers that you use to request videos and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Videos](https://docs.microsoft.com/azure/cognitive-services/bing-video-search/search-the-web).
Classes
BingVideoSearchManager |
Entry point to Azure Cognitive Services Bing Video Search manager. |
Interfaces
BingVideos |
An instance of this class provides access to all the operations defined in BingVideos. |
BingVideoSearchAPI |
The interface for BingVideoSearchAPI class. |
BingVideos.BingVideosDetailsDefinition |
The entirety of details definition. |
BingVideos.BingVideosDetailsDefinitionStages |
Grouping of details definition stages. |
BingVideos.BingVideosSearchDefinition |
The entirety of search definition. |
BingVideos.BingVideosSearchDefinitionStages |
Grouping of search definition stages. |
BingVideos.BingVideosTrendingDefinition |
The entirety of trending definition. |
BingVideos.BingVideosTrendingDefinitionStages |
Grouping of trending definition stages. |
BingVideos.BingVideosTrendingDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingVideos.BingVideosDetailsDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingVideos.BingVideosSearchDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingVideos.BingVideosDetailsDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingVideos.BingVideosTrendingDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingVideos.BingVideosSearchDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingVideos.BingVideosSearchDefinitionStages.WithQuery |
The stage of the definition to be specify query. |
BingVideos.BingVideosDetailsDefinitionStages.WithQuery |
The stage of the definition to be specify query. |
Azure SDK for Java