Thing 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.
- com.
- com.
- com.
public class Thing
extends Response
The Thing model.
Constructor Summary
Constructor | Description | |
---|---|---|
Thing() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
bingId()
Get the bing |
java.lang.String |
description()
Get the description value. |
Entities |
entityPresentationInfo()
Get the entity |
Image |
image()
Get the image value. |
java.lang.String |
name()
Get the name value. |
java.lang.String |
url()
Get the url value. |
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from java.lang.Object
Constructor Details
Thing
public Thing()
Method Details
bingId
public String bingId()
Get the bingId value.
Returns:
description
public String description()
Get the description value.
Returns:
entityPresentationInfo
public EntitiesEntityPresentationInfo entityPresentationInfo()
Get the entityPresentationInfo value.
Returns:
image
public ImageObject image()
Get the image value.
Returns:
name
public String name()
Get the name value.
Returns:
url
public String url()
Get the url value.
Returns:
Applies to
Azure SDK for Java