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