Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideoInsightModule
-
Packages that use VideoInsightModule 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 VideoInsightModule in com.microsoft.azure.cognitiveservices.search.videosearch
Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch with type arguments of type VideoInsightModule Modifier and Type Method Description BingVideos.BingVideosDetailsDefinitionStages.WithExecuteBingVideos.BingVideosDetailsDefinitionStages.WithAllOptions. withModules(List<VideoInsightModule> modules)A comma-delimited list of insights to request. -
Uses of VideoInsightModule in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with type arguments of type VideoInsightModule 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. -
Uses of VideoInsightModule in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return VideoInsightModule Modifier and Type Method Description static VideoInsightModuleVideoInsightModule. fromString(String value)Parses a serialized value to a VideoInsightModule instance.static VideoInsightModuleVideoInsightModule. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoInsightModule[]VideoInsightModule. 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 that return types with arguments of type VideoInsightModule Modifier and Type Method Description List<VideoInsightModule>DetailsOptionalParameter. modules()Get the modules value.Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.models with type arguments of type VideoInsightModule Modifier and Type Method Description DetailsOptionalParameterDetailsOptionalParameter. withModules(List<VideoInsightModule> modules)Set the modules value.
-