MediaObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Response - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. CreativeWork - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. MediaObject
- com.
- com.
- com.
- com.
- com.
- com.
public class MediaObject
extends CreativeWork
The MediaObject model.
Constructor Summary
Constructor | Description | |
---|---|---|
MediaObject() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
contentUrl()
Get the content |
java.lang.Integer |
height()
Get the height value. |
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
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
MediaObject
public MediaObject()
Method Details
contentUrl
public String contentUrl()
Get the contentUrl value.
Returns:
the contentUrl value
height
public Integer height()
Get the height value.
Returns:
the height value
hostPageUrl
public String hostPageUrl()
Get the hostPageUrl value.
Returns:
the hostPageUrl value
width
public Integer width()
Get the width value.
Returns:
the width value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java