IVideosOperations Interface

Definition

VideosOperations operations.

public interface IVideosOperations
type IVideosOperations = interface
Public Interface IVideosOperations
Derived

Methods

DetailsWithHttpMessagesAsync(String, String, String, String, String, String, String, String, IList<Nullable<VideoInsightModule>>, String, Nullable<VideoResolution>, Nullable<SafeSearch>, String, Nullable<Boolean>, Nullable<TextFormat>, Dictionary<String,List<String>>, CancellationToken)

The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos. This section provides technical details about the query parameters and headers that you use to request insights of videos and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Videos.

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Freshness>, String, Nullable<VideoLength>, String, Nullable<Int32>, Nullable<VideoPricing>, Nullable<VideoResolution>, Nullable<SafeSearch>, String, Nullable<Boolean>, Nullable<TextFormat>, Dictionary<String,List<String>>, CancellationToken)

The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query. 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.

TrendingWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<SafeSearch>, String, Nullable<Boolean>, Nullable<TextFormat>, Dictionary<String,List<String>>, CancellationToken)

The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others. The videos are broken out into different categories. For example, Top Music Videos. For a list of markets that support trending videos, see Trending Videos.

Extension Methods

DetailsAsync(IVideosOperations, String, String, String, String, String, String, String, String, IList<Nullable<VideoInsightModule>>, String, Nullable<VideoResolution>, Nullable<SafeSearch>, String, Nullable<Boolean>, Nullable<TextFormat>, CancellationToken)

The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos. This section provides technical details about the query parameters and headers that you use to request insights of videos and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Videos.

SearchAsync(IVideosOperations, String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Freshness>, String, Nullable<VideoLength>, String, Nullable<Int32>, Nullable<VideoPricing>, Nullable<VideoResolution>, Nullable<SafeSearch>, String, Nullable<Boolean>, Nullable<TextFormat>, CancellationToken)

The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query. 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.

TrendingAsync(IVideosOperations, String, String, String, String, String, String, String, Nullable<SafeSearch>, String, Nullable<Boolean>, Nullable<TextFormat>, CancellationToken)

The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others. The videos are broken out into different categories. For example, Top Music Videos. For a list of markets that support trending videos, see Trending Videos.

Applies to