CreativeWork Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Response - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. visualsearch. 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 | Description | |
---|---|---|
Creative |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
date Get the date |
java.util.List<Thing> |
provider()
Get the provider value. |
java.lang.String |
text()
Get the text value. |
java.lang.String |
thumbnail Get the thumbnail |
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from Thing
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
CreativeWork
public CreativeWork()
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