Thing 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.
- com.
- com.
- com.
public class Thing
extends Response
Defines a thing.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Thing() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
alternateName()
Get the alternate |
| java.lang.String |
bingId()
Get the bing |
| java.lang.String |
description()
Get the description value. |
|
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
alternateName
public String alternateName()
Get the alternateName value.
Returns:
bingId
public String bingId()
Get the bingId value.
Returns:
description
public String description()
Get the description 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: