MediaObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Response - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. CreativeWork - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. MediaObject
- com.
- com.
- com.
- com.
- com.
- com.
public class MediaObject
extends CreativeWork
Defines a media object.
Constructor Summary
Constructor | Description | |
---|---|---|
MediaObject() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
contentSize()
Get the content |
java.lang.String |
contentUrl()
Get the content |
java.lang.String |
encodingFormat()
Get the encoding |
java.lang.Integer |
height()
Get the height value. |
java.lang.String |
hostPageDisplayUrl()
Get the host |
java.lang.String |
hostPageUrl()
Get the host |
java.lang.Integer |
width()
Get the width value. |
Methods inherited from CreativeWork
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from Thing
Methods inherited from java.lang.Object
Constructor Details
MediaObject
public MediaObject()
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