azure.cognitiveservices.search.videosearch package¶
Submodules¶
Module contents¶
-
class
azure.cognitiveservices.search.videosearch.
VideoSearchClient
(endpoint, credentials)[source]¶ Bases:
msrest.service_client.SDKClient
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).
Variables: - config (VideoSearchClientConfiguration) – Configuration for client.
- videos (azure.cognitiveservices.search.videosearch.operations.VideosOperations) – Videos operations
Parameters: - endpoint (str) – Supported Cognitive Services endpoints (protocol and hostname, for example: “https://westus.api.cognitive.microsoft.com”, “https://api.cognitive.microsoft.com”).
- credentials (None) – Subscription credentials which uniquely identify client subscription.
-
class
azure.cognitiveservices.search.videosearch.
VideoSearchClientConfiguration
(endpoint, credentials)[source]¶ Bases:
msrest.configuration.Configuration
Configuration for VideoSearchClient Note that all parameters used to create this instance are saved as instance attributes.
Parameters: - endpoint (str) – Supported Cognitive Services endpoints (protocol and hostname, for example: “https://westus.api.cognitive.microsoft.com”, “https://api.cognitive.microsoft.com”).
- credentials (None) – Subscription credentials which uniquely identify client subscription.