Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.ImageObject
-
Packages that use ImageObject Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of ImageObject in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return ImageObject Modifier and Type Method Description ImageObjectThing. image()Get the image value.ImageObjectTrendingVideosTile. image()Get the image value.ImageObjectImageObject. thumbnail()Get the thumbnail value.ImageObjectQuery. thumbnail()Get the thumbnail value.ImageObjectVideoObject. thumbnail()Get the thumbnail value.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models with parameters of type ImageObject Modifier and Type Method Description TrendingVideosTileTrendingVideosTile. withImage(ImageObject image)Set the image value.
-