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 | Description | |
---|---|---|
Thing() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
alternate Get the alternate |
java.lang.String |
bing 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
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
Thing
public Thing()
alternateName
public String alternateName()
Get the alternateName value.
Returns:
the alternateName value
bingId
public String bingId()
Get the bingId value.
Returns:
the bingId value
description
public String description()
Get the description value.
Returns:
the description value
image
public ImageObject image()
Get the image value.
Returns:
the image value
name
public String name()
Get the name value.
Returns:
the name value
url
public String url()
Get the url value.
Returns:
the url value