VideoObject Clase
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- MediaObject
- com.
microsoft. azure. cognitiveservices. search. websearch. models. VideoObject
- com.
public class VideoObject extends MediaObject
Define un objeto de vídeo que es relevante para la consulta.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Boolean |
allowHttpsEmbed()
Obtenga el valor allowHttpsEmbed. |
Boolean |
allowMobileEmbed()
Obtenga el valor allowMobileEmbed. |
String |
embedHtml()
Obtenga el valor embedHtml. |
Boolean |
isSuperfresh()
Obtenga el valor isSuperfresh. |
String |
motionThumbnailId()
Obtenga el valor motionThumbnailId. |
String |
motionThumbnailUrl()
Obtenga el valor motionThumbnailUrl. |
Image |
thumbnail()
Obtenga el valor de miniatura. |
String |
videoId()
Obtiene el valor de videoId. |
Integer |
viewCount()
Obtiene el valor viewCount. |
Miembros heredados
Detalles del método
allowHttpsEmbed
public Boolean allowHttpsEmbed()
Obtenga el valor allowHttpsEmbed.
Returns:
allowMobileEmbed
public Boolean allowMobileEmbed()
Obtenga el valor allowMobileEmbed.
Returns:
embedHtml
public String embedHtml()
Obtenga el valor embedHtml.
Returns:
isSuperfresh
public Boolean isSuperfresh()
Obtenga el valor isSuperfresh.
Returns:
motionThumbnailId
public String motionThumbnailId()
Obtenga el valor motionThumbnailId.
Returns:
motionThumbnailUrl
public String motionThumbnailUrl()
Obtenga el valor motionThumbnailUrl.
Returns:
thumbnail
public ImageObject thumbnail()
Obtenga el valor de miniatura.
Returns:
videoId
public String videoId()
Obtiene el valor de videoId.
Returns:
viewCount
public Integer viewCount()
Obtiene el valor viewCount.
Returns:
Se aplica a
Azure SDK for Java