Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.TextFormat
-
Packages that use TextFormat 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.com.microsoft.azure.cognitiveservices.search.customsearch.models This package contains the models classes for BingCustomSearchAPI. -
-
Uses of TextFormat in com.microsoft.azure.cognitiveservices.search.customsearch
Methods in com.microsoft.azure.cognitiveservices.search.customsearch with parameters of type TextFormat Modifier and Type Method Description BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithExecuteBingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithAllOptions. withTextFormat(TextFormat textFormat)The type of markers to use for text decorations (see the textDecorations query parameter). -
Uses of TextFormat in com.microsoft.azure.cognitiveservices.search.customsearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.implementation with parameters of type TextFormat Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponse<SearchResponse>>BingCustomInstancesImpl. searchWithServiceResponseAsync(long customConfig, String query, String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, Integer count, String market, Integer offset, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. -
Uses of TextFormat in com.microsoft.azure.cognitiveservices.search.customsearch.models
Fields in com.microsoft.azure.cognitiveservices.search.customsearch.models declared as TextFormat Modifier and Type Field Description static TextFormatTextFormat. HTMLStatic value Html for TextFormat.static TextFormatTextFormat. RAWStatic value Raw for TextFormat.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return TextFormat Modifier and Type Method Description static TextFormatTextFormat. fromString(String name)Creates or finds a TextFormat from its string representation.TextFormatSearchOptionalParameter. textFormat()Get the textFormat value.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return types with arguments of type TextFormat Modifier and Type Method Description static Collection<TextFormat>TextFormat. values()Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models with parameters of type TextFormat Modifier and Type Method Description SearchOptionalParameterSearchOptionalParameter. withTextFormat(TextFormat textFormat)Set the textFormat value.
-