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 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
Constructor Details
CreativeWork
public CreativeWork()
Method Details
datePublished
public String datePublished()
Get the datePublished value.
Returns:
provider
public List<Thing> provider()
Get the provider value.
Returns:
text
public String text()
Get the text value.
Returns:
thumbnailUrl
public String thumbnailUrl()
Get the thumbnailUrl value.
Returns: