Class ImageObject
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.ResponseBase
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Thing
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.CreativeWork
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.MediaObject
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.ImageObject
-
public class ImageObject extends MediaObject
Defines an image.
-
-
Constructor Summary
Constructors Constructor Description ImageObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageObjectthumbnail()Get the thumbnail value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.MediaObject
contentUrl, height, hostPageUrl, width
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.CreativeWork
provider, text, thumbnailUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Thing
alternateName, bingId, description, image, name, url
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
webSearchUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
id
-
-
-
-
Method Detail
-
thumbnail
public ImageObject thumbnail()
Get the thumbnail value.- Returns:
- the thumbnail value
-
-