CreativeWork 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.
- com.
- com.
- com.
- com.
public class CreativeWork
extends Thing
The most generic kind of creative work, including books, movies, photographs, software programs, etc.
Constructor Summary
Constructor | Description | |
---|---|---|
CreativeWork() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
datePublished()
Get the date |
java.util.List<Thing> |
provider()
Get the provider value. |
java.lang.String |
text()
Get the text value. |
java.lang.String |
thumbnailUrl()
Get the thumbnail |
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
CreativeWork
public CreativeWork()
Method Details
datePublished
public String datePublished()
Get the datePublished value.
Returns:
the datePublished value
provider
public List
Get the provider value.
Returns:
the provider value
text
public String text()
Get the text value.
Returns:
the text value
thumbnailUrl
public String thumbnailUrl()
Get the thumbnailUrl value.
Returns:
the thumbnailUrl 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