BingCustomInstances Interface

public interface BingCustomInstances

An instance of this class provides access to all the operations defined in BingCustomInstances.

Method Summary

Modifier and Type Method and Description
abstract WithCustomConfig imageSearch()

The Custom Image Search API lets you send an image search query to Bing and get image results found in your custom view of the web.

abstract Images imageSearch(long customConfig, String query, ImageSearchOptionalParameter imageSearchOptionalParameter)

The Custom Image Search API lets you send an image search query to Bing and get image results found in your custom view of the web.

abstract rx.Observable<Images> imageSearchAsync(long customConfig, String query, ImageSearchOptionalParameter imageSearchOptionalParameter)

The Custom Image Search API lets you send an image search query to Bing and get image results found in your custom view of the web.

Method Details

imageSearch

public abstract BingCustomInstances.BingCustomInstancesImageSearchDefinitionStages.WithCustomConfig imageSearch()

The Custom Image Search API lets you send an image search query to Bing and get image results found in your custom view of the web.

Returns:

the first stage of the imageSearch call

imageSearch

public abstract Images imageSearch(long customConfig, String query, ImageSearchOptionalParameter imageSearchOptionalParameter)

The Custom Image Search API lets you send an image search query to Bing and get image results found in your custom view of the web.

Parameters:

customConfig - The identifier for the custom search configuration.
query - The user's search query term. The term cannot be empty. The term may contain Bing Advanced Operators. For example, to limit images to a specific domain, use the site: operator. To help improve relevance of an insights query (see insightsToke* n), you should always include the user's query term. Use this parameter only with the Image Search API.Do not specify this parameter when calling the Trending Images API.
imageSearchOptionalParameter - the object representing the optional parameters to be set before calling this API

Returns:

the Images object if successful.

imageSearchAsync

public abstract Observable imageSearchAsync(long customConfig, String query, ImageSearchOptionalParameter imageSearchOptionalParameter)

The Custom Image Search API lets you send an image search query to Bing and get image results found in your custom view of the web.

Parameters:

customConfig - The identifier for the custom search configuration.
query - The user's search query term. The term cannot be empty. The term may contain Bing Advanced Operators. For example, to limit images to a specific domain, use the site: operator. To help improve relevance of an insights query (see insightsToke* n), you should always include the user's query term. Use this parameter only with the Image Search API.Do not specify this parameter when calling the Trending Images API.
imageSearchOptionalParameter - the object representing the optional parameters to be set before calling this API

Returns:

the observable to the Images object

Applies to