MediaObject Clase
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- com.
microsoft. azure. cognitiveservices. search. websearch. models. MediaObject
- com.
public class MediaObject extends CreativeWork
El modelo MediaObject.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
contentUrl()
Obtiene el valor contentUrl. |
Integer |
height()
Obtiene el valor de alto. |
String |
hostPageUrl()
Obtiene el valor hostPageUrl. |
Integer |
width()
Obtiene el valor de ancho. |
Miembros heredados
Thing.bingId()
Thing.description()
Identifiable.id()
Thing.image()
Thing.name()
CreativeWork.provider()
CreativeWork.text()
CreativeWork.thumbnailUrl()
Thing.url()
Response.webSearchUrl()
Detalles del método
contentUrl
public String contentUrl()
Obtiene el valor contentUrl.
Returns:
el valor contentUrl
height
public Integer height()
Obtiene el valor de alto.
Returns:
el valor de alto
hostPageUrl
public String hostPageUrl()
Obtiene el valor hostPageUrl.
Returns:
el valor hostPageUrl
width
public Integer width()
Obtiene el valor de ancho.
Returns:
el valor de ancho
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java