Sdílet prostřednictvím


IImagesOperations Interface

Definition

ImagesOperations operations.

public interface IImagesOperations
type IImagesOperations = interface
Public Interface IImagesOperations
Derived

Methods

DetailsWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, String, String, String, String, String, IList<String>, String, String, String, Dictionary<String,List<String>>, CancellationToken)

The Image Detail Search API lets you search on Bing and get back insights about an image, such as webpages that include the image. This section provides technical details about the query parameters and headers that you use to request insights of images and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<Int32>, Dictionary<String, List<String>>, CancellationToken)

The Image Search API lets you send a search query to Bing and get back a list of relevant images. This section provides technical details about the query parameters and headers that you use to request images and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.

TrendingWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

The Image Trending Search API lets you search on Bing and get back a list of images that are trending based on search requests made by others. The images are broken out into different categories. For example, Popular People Searches. For a list of markets that support trending images, see Trending Images.

Extension Methods

DetailsAsync(IImagesOperations, String, String, String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, String, String, String, String, String, IList<String>, String, String, String, CancellationToken)

The Image Detail Search API lets you search on Bing and get back insights about an image, such as webpages that include the image. This section provides technical details about the query parameters and headers that you use to request insights of images and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.

SearchAsync(IImagesOperations, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<Int32>, CancellationToken)

The Image Search API lets you send a search query to Bing and get back a list of relevant images. This section provides technical details about the query parameters and headers that you use to request images and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.

TrendingAsync(IImagesOperations, String, String, String, String, String, String, String, String, String, CancellationToken)

The Image Trending Search API lets you search on Bing and get back a list of images that are trending based on search requests made by others. The images are broken out into different categories. For example, Popular People Searches. For a list of markets that support trending images, see Trending Images.

Applies to