CreativeWork Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. customsearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. customsearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. customsearch. models. Response - com.
microsoft. azure. cognitiveservices. search. customsearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. customsearch. models. CreativeWork
- com.
- com.
- com.
- com.
- com.
public class CreativeWork
extends Thing
The CreativeWork model.
Constructor Summary
Constructor | Description | |
---|---|---|
CreativeWork() |
Method Summary
Modifier and Type | Method and Description |
---|---|
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
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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java