Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.TextFormat
-
Packages that use TextFormat Package Description com.microsoft.azure.cognitiveservices.search.videosearch This package contains the classes for BingVideoSearchAPI.com.microsoft.azure.cognitiveservices.search.videosearch.implementation This package contains the implementation classes for BingVideoSearchAPI.com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of TextFormat in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch with parameters of type TextFormat Modifier and Type Method Description BingVideos.BingVideosDetailsDefinitionStages.WithExecuteBingVideos.BingVideosDetailsDefinitionStages.WithAllOptions. withTextFormat(TextFormat textFormat)The type of markers to use for text decorations (see the textDecorations query parameter).BingVideos.BingVideosSearchDefinitionStages.WithExecuteBingVideos.BingVideosSearchDefinitionStages.WithAllOptions. withTextFormat(TextFormat textFormat)The type of markers to use for text decorations (see the textDecorations query parameter).BingVideos.BingVideosTrendingDefinitionStages.WithExecuteBingVideos.BingVideosTrendingDefinitionStages.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.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with parameters of type TextFormat Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponse<VideoDetails>>BingVideosImpl. detailsWithServiceResponseAsync(String query, String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, String id, List<VideoInsightModule> modules, String market, VideoResolution resolution, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.rx.Observable<com.microsoft.rest.ServiceResponse<VideosModel>>BingVideosImpl. searchWithServiceResponseAsync(String query, String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, Integer count, Freshness freshness, String id, VideoLength length, String market, Integer offset, VideoPricing pricing, VideoResolution resolution, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query.rx.Observable<com.microsoft.rest.ServiceResponse<TrendingVideos>>BingVideosImpl. trendingWithServiceResponseAsync(String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, String market, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others. -
Uses of TextFormat in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return TextFormat Modifier and Type Method Description static TextFormatTextFormat. fromString(String value)Parses a serialized value to a TextFormat instance.TextFormatDetailsOptionalParameter. textFormat()Get the textFormat value.TextFormatSearchOptionalParameter. textFormat()Get the textFormat value.TextFormatTrendingOptionalParameter. textFormat()Get the textFormat value.static TextFormatTextFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFormat[]TextFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models with parameters of type TextFormat Modifier and Type Method Description DetailsOptionalParameterDetailsOptionalParameter. withTextFormat(TextFormat textFormat)Set the textFormat value.SearchOptionalParameterSearchOptionalParameter. withTextFormat(TextFormat textFormat)Set the textFormat value.TrendingOptionalParameterTrendingOptionalParameter. withTextFormat(TextFormat textFormat)Set the textFormat value.
-