Thing Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Thing
- com.
public class Thing extends Response
Defines a thing.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
alternateName()
Get the alternateName value. |
String |
bingId()
Get the bingId value. |
String |
description()
Get the description value. |
Image |
image()
Get the image value. |
String |
name()
Get the name value. |
String |
url()
Get the url value. |
Inherited Members
Method Details
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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java