BingVisualSearchAPI Interface
public interface BingVisualSearchAPI
The interface for BingVisualSearchAPI class.
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
accept Gets Gets or sets the preferred language for the response.. |
abstract
Bing |
bing Gets the Bing |
abstract boolean |
generate Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. |
abstract com.microsoft.azure.AzureClient |
get Gets the AzureClient used for long running operations. |
abstract int |
long Gets Gets or sets the retry timeout in seconds for Long Running Operations. |
abstract com.microsoft.rest.RestClient |
rest Gets the REST client. |
abstract java.lang.String |
user Gets the User-Agent header for the client. |
abstract
Bing |
with Sets Gets or sets the preferred language for the response.. |
abstract
Bing |
with Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. |
abstract
Bing |
with Sets Gets or sets the retry timeout in seconds for Long Running Operations. |
acceptLanguage
public abstract String acceptLanguage()
Gets Gets or sets the preferred language for the response..
Returns:
bingImages
public abstract BingImages bingImages()
Gets the BingImages object to access its operations.
Returns:
generateClientRequestId
public abstract boolean generateClientRequestId()
Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..
Returns:
getAzureClient
public abstract AzureClient getAzureClient()
Gets the AzureClient used for long running operations.
Returns:
longRunningOperationRetryTimeout
public abstract int longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Returns:
restClient
public abstract RestClient restClient()
Gets the REST client.
Returns:
userAgent
public abstract String userAgent()
Gets the User-Agent header for the client.
Returns:
withAcceptLanguage
public abstract BingVisualSearchAPI withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
Parameters:
Returns:
withGenerateClientRequestId
public abstract BingVisualSearchAPI withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..
Parameters:
Returns:
withLongRunningOperationRetryTimeout
public abstract BingVisualSearchAPI withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Parameters:
Returns: