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
With |
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:
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:
Returns:
imageSearchAsync
public abstract Observable
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:
Returns:
Applies to
Azure SDK for Java