Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideoObject
-
Packages that use VideoObject Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of VideoObject in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return VideoObject Modifier and Type Method Description VideoObjectVideoDetails. videoResult()Get the videoResult value.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return types with arguments of type VideoObject Modifier and Type Method Description List<VideoObject>VideosModel. value()Get the value value.List<VideoObject>VideosModule. value()Get the value value.Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.models with type arguments of type VideoObject Modifier and Type Method Description VideosModelVideosModel. withValue(List<VideoObject> value)Set the value value.
-