Thing Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- com.
microsoft. azure. cognitiveservices. search. websearch. models. Thing
- com.
public class Thing extends Response
The Thing model.
Method Summary
Modifier and Type | Method and Description |
---|---|
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
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java