Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.PivotSuggestions
-
Packages that use PivotSuggestions Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of PivotSuggestions in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return PivotSuggestions Modifier and Type Method Description PivotSuggestionsPivotSuggestions. withPivot(String pivot)Set the pivot value.PivotSuggestionsPivotSuggestions. withSuggestions(List<Query> suggestions)Set the suggestions value.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return types with arguments of type PivotSuggestions Modifier and Type Method Description List<PivotSuggestions>VideosModel. pivotSuggestions()Get the pivotSuggestions value.
-