Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.Query
-
Packages that use Query Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of Query in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return Query Modifier and Type Method Description QueryTrendingVideosTile. query()Get the query value.QueryQuery. withText(String text)Set the text value.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return types with arguments of type Query Modifier and Type Method Description List<Query>Answer. followUpQueries()Get the followUpQueries value.List<Query>VideosModel. queryExpansions()Get the queryExpansions value.List<Query>PivotSuggestions. suggestions()Get the suggestions value.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models with parameters of type Query Modifier and Type Method Description TrendingVideosTileTrendingVideosTile. withQuery(Query query)Set the query value.Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.models with type arguments of type Query Modifier and Type Method Description PivotSuggestionsPivotSuggestions. withSuggestions(List<Query> suggestions)Set the suggestions value.
-