Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.implementation.BingCustomSearchAPIImpl
-
Packages that use BingCustomSearchAPIImpl Package Description com.microsoft.azure.cognitiveservices.search.customsearch.implementation This package contains the implementation classes for BingCustomSearchAPI. -
-
Uses of BingCustomSearchAPIImpl in com.microsoft.azure.cognitiveservices.search.customsearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.implementation that return BingCustomSearchAPIImpl Modifier and Type Method Description BingCustomSearchAPIImplBingCustomSearchAPIImpl. withAcceptLanguage(String acceptLanguage)Sets Gets or sets the preferred language for the response.BingCustomSearchAPIImplBingCustomSearchAPIImpl. withGenerateClientRequestId(boolean generateClientRequestId)Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.BingCustomSearchAPIImplBingCustomSearchAPIImpl. withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)Sets Gets or sets the retry timeout in seconds for Long Running Operations.Constructors in com.microsoft.azure.cognitiveservices.search.customsearch.implementation with parameters of type BingCustomSearchAPIImpl Constructor Description BingCustomInstancesImpl(retrofit2.Retrofit retrofit, BingCustomSearchAPIImpl client)Initializes an instance of BingCustomInstancesImpl.
-