Class VideoObject
- 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.VideoObject
-
public class VideoObject extends MediaObject
Defines a video object that is relevant to the query.
-
-
Constructor Summary
Constructors Constructor Description VideoObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowHttpsEmbed()Get the allowHttpsEmbed value.BooleanallowMobileEmbed()Get the allowMobileEmbed value.StringembedHtml()Get the embedHtml value.BooleanisSuperfresh()Get the isSuperfresh value.StringmotionThumbnailId()Get the motionThumbnailId value.StringmotionThumbnailUrl()Get the motionThumbnailUrl value.ImageObjectthumbnail()Get the thumbnail value.StringvideoId()Get the videoId value.IntegerviewCount()Get the viewCount 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
-
motionThumbnailUrl
public String motionThumbnailUrl()
Get the motionThumbnailUrl value.- Returns:
- the motionThumbnailUrl value
-
motionThumbnailId
public String motionThumbnailId()
Get the motionThumbnailId value.- Returns:
- the motionThumbnailId value
-
embedHtml
public String embedHtml()
Get the embedHtml value.- Returns:
- the embedHtml value
-
allowHttpsEmbed
public Boolean allowHttpsEmbed()
Get the allowHttpsEmbed value.- Returns:
- the allowHttpsEmbed value
-
viewCount
public Integer viewCount()
Get the viewCount value.- Returns:
- the viewCount value
-
thumbnail
public ImageObject thumbnail()
Get the thumbnail value.- Returns:
- the thumbnail value
-
videoId
public String videoId()
Get the videoId value.- Returns:
- the videoId value
-
allowMobileEmbed
public Boolean allowMobileEmbed()
Get the allowMobileEmbed value.- Returns:
- the allowMobileEmbed value
-
isSuperfresh
public Boolean isSuperfresh()
Get the isSuperfresh value.- Returns:
- the isSuperfresh value
-
-