VideoObject Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- MediaObject
- com.
microsoft. azure. cognitiveservices. search. websearch. models. VideoObject
- com.
public class VideoObject extends MediaObject
Defines a video object that is relevant to the query.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
allowHttpsEmbed()
Get the allowHttpsEmbed value. |
Boolean |
allowMobileEmbed()
Get the allowMobileEmbed value. |
String |
embedHtml()
Get the embedHtml value. |
Boolean |
isSuperfresh()
Get the isSuperfresh value. |
String |
motionThumbnailId()
Get the motionThumbnailId value. |
String |
motionThumbnailUrl()
Get the motionThumbnailUrl value. |
Image |
thumbnail()
Get the thumbnail value. |
String |
videoId()
Get the videoId value. |
Integer |
viewCount()
Get the viewCount value. |
Inherited Members
Method Details
allowHttpsEmbed
public Boolean allowHttpsEmbed()
Get the allowHttpsEmbed value.
Returns:
allowMobileEmbed
public Boolean allowMobileEmbed()
Get the allowMobileEmbed value.
Returns:
embedHtml
public String embedHtml()
Get the embedHtml value.
Returns:
isSuperfresh
public Boolean isSuperfresh()
Get the isSuperfresh value.
Returns:
motionThumbnailId
public String motionThumbnailId()
Get the motionThumbnailId value.
Returns:
motionThumbnailUrl
public String motionThumbnailUrl()
Get the motionThumbnailUrl value.
Returns:
thumbnail
public ImageObject thumbnail()
Get the thumbnail value.
Returns:
videoId
public String videoId()
Get the videoId value.
Returns:
viewCount
public Integer viewCount()
Get the viewCount value.
Returns:
Applies to
Azure SDK for Java