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 |
---|---|
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. |
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. |
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 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 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:
Throws:
imageSearchAsync
public 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:
Throws:
Applies to
Azure SDK for Java