Class MediaObject
- 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
-
- Direct Known Subclasses:
ImageObject,VideoObject
public class MediaObject extends CreativeWork
The MediaObject model.
-
-
Constructor Summary
Constructors Constructor Description MediaObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontentUrl()Get the contentUrl value.Integerheight()Get the height value.StringhostPageUrl()Get the hostPageUrl value.Integerwidth()Get the width value.-
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
-
contentUrl
public String contentUrl()
Get the contentUrl value.- Returns:
- the contentUrl value
-
hostPageUrl
public String hostPageUrl()
Get the hostPageUrl value.- Returns:
- the hostPageUrl value
-
width
public Integer width()
Get the width value.- Returns:
- the width value
-
height
public Integer height()
Get the height value.- Returns:
- the height value
-
-