Uses of Interface
com.microsoft.azure.cognitiveservices.search.customsearch.BingCustomInstances
-
Packages that use BingCustomInstances Package Description com.microsoft.azure.cognitiveservices.search.customsearch This package contains the classes for BingCustomSearchAPI.com.microsoft.azure.cognitiveservices.search.customsearch.implementation This package contains the implementation classes for BingCustomSearchAPI. -
-
Uses of BingCustomInstances in com.microsoft.azure.cognitiveservices.search.customsearch
Methods in com.microsoft.azure.cognitiveservices.search.customsearch that return BingCustomInstances Modifier and Type Method Description BingCustomInstancesBingCustomSearchAPI. bingCustomInstances()Gets the BingCustomInstances object to access its operations. -
Uses of BingCustomInstances in com.microsoft.azure.cognitiveservices.search.customsearch.implementation
Classes in com.microsoft.azure.cognitiveservices.search.customsearch.implementation that implement BingCustomInstances Modifier and Type Class Description classBingCustomInstancesImplAn instance of this class provides access to all the operations defined in BingCustomInstances.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.implementation that return BingCustomInstances Modifier and Type Method Description BingCustomInstancesBingCustomSearchAPIImpl. bingCustomInstances()Gets the BingCustomInstances object to access its operations.
-