MediaObject Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- com.
microsoft. azure. cognitiveservices. search. visualsearch. models. MediaObject
- com.
public class MediaObject extends CreativeWork
Defines a media object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contentSize()
Get the contentSize value. |
String |
contentUrl()
Get the contentUrl value. |
String |
encodingFormat()
Get the encodingFormat value. |
Integer |
height()
Get the height value. |
String |
hostPageDisplayUrl()
Get the hostPageDisplayUrl value. |
String |
hostPageUrl()
Get the hostPageUrl value. |
Integer |
width()
Get the width value. |
Inherited Members
Method Details
contentSize
public String contentSize()
Get the contentSize value.
Returns:
contentUrl
public String contentUrl()
Get the contentUrl value.
Returns:
encodingFormat
public String encodingFormat()
Get the encodingFormat value.
Returns:
height
public Integer height()
Get the height value.
Returns:
hostPageDisplayUrl
public String hostPageDisplayUrl()
Get the hostPageDisplayUrl value.
Returns:
hostPageUrl
public String hostPageUrl()
Get the hostPageUrl value.
Returns:
width
public Integer width()
Get the width value.
Returns:
Applies to
Azure SDK for Java